| Thread | Last Post | Replies |
|
| Getting to the Serial Port | 14 Mar 2005 02:14 GMT | 3 |
I need to read info from the serial port in a program I am writting in Visual Basic. From what I have seen it looks like I have to use the CreateFile function to open a stream to the serial port. However I cannot find the CreateFile function. I am not sure how to access the ...
|
| Ping Mike re: saving avi compression structure | 13 Mar 2005 22:44 GMT | 6 |
Hi Mike, I saw on a Google groups search where you were explaining to Cobalt how to save the AVI compression options using Ray Mercer's great AVI code.
|
| Why WMEncode doesn't work | 13 Mar 2005 16:30 GMT | 1 |
I just got VS.NET and have been trying to add video to one of my programs. I added the reference library for Window Media Player, but VB.Net still doesn't recognize WMEncoder. Anyone know what the problem is? Thanks.
|
| Access an object in a service | 11 Mar 2005 23:28 GMT | 3 |
I'm developing a program that has to access a memory mapped file that has been created using API functions in another program that is running as a service (using XYNTservice tool) under Windows 2000 server. When I try to access the file it gives an
|
| Run application with administrator privilege | 11 Mar 2005 16:35 GMT | 1 |
i write a program which run on the clients side, the program need to change the clients computer settings. i want to change the user's credentials from the program so the program can perform the change with administrator privilege.
|
| EnumDisplayDevices and primary display driver's GUID | 11 Mar 2005 12:09 GMT | 1 |
I need to get the GUID of the primary display driver, as this will be different from machine to machine. I need to get to the key 0000 in: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
|
| Play videofile | 11 Mar 2005 06:55 GMT | 6 |
Is it possible to play a videofile using WinApi?? Can someone give me an example off this. thx in advance Dennis
|
| How to get Outlook message from Clipboard | 11 Mar 2005 05:59 GMT | 3 |
If in Outlook one or more mail messages are copied to the clipboard, one can paste them in the Windows Explorer and they are put on disk as .msg files. How can i do this from a VB6 program? I can only find Text format data on the clipboard with the sender, subject
|
| Determine if the XP theme are enabled | 10 Mar 2005 16:55 GMT | 2 |
sorry for the double post, I posted my question under the general discussion,but I was not able to get an answer. I would like to know if there is some kind of API or vb code to see if the XP/W2003 is currently being set. You may have XP installed, but still using
|
| Win.Ini under Terminal Server.. Help! | 10 Mar 2005 15:55 GMT | 9 |
I am having problems with the Win.Ini under terminal Server. My problem is that I have 2 applications: 1 that is VB3(16-bit) and 1 that is VB6. In order for these apps to communicate settings, I use the Win.ini file... Now this works fine EXCEPT under terminal server. This is ...
|
| Problem in using SendMessageByNum for toggle button | 10 Mar 2005 02:43 GMT | 3 |
In VB6, I am going to make a toggle button that once it is clicked it "Sticks" to the "Button down" state, and clicked again resume "Button up". I use the code in module: Public Const BM_SETSTATE = &HF3
|
| Winsock: OCX or API? | 09 Mar 2005 16:54 GMT | 4 |
I need to write a small client/server utility and need to use Winsock, which I've never done before. I was wondering if the VB6 Winsock ocx is reliable and stable or I'd be better off by wrapping the Winsock API's into a class module.
|
| ReadEventLog | 09 Mar 2005 15:46 GMT | 1 |
Anyone knows how to read NT Event log from VB6 using ReadEventLog API? I can't use WMI. Thanks
|
| Capturing video | 09 Mar 2005 11:44 GMT | 1 |
i have a problem with capturing video from 2 webcams using the "avicap32.dll" because this dll use a unique temporary file "capture.avi" that cannot be modified. How can i capture video from 2 webcams at the same time ?
|
| Get DISK, PARTITION and VOLUME info as in DISKPART.exe | 09 Mar 2005 02:52 GMT | 2 |
How can I Retrieve The Information about my disk partition and volume as in diskpart... I dont want to change anything, I want to get a list of the disk, the partition, the volume...
|