Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalif Pin
Yulianto.29-Apr-05 17:46
Yulianto.29-Apr-05 17:46 
GeneralRe: if Pin
Fernando Soto29-Apr-05 19:06
Fernando Soto29-Apr-05 19:06 
GeneralGetSchemeTable problem - IsKeyColumn Pin
Len Miller29-Apr-05 16:06
Len Miller29-Apr-05 16:06 
GeneralRe: GetSchemeTable problem - IsKeyColumn Pin
Len Miller29-Apr-05 16:36
Len Miller29-Apr-05 16:36 
General0xFFFFB0FF Pin
John Shaw29-Apr-05 11:03
John Shaw29-Apr-05 11:03 
GeneralRe: 0xFFFFB0FF Pin
Scott Page24-May-05 4:07
professionalScott Page24-May-05 4:07 
GeneralShutdown in VB.NET Pin
Snaker29-Apr-05 10:34
Snaker29-Apr-05 10:34 
GeneralRe: Shutdown in VB.NET Pin
Fernando Soto29-Apr-05 12:43
Fernando Soto29-Apr-05 12:43 
There is a function in user32.dll which is called ExitWindowsEx. The MSDN documentation for the function can be found at This Web Site. You must declear the external function, something like this

Private Declare Function MyExitWindowsEx Lib "User32" Alias "ExitWindowsEx" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long

then call the MyExitWindowsEx function with the correct parameters as per the document.

Good luck
GeneralRe: Shutdown in VB.NET Pin
vertig073029-Apr-05 16:11
vertig073029-Apr-05 16:11 
Generalparsing a multi-line text box Pin
zasskarMtnBiker29-Apr-05 8:49
zasskarMtnBiker29-Apr-05 8:49 
GeneralRe: parsing a multi-line text box Pin
zasskarMtnBiker29-Apr-05 9:26
zasskarMtnBiker29-Apr-05 9:26 
General.net framework Pin
Lisana29-Apr-05 8:44
Lisana29-Apr-05 8:44 
GeneralRe: .net framework Pin
Fernando Soto29-Apr-05 9:36
Fernando Soto29-Apr-05 9:36 
GeneralTransparent Form Pin
Joey Picerno29-Apr-05 8:27
Joey Picerno29-Apr-05 8:27 
GeneralRe: Transparent Form Pin
Suman Singh5-May-05 3:57
professionalSuman Singh5-May-05 3:57 
GeneralRe: Transparent Form Pin
Joey Picerno5-May-05 6:37
Joey Picerno5-May-05 6:37 
GeneralData call using Nokia PC Connectivity SDK 3.0 Pin
alexbetro29-Apr-05 5:35
alexbetro29-Apr-05 5:35 
GeneralSubclassing ListBox Pin
Andy H29-Apr-05 5:05
Andy H29-Apr-05 5:05 
GeneralBuild a cumbersome SQL String Pin
Joe Contreras29-Apr-05 3:25
sussJoe Contreras29-Apr-05 3:25 
GeneralSubscript out of range in vb6 Pin
husman29-Apr-05 2:49
husman29-Apr-05 2:49 
GeneralRe: Subscript out of range in vb6 Pin
Fernando Soto29-Apr-05 6:19
Fernando Soto29-Apr-05 6:19 
GeneralRe: Subscript out of range in vb6 Pin
Dave Kreskowiak29-Apr-05 6:26
mveDave Kreskowiak29-Apr-05 6:26 
GeneralRe: Subscript out of range in vb6 Pin
Fernando Soto29-Apr-05 6:41
Fernando Soto29-Apr-05 6:41 
GeneralRe: Subscript out of range in vb6 Pin
Dave Kreskowiak29-Apr-05 6:22
mveDave Kreskowiak29-Apr-05 6:22 
GeneralVbscript Quote Dilemma Pin
Anonymous29-Apr-05 2:38
Anonymous29-Apr-05 2:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.