| Thread | Last Post | Replies |
|
| SetWindowPos flags | 16 Oct 2007 12:21 GMT | 3 |
I'm subclassing a form to monitor it's size and changes to it's size in order to be able to persist/retrieve the coords to/from the registry. I was going to use the SetWindowPos call to set the size when the form is being loaded, but I don't want to override the form's behaviour.
|
| New User | 14 Oct 2007 08:47 GMT | 1 |
I want to create a windows user through VB 6. any one help me to do the same. kindly give your ideas & Code only. thanks in advance
|
| WinAPI within Excel 2003 Printer selector | 12 Oct 2007 22:18 GMT | 2 |
HI all and thanks in advance for your time to read and hopefully answer the quandry I'm in. I have been trying to develop a macro that I can embed into a whole bunch of existing Drawing register files. which have lists of upto 50
|
| Offline Folders/Files | 11 Oct 2007 22:24 GMT | 2 |
Is there a way to programmatically create offline folders and files? I would like a way to do this either through VBScript or the command line to run during an application install. Thanks, in advance!
|
| Change Forecolor of a FileistBox entry | 11 Oct 2007 18:40 GMT | 3 |
is it possible top change the forecolor of an entry in VB-Filelistbox using SendMessage or other API? I couldn't find a corresponding name of message-ID starting with LB_*. Maybe LB_SETITEMDATA?
|
| SetDIBitsToDevice and the debugger | 11 Oct 2007 13:43 GMT | 1 |
I have a program that, on user command, will display on image into a picture control using SetDIBitsToDevice. The general sequence is start the program
|
| Working example of SHGFI_ICONLOCATION | 11 Oct 2007 12:07 GMT | 4 |
Hi... I'm currently stuck in a problem that aparently would be simple. All I want to know is the name of the file that holds the icon for an specified file.
|
| recieve cd open/close message | 09 Oct 2007 15:28 GMT | 3 |
I want to recieve the open/close api message for CD drive. I'm currently using a timer and checking evry second but this is an ineffficient way.
|
| Hard Drive Serial No in VB 6.0 | 09 Oct 2007 00:30 GMT | 2 |
any one who can tell me that about how can i retreive the hard drive orignal serial no in vb 6.0 source codes. then please eamil me. thanking you
|
| How do I distinguish one ComboBox control from another in win32 API? | 08 Oct 2007 11:25 GMT | 15 |
I am developing a C# application that access the Win32 API to control/automate another application. I am developing this for Windows CE. My problem is that I a having trouble distinguishing one control from another. I have looped around the for and stored the Handel, ClassType and ...
|
| QUESTION: Getting unique identifier of PC (processor serial number, hd serial number, nic id, etc...) | 06 Oct 2007 12:56 GMT | 5 |
Is there a Windows API that will allow me to get a unique identifier of a PC? For example: - Processor serial number - Hard drive serial number
|
| PathIsNerwork Path function | 05 Oct 2007 02:03 GMT | 11 |
The description of the PathIsNerworkPath function seems to indicate that the function is not a foolproof way to detect whether a path is not on a local drive, be it internal or external. Is there a way to do this in VB6?
|
| How to save picturebox hdc or convert hdc to picture property | 04 Oct 2007 16:43 GMT | 1 |
I once had a very useful bas module that had a function called something like hdc2picture where whatever was in the hdc of the picturebox was put into the picturebox.picture property and could thus be saved or printed.
|
| Load BMP ---> Trasparent | 03 Oct 2007 23:19 GMT | 2 |
I Load a BMP file, with BackColorMasck=Cyan using [Mike D. Sutton] ChromaBlt Function as in the exemple below. The original hDC is a Memory one, i can't use picturebox(using VBA), and finally i convert all in iPicureDisp(Image control have
|
| Help on preventing Start menu to open !!! | 01 Oct 2007 15:53 GMT | 3 |
I need an app to run in kiosk mode, so user will not have access to start menu and taskbar while the app is running I was able to hide / show the taskbar with trhe following code when app starts / exits
|