User Profile

Collapse

Profile Sidebar

Collapse
nimbalkar
nimbalkar
Last Activity: Apr 2 '08, 09:55 AM
Joined: Feb 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nimbalkar
    started a topic can i do

    can i do

    how to link any document page through vb code.
    please help me to solve this
    See more | Go to post

  • nimbalkar
    started a topic how

    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
    See more | Go to post

  • nimbalkar
    started a topic Enumerate installed software

    Enumerate installed software

    Is there a way to identify the list of software installed in a computer using vb code. kindly help.
    Thanks & Regds,
    See more | Go to post

  • nimbalkar
    started a topic will not work

    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...
    See more | Go to post

  • nimbalkar
    replied to project in vb
    [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( )
    ...
    See more | Go to post

    Leave a comment:


  • nimbalkar
    started a topic begineer
    in .NET

    begineer

    i an the begineer for the .net please send the notes for that i know the vb ,c,c++
    See more | Go to post

  • nimbalkar
    started a topic begineer
    in Java

    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 .
    See more | Go to post

  • nimbalkar
    started a topic project

    project

    i want project in html and which software is used for this
    See more | Go to post

  • nimbalkar
    started a topic VB6 - add data environment to project menu

    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
    See more | Go to post

  • nimbalkar
    replied to project in vb
    I have saw that there is nothing missing .again there is same error cant find the dll entry point. what is that...
    See more | Go to post

    Leave a comment:


  • nimbalkar
    started a topic error

    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...
    See more | Go to post

  • nimbalkar
    replied to project in vb
    ERROR:
    while running again there run time error:
    can't find dll entry point exitwindowex in user 32
    See more | Go to post

    Leave a comment:


  • nimbalkar
    replied to project in vb
    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
    ...
    See more | Go to post

    Leave a comment:


  • nimbalkar
    started a topic project in vb

    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...
    See more | Go to post
    Last edited by Killer42; Feb 8 '08, 01:16 AM. Reason: Added CODE=vb tag
No activity results to display
Show More
Working...