- Zooming a pictureBox
Hi all,I need to be able to zoom a PictureBox with all the child contols in thePictureBox. The only child controls are labels and TextBoxes. Any ideas?Any help is very much appreciated.Jim...
- XML
How do I recreate a COM+ by using VB and XML?...
- X button on upper right corner
Anybody know a way to get access to that button? I want to call my properapplication Closer(which unloads EVERYTHING including formLogin) when thatis hit instead of my formal Exit button. See, my mainForm isnt actually the"main" form, its my loginForm. So thats why im thinking that when in themainFo...
- wsock32 API
I am attempting to build an application that accesses the wsock32.dll API,but I have been unable to locate any reference sources for the constantsemployed by this API.the win32 API is easy enough to find as it comes with the API viewer, butI need the values from the wsock32 API, some of which are ea...
- Writing to StdOut via VB?
Has anyone done this?I need a simple demo of writing to stdout (standard out) via VB.Thanks in advance.- Billy...
- Writing to stdout
Over in the General discussion I've been asking how to write to stdout. Iwant to create a VB .exe that can be executed at the command line and willwrite its output at the command line (no forms). This code runs at the commandline & accepts input parms, but its output goes to a msgbox. How ca...