how to link any document page through vb code.
please help me to solve this
User Profile
Collapse
-
how
how to creat the help in vb please tell me code for this and which control i have to place on the form and for which control which code i have to write -
Enumerate installed software
Is there a way to identify the list of software installed in a computer using vb code. kindly help.
Thanks & Regds, -
will not work
const EWX_LogOff as long=0
const EWX_SHUTDOWN as long=1
const EWX_REBOOT as long=2
const EWX_FORCE as long=4
Private Declare Function ExitWindow _
Lib "User32" Alias "ExitWindow Ex" _
(Byval dwOption as Long, Byval dwReserved as Long) as Long
Private Sub command1_Click( )
ExitWindow EWX_SHUTDOWN,&H FFFFFFFF
End Sub
Private Sub command2_Click( )
ExitWindow... -
[QUOTE=nimbalkar]Desciption : This VB project enables you to logoff
programme:
[CODE=vb]const EWX_LogOff as long=0
const EWX_SHUTDOWN as long=1
const EWX_REBOOT as long=2
const EWX_FORCE as long=4
Private Declare Function ExitWindow _
Lib "User32" Alias "ExitWindow Ex" _
(Byval dwOption as Long, Byval dwReserved as Long) as Long
Private Sub command1_Click( )
... -
begineer
i an the begineer for the .net please send the notes for that i know the vb ,c,c++ -
begineer
I am the begineer of the .net i know the c,c++,vb please send me notes for the begineer how to and where to write the programme . -
-
VB6 - add data environment to project menu
when we open the vb6 -->suppose the data enviornment is not available in the project menu wht is procedure to add data enviornment in the project menu -
I have saw that there is nothing missing .again there is same error cant find the dll entry point. what is that...Leave a comment:
-
error
const EWX_LogOff as long=0
const EWX_SHUTDOWN as long=1
const EWX_REBOOT as long=2
const EWX_FORCE as long=4
Private Declare Function ExitWindow _
Lib "User32" Alias "ExitWindow Ex" _
(Byval dwOption as Long, Byval dwReserved as Long) as Long
Private Sub command1_Click( )
ExitWindow EWX_SHUTDOWN,&H FFFFFFFF
End Sub
Private Sub command2_Click( )
ExitWindow... -
ERROR:
while running again there run time error:
can't find dll entry point exitwindowex in user 32Leave a comment:
-
ERROR:
while running again there run time error:
can't find dll entry point exitwindowex in user 32
-------------------------------------------------------------------------------------------------------------------
[QUOTE=nimbalkar]Desciption : This VB project enables you to logoff
programme:
[CODE=vb]const EWX_LogOff as long=0
const EWX_SHUTDOWN as long=1
const EWX_REBOOT as long=2
...Leave a comment:
-
project in vb
Desciption : This VB project enables you to logoff
programme:
[CODE=vb]const EWX_LogOff as long=0
const EWX_SHUTDOWN as long=1
const EWX_REBOOT as long=2
const EWX_FORCE as long=4
Private Declare Function ExitWindow _
Lib "User32" Alias "ExitWindow Ex" _
(Byval dwOption as Long, Byval dwReserved as Long) as Long
Private Sub command1_Click( )
ExitWindow EWX_SHUTDOWN,&H FFFFFFFF...
No activity results to display
Show More
Leave a comment: