| Thread | Last Post | Replies |
|
| BITBLT / NOMIRRORBITMAP | 06 Nov 2004 11:41 GMT | 1 |
Who kwons what is the use of NOMIRRORBITMAP raster parameter for BitBlt?
|
| Query Remot Computer for Date/Time | 06 Nov 2004 02:45 GMT | 1 |
I found some source code that uses the following API: Private Declare Function NetRemoteTOD Lib "Netapi32.dll" ( _ tServer As Any, pBuffer As Long) As Long In my dev enviroment (XP) I can query the Date/Time just fine but one
|
| EnumWindows & ITasklist | 06 Nov 2004 02:41 GMT | 1 |
I am trying to Enumerate all of the windows listed in the taskbar. I have used EnumWindows to get a list of all the current top level windows but have been having problems just getting the hwnd's for the windows that are shown on the task bar. I did some research and found ...
|
| Add a file as embedded Resource programatically | 06 Nov 2004 01:08 GMT | 5 |
I need to programatically add a file as embedded resource to another executable. Thanks for any advice
|
| How do I put my own custom button on the form title bar? | 05 Nov 2004 21:34 GMT | 8 |
Using VB6, how can I put my own custom button on the form title bar and respond to its click event? Thanks for your help, - Joe Geretz -
|
| How to send signals (simple parameters back) to OS from VB 6 | 05 Nov 2004 18:55 GMT | 1 |
I have a long running executable (no GUI) in VB 6.0. After completing the execution I want to send a simple signal like 1 (for sucess) and 0 (for failure) to the O.S I would like to catch those parameters from my external applications
|
| Registry Permissions on Existing Key | 05 Nov 2004 15:02 GMT | 3 |
I'm trying to set the permissions on a registry key and all of it's sub keys using VB 6 to Everyone having full access. How might I go about doing this? I have opened and read keys via the API functions before, but I don't find anything to effect the security permissions of an ...
|
| return a list of all user installed applications | 05 Nov 2004 02:00 GMT | 4 |
How can i return a list of all the appliactions that i have installed on my computer in a listbox. Thanks in advance
|
| HELP !!!vertical text alignment | 05 Nov 2004 00:32 GMT | 3 |
Can anyone tell me how to vertically align text within a textbox or a label control. This a visual basic 6 application thanks john
|
| Form repaint problem when child of external application | 04 Nov 2004 22:32 GMT | 2 |
I have written a VB application that needs to "insert" a form into another external application. Basically, upon startup it looks for a particular application, if that application is running, it loads a form and then uses the SetParent API to make the new for a child of the ...
|
| open ms-dos file | 04 Nov 2004 19:20 GMT | 1 |
I have an ms-dos text file which I want to open and read from vb6. Since file uses the Greek-DOS code page, Open and Line Input commands do not help. How can I open this file? thx in advance!
|
| Calling external programs from within VB | 04 Nov 2004 11:31 GMT | 1 |
I do not know where I ought to post this message, but will give this a go. I have written a routine to open one or more files based on their extension using ShellExecute. My problem is that if I am trying to select a number of files and open them in one go, sometimes they all open ...
|
| Combobox Notification | 04 Nov 2004 09:29 GMT | 2 |
How can I know that the user has actually clicked on the combobox's arrow to drop down the list? I have a feeling I need to subclass... but what message? Thanks,
|
| PostQuitMessage | 03 Nov 2004 23:58 GMT | 3 |
I'd like to force a program to end when a certain record is reached on input. Just using the "END" statement is not sufficient since it leaves some loaded forms in place. Calling Unload (me) is a bit better, but not much.
|
| HELP !!!!vertical aligning text | 03 Nov 2004 20:37 GMT | 1 |
Can anyone tell me how to vertically align text inside a textbox and label this a vb6 project control. Thanks
|