| Thread | Last Post | Replies |
|
| GetHbitmap and FromHBitmap question | 28 Feb 2006 22:56 GMT | 1 |
I have the scenario below where I have a New Bitmap object and another bitmap that points to this object. Later on, I need to supply a GDI handle to a C routine. I get the GDI handle using GHBitmap, and then to get the Image back I call FromHBitmap. However, when I call
|
| Close Control Panel Item | 28 Feb 2006 05:12 GMT | 11 |
I want to be able to programmatically close a control panel item (I am using vb6). I would like to be able to close the control panel item regardless of whether it was opened programmatically by my application, or it was opened by the user by double clicking an icon in the control ...
|
| MCI and WAV Files | 28 Feb 2006 00:29 GMT | 4 |
I use VB to create WAV files of user's voices: lngResult = mciSendString(sendString, returnString, lLength, lCallback) This works fine in my development environment, but the problem comes when trying to play these files.
|
| Windows User Group creation? | 26 Feb 2006 10:30 GMT | 3 |
I am wanting to be able to create a NEW user group with special priviledges and policies. I want to be able to do this at runtime fo a VB6 application. I am trying to create a special group so that I can then set read-only access to specific folders within the registry. This ...
|
| How do you get the UPN? | 26 Feb 2006 10:26 GMT | 1 |
I would like to use the UPN instead of the traditonal NT username format for an application. Is there a way to get the User Prinicipal Name without doing an LDAP query? Thanks,
|
| Possible to create an app that's always on top? | 25 Feb 2006 01:14 GMT | 3 |
I'm thinking about using VS 2005 to somehow create a calulator which would alway appear on top of other applications. I use Win Calc a lot to calculate values to be put in Excel or simply comparing current checkbook balance with online banking balance. My frustration is that
|
| how to forcfully kill a running process by executable name with vbscript? | 24 Feb 2006 21:25 GMT | 1 |
how to forcfully kill a running process by executable name with vbscript?
|
| how to forcfully kill a running process by executable name with vbscript? | 24 Feb 2006 19:26 GMT | 1 |
how to forcfully kill a running process by executable name with vbscript?
|
| 0- or 1-based? | 24 Feb 2006 13:35 GMT | 2 |
I'm working with a mix of native and API graphics methods (using pixels as the common scale mode) and I'm discovering that I might be off-by-one in some areas. Are the VB6 Circle and Line methods, etc 0-based, like their API counterparts? I don't see this information in the help ...
|
| InterProcess Communications | 24 Feb 2006 07:56 GMT | 1 |
I have an app that creates several subprocesses and I need to have them communicated all the time, but I can not figure out how to have subprocesses communicated with their parent. The communication has to be in two ways so the childs can report their activities and the parent ...
|
| PDF? | 24 Feb 2006 02:50 GMT | 2 |
I'm building an application with VB6. I know there are some free pdf converter outthere and I need one that embeds within the application. The application outputs text files, but the user requires them in pdf format. Which pdf converter (freeware, not shareware) can you recommend?
|
| Using SHFileOperation for copying multi files to multilei folders | 23 Feb 2006 23:05 GMT | 5 |
From what I have read through on the Net it appears it is possible to use SHFileOperation to copy multiple files to multiple folders. I have created a source string to hold the multi source files. They have fully qualified paths and each path is separated by a backslash & ...
|
| Sending joystick data | 23 Feb 2006 12:26 GMT | 1 |
Is there a way to 'send' data to the joystick thru vb rather than just reading it? I am working on a trainer that will 'ghost' the correct path to allow users of a game to visually mimic the joystick inputs thereby improving their
|
| C MAKEINTRESOURCE macro in Visual Basic | 22 Feb 2006 21:54 GMT | 4 |
I want to read resource file with FindResourceEx Api. FindResourceEx Api is using MakeIntResource macro in C language, How to emulate MakeIntResource in VB. Thanks for all helps. Hakan Örnek
|
| Activating a Window Without Focus but on top | 22 Feb 2006 19:06 GMT | 2 |
The coding below activates a window without focus. But the problem is that the window may not be on top (i.e. window appears behind Outlook). I also included calling functions BringWindowToTop and SetForegroundWindow with coding below but it did not help (i.e. window will have ...
|