Hi Guy
As you know, in C Language if you have this
int A;
int * pA;
You can assign to pA a pointer to Variable A doing this:
pA = &A;
How can i do that in VB6, Say that i have this
public sub myfunc(byref A as integer)
In this case "A" is a Pointer, and i want to...
Hi there
1) Is there a control or something that might allows me to get the list of names for all applications already running in Windows?
2)Once i got this list of "App Name" how can i make active one of them (make it the Active Window)
Thanks guys
rguia
Any ideas to implement a line to split a Form in two parts and be able to adjust the size of these two sections by draging the line up and down. by the way, i can use only the components that come with VB6.0 (no additional library).
Interesting challenge isn't it?
Rguia
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.