Click here to Skip to main content
16,008,942 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: copying files in VB6.0 Pin
jonathan154-May-05 22:45
jonathan154-May-05 22:45 
GeneralRe: copying files in VB6.0 Pin
madhu_panisetty5-May-05 1:34
madhu_panisetty5-May-05 1:34 
GeneralModules Pin
memee814-May-05 14:31
memee814-May-05 14:31 
GeneralRe: Modules Pin
Dave Kreskowiak5-May-05 4:10
mveDave Kreskowiak5-May-05 4:10 
GeneralRe: Modules Pin
memee815-May-05 5:34
memee815-May-05 5:34 
GeneralRe: Modules Pin
Dave Kreskowiak5-May-05 5:55
mveDave Kreskowiak5-May-05 5:55 
Generalhandles for api calls in VB Pin
embrt4-May-05 12:07
embrt4-May-05 12:07 
GeneralRe: handles for api calls in VB Pin
rwestgraham4-May-05 15:28
rwestgraham4-May-05 15:28 
You can get windows hWnd's from the FindWindowEx API. The Spy++ utility tool installed with Visual Studio is indispensible for determining search criteria to find a specific window, because to find a child window handle you must first find it's parent window, and often the window you are looking for may be nested under several or more "generations" of parent handles.

Robert
GeneralRe: handles for api calls in VB Pin
Dave Kreskowiak5-May-05 4:14
mveDave Kreskowiak5-May-05 4:14 
GeneralRe: handles for api calls in VB Pin
embrt5-May-05 4:44
embrt5-May-05 4:44 
GeneralRe: handles for api calls in VB Pin
rwestgraham5-May-05 12:36
rwestgraham5-May-05 12:36 
Generalsetup and deployment Pin
kamilah4-May-05 10:23
kamilah4-May-05 10:23 
Generaltab control Pin
kamilah4-May-05 10:22
kamilah4-May-05 10:22 
GeneralRe: tab control Pin
carlos_rocha4-May-05 22:11
carlos_rocha4-May-05 22:11 
Generall;k'l; Pin
Member 18706474-May-05 9:50
Member 18706474-May-05 9:50 
GeneralRe: l;k'l; Pin
Rizwan Bashir5-May-05 0:44
Rizwan Bashir5-May-05 0:44 
GeneralRe: l;k'l; Pin
toxcct5-May-05 1:09
toxcct5-May-05 1:09 
GeneralSQL math with .net Pin
Joey Picerno4-May-05 9:49
Joey Picerno4-May-05 9:49 
GeneralRe: SQL math with .net Pin
Adam °Wimsatt4-May-05 10:33
Adam °Wimsatt4-May-05 10:33 
GeneralRe: SQL math with .net Pin
Joey Picerno4-May-05 10:52
Joey Picerno4-May-05 10:52 
GeneralRe: SQL math with .net Pin
Adam °Wimsatt4-May-05 11:46
Adam °Wimsatt4-May-05 11:46 
GeneralRe: SQL math with .net Pin
Joey Picerno4-May-05 14:04
Joey Picerno4-May-05 14:04 
Generalmsgboxresult Pin
Joey Picerno4-May-05 9:08
Joey Picerno4-May-05 9:08 
GeneralRe: msgboxresult Pin
Adam °Wimsatt4-May-05 9:15
Adam °Wimsatt4-May-05 9:15 
GeneralRe: msgboxresult Pin
Joey Picerno4-May-05 9:45
Joey Picerno4-May-05 9:45 

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.