| Thread | Last Post | Replies |
|
| How to use the SetWindowPos api | 22 Jun 2004 22:52 GMT | 2 |
Sorry for the crosspost, I first posted this in the wrong group. I'm building an app that uses a secondary monitor (Dual Display etcetera). Now I want to add an application, PowerPoint, running the slideshow on the second screen.
|
| How to run an EXE from inside another EXE | 22 Jun 2004 17:38 GMT | 2 |
How to run an EXE from inside another EXE ? I have developed a program we can call it "Big.exe" (100 Kb). While "Big.exe" is running, "Big.exe" should be able to launch a second program called "Little.exe" (56 Kb).
|
| Read HD serial Number | 22 Jun 2004 15:02 GMT | 16 |
I need to find a way to read mfg. HD serial number for a copy protection system (not the volume # but the actula HD #) I have a piece of VB code that seems to work well on 2k/XP but is not too reliable on 9x.
|
| How to move the Taskbar ? | 22 Jun 2004 14:43 GMT | 1 |
I'd like to manually move the taskbar after having changed the screen resolution (because the taskbar doesn't move accordingly). I'm using the Changescreenresolution API
|
| avoiding AVISaveOptions in VB | 22 Jun 2004 12:47 GMT | 1 |
probably this is a newbie question - forgive me in advance. I am looking at Ray Mercer's fabulous code to create an AVI file from a sequence of bitmaps. My only concern is that actually I don't want to prompt the user with the AVISaveOptions dialog. I rather need to set standard
|
| custom pen | 22 Jun 2004 10:05 GMT | 2 |
How to create custom pen (with symbol and mask) ? Symbol - character to draw ("a" for example) Mask - sequence/pattern, how to draw line with symbol (for example symbol/symbol/space)
|
| Is there any way through API to set property multi line on TextBox??? | 22 Jun 2004 08:48 GMT | 4 |
Is there any way through API to set property multi line on TextBox? something like scrollbars ShowScrollBar ...
|
| Reading UDTs out of a byte array (CopyMemory vs Get on a disk file) | 22 Jun 2004 08:00 GMT | 11 |
Ok, I've been banging my head against the wall on this one for the better part of a day, now and am hoping someone can point me in the right direction. I have an ActiveX DLL that converts data structures stored in a
|
| Clipboard | 21 Jun 2004 23:31 GMT | 2 |
For some reason this is not copying to the clipboard, can someone tell be why? Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem2.Click
|
| Error Handling | 21 Jun 2004 19:12 GMT | 5 |
I have been using some windows sockets functions in a program I am working on and noticed a few problems when I try to implement error handling. I'm using the "gethostbyaddr" API call in my program and to test it I try and get the host name of a valid IP address that is not ...
|
| Registry Permissions on Win2K and XP Servers | 21 Jun 2004 16:01 GMT | 2 |
BACKGROUND: I think I'm fighting a losing battle here, but I'm having a problem that seems to be specific to Win2K and XP servers and I'm not sure if this a programmatic issue or an administrative one.
|
| Dot Matrix Printer Control Characters | 21 Jun 2004 13:50 GMT | 1 |
Where could I find tha control characters that we input in text files so that we can change the use of a dot matrix printer
|
| VB.EXE Application Error - Memory could not be "read" | 21 Jun 2004 11:05 GMT | 5 |
The instruction at "0xHHHHHHHH" referenced memory at "0xHHHHHHHH". The memory could not be "read". click [OK] click [CANCEL] I receive this message when I close VB with UserControls Project, or when I use same compiled UserControls Project in other VB
|
| Can anyone point me at a newsgroup for vb.net please? | 21 Jun 2004 06:02 GMT | 2 |
Can anyone point me at a newsgroup for vb.net please?
 Signature Remove norubbish to reply direct Jack Russell
|
| how to call GetNamedSecurityInfo and SetNamedSecurityInfo | 20 Jun 2004 22:47 GMT | 2 |
can anyone assist on how to call GetNamedSecurityInfo and SetNamedSecurityInfo in VB.Net 2003? i can make it work using VB6, but not VB.Net 2003... any tips would be much appreciated, thanks.
|