| Thread | Last Post | Replies |
|
| CreateProcessAsUser and DragDrop | 17 Jun 2005 12:59 GMT | 5 |
I've a problem concerning DragDrop in an process created by CreateProcessAsUser. Bevor I create this process, i call LogonUser/LoadUserProfile/CreateEnvironmentBlock and i give access to
|
| Saving a resource from a DLL in VB | 16 Jun 2005 19:54 GMT | 1 |
Hi! I'm trying to find a simple way to open a DLL, grab a resource from within it, and save the resource to a separate file. Anyone done that before? I know I need to loadlibrary, findresource, loadresource, lockresource, but I'm having trouble with the WriteFile. Any help would ...
|
| DWORD Alignment | 16 Jun 2005 15:22 GMT | 14 |
Not sure what forum to use! It is understanding integers are DWORD aligned in a UDT 32 bit environment. NOT sure whether a simple INTEGER variable is also DWORD aligned.
|
| Trapping Cancel on GetOpenFileName Common Dialog API | 16 Jun 2005 14:22 GMT | 10 |
Ok, got Randy Birch's version from here: http://vbnet.mvps.org/code/hooks/fileopensavedlghookadvtext.htm doing exactly what I want with one exception. How do I trap / intercept when a user clicks the cancel button so I can exit a routine that called
|
| Me.Show , frmTest | 16 Jun 2005 13:36 GMT | 6 |
This makes frmTest as owner of Me, so that Me is always on top of frmTest an will be closed when frmTest is closed etc. etc. I try to achieve this behaviour using the window handles and API calls; tried SetParent(), SetWindowPos() and much more, but without success. Can
|
| Help with NetJoinDomain for VB | 16 Jun 2005 13:20 GMT | 3 |
Here's my problem... I have a macine on a workgroup and I want to move it to a domain. I set up a function in VB6 to use the NetJoinDomain API call but it always gives me an error 1326 (ERROR_LOGON_FAILURE). The problem is that I know the userID and Password work because I can
|
| Loading a wave file as a byte array? | 15 Jun 2005 20:30 GMT | 3 |
I'm trying to find a way to load a wave file as a byte array. Currently the program loads it's wave files from a resource file: Public Type snd1() As Byte
|
| Fade into a Picture Box or Image Control | 15 Jun 2005 13:30 GMT | 9 |
You guys showed me how to write the code below to produce what I think is a very cool fade in of an entire form. On an XP box now I want to know if there an equivelent way to fade in just an JPEG image into a Picture Box, or even better, an Image control which would be placed on ...
|
| how to remove a closebox button | 15 Jun 2005 08:02 GMT | 7 |
How can I remove the closebox button from a window in a multiple document application ? Do I need the hwnd of the window? How can I have a list of the windows opened in the specific application ? Thanks.
|
| How to get a handle to an active word document for use in Word VBA | 15 Jun 2005 06:38 GMT | 10 |
I need to get the activedocument window handle for use in a Word VBA module to call the lockwindowupdate API. How do I get the handle? Can I then assign a function to a Function key for the users (after I lock the active window) in case the code stops without unlocking the window ...
|
| GetSaveFileName and OFN_OVERWRITEPROMPT flag | 15 Jun 2005 05:30 GMT | 3 |
I have a little trouble using the GetSaveFileName API function. As you will see in the excerp below, I have set the flags property of the OpenFilename structure to OFN_OVERWRITEPROMPT. However, even when the file preexists, I get no
|
| VB2005? What did they fix? | 14 Jun 2005 15:35 GMT | 4 |
Hi Gang, Sorry I know this is mainly a VB6 group, but a lot of you use VB.net as well. In my opinion there were a few major problems with VB 2003: 1. You couldn't modify your code while debugging it
|
| FtpSetCurrentDirectory or other | 14 Jun 2005 02:34 GMT | 13 |
Is there a way to call FtpSetCurrentDirectory so as to navigate to the parent folder of the current directory, or is there some other function that achieves this goal?
|
| VB6 rename a file | 13 Jun 2005 20:45 GMT | 8 |
I cannot find any reference to how I go about renaming a disk file. I have a note file that is on a path similar to this : \\servername\sharename\directory\subdirectory\filename.txt and I want to rename it to
|
| How to get the Motherboard Serial No | 13 Jun 2005 15:48 GMT | 1 |
Hi All; Is there any way to get the motherboard(Mainboard) Serial No? Regards Monther
|