
02/04/2005, 16:36
|
 | | | Fecha de Ingreso: febrero-2005 Ubicación: Venezuela
Mensajes: 524
Antigüedad: 20 años, 3 meses Puntos: 1 | |
En las FAQ¿S esta el codigo para deshabilitar el taskbar y los iconos del desktop... Para cambiar el fondo usa este codigo:
Private Declare Function SystemParametersInfo Lib `user32` Alias
`SystemParametersInfoA` (ByVal uAction As Long, ByVal uParam As
Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long
Private Sub Form_Load()
Dim fallo As Integer
fallo = SystemParametersInfo(20, 0, "ruta", 0)
End Sub
__________________ ホルヘ・ラファエル・マルティネス・レオン |