Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/11/2009, 18:54
Avatar de after
after
 
Fecha de Ingreso: junio-2006
Ubicación: De marte
Mensajes: 791
Antigüedad: 17 años, 11 meses
Puntos: 10
vb6 Me.hWnd equivalente para vb .net?

estoy utilizando un control ocx de la siguiente manera
en vb 6
Código:
skin.LoadSkin App.Path + "\Vista.cjstyles", "NormalBlack2.ini"
skin.ApplyWindow Me.hWnd
en .net

Código:
skin.LoadSkin(CurDir() + "\Vista.cjstyles", "NormalBlack2.ini")
        ' Me.skin.ApplyWindow()
pero me da error con el Me.skin.ApplyWindow()

me dice

Error 1 No se ha especificado ningún argumento para el parámetro 'hWnd' de 'Public Overridable Sub ApplyWindow(hWnd As Integer)'.

Alguna ayuda???¿
__________________
@ivancamiloGo