jimdeutch | Sun, 11 Nov 2007 19:39:00 GMT |
hbb | Sun, 11 Nov 2007 19:40:00 GMT |
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...
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...
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...
Has anyone done this?I need a simple demo of writing to stdout (standard out) via VB.Thanks in advance.- Billy...
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...
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...
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...
Has anyone done this?I need a simple demo of writing to stdout (standard out) via VB.Thanks in advance.- Billy...
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...
Hi there,why does this code show no effect on the registry??After running it, the values stored in the registry aren't changed.I hate my pc for exactly doing what I tell him and not doing what I'm wantinghim to do ;-(The values nMaxRemainingRecords are stored as DWORD in registry.Path: HKE...
Hello everybodyIn my code below I am writing to an email but i need to know how to writeto a word document so that the text arrives in a word document in the email.Thankyou,Sub AppendLog()'*******************Const ForReading = 1, ForWriting = 2, ForAppending = 8Const TristateUseDefault = -2, Tr...
Hello everybodyIn my code below I am writing to an email but i need to know how to writeto a word document so that the text arrives in a word document in the email.Thankyou,Sub AppendLog()'*******************Const ForReading = 1, ForWriting = 2, ForAppending = 8Const TristateUseDefault = -2, Tr...
HiDoes anyone know of a function to allow you to write a file within a secureNTFS directory? I am able to provide username and password.ThanksRob....
Tried writing a screen saver in VB6. Everything worked fine on a win95 pc,but I have hit some problems when running on NT machine. The screen saveris 'interactive' so processes key/mouse events rather than exiting back todesktop, to stop the saver you click a corner button to close. The...
I would like my VB6 program to write on the command line of a DOS window.Exactly like the DOS command 'DIR /?' do - dumping informations on the doswindow.Thanks...