| Thread | Last Post | Replies |
|
| Event Log Resource Files | 30 Sep 2004 22:35 GMT | 4 |
Does anyone have any info or example code on creating Event Log Resource Files for use with the ReportEvent API within VB6. Thank you Clint Colefax
|
| Reading Registry File from Window 2000 Server! | 30 Sep 2004 21:43 GMT | 1 |
I have been searching for the code to add to my code which would allow me to read from a Windows 2000 Server. I have code that reads my registry. However, I have been requested at work to read two of our Windows 2000 Servers registry and place in an oracle table. I need to ...
|
| Folder monitor | 30 Sep 2004 18:30 GMT | 2 |
Anybody know/have a .dll or ocx to monitor folders for file adds/deletes??
|
| Multiple EMF files | 30 Sep 2004 16:31 GMT | 4 |
I'm trying to create multiple EMF Files (memory only) in a row. The first one always works, but the rest of them fail getting a MetaFile DC. I CreateEnhMetaFile, I draw to it, I CloseEnhMetafile, then try to CreateEnhMetaFile but the resulting DC is always 0.
|
| CopyMemory crash app... Please Help!! | 30 Sep 2004 14:26 GMT | 2 |
Hi to all, I'm trying to write an application that communicates with another via UDP. The problem is that, sometime, the application that receives messages crashes!
|
| logical AND on two arrays | 30 Sep 2004 09:21 GMT | 2 |
I have two DIB, what I want to do is making a DIB wich is the result of DIB1 AND DIB2. One solution is : Creating two DIBsection blit them to a DC (without any stretch) with SRCAND for RasterOp, using GetDIBBits to obtain the
|
| URGENT ==> Get all local and PPP Adapter IP | 30 Sep 2004 09:08 GMT | 1 |
Hi Experts, Thanks in advance. My problem is I am using visual basic 6.0 and using Windows socket control. To get local system IP I use
|
| mciSendCommand | 30 Sep 2004 08:42 GMT | 7 |
I have an application which when run on 1 machine returns the time including milleseconds and on another machine appears to truncate the time to seconds. For instance, on the first machine, I get 10760 and on the other I get 10000 on return from the mciSendCommand.
|
| Prevent tray icon from hiding automatically in XP? | 30 Sep 2004 03:24 GMT | 3 |
I've added a standard icon to the system tray using Shell_NotifyIcon() function but after several minutes Windows XP automatically hides it. This seems like normal behavior for some programs, but for others they stay visible all the time (ex. AIM, ZoneAlarm). How can I have ...
|
| Memory problems, I think... | 29 Sep 2004 23:02 GMT | 7 |
Okay, let me start with what I'm trying to do, and below is how I'm trying to do it (but open to other ideas...this is just how the project has evolved to this point.) I am opening images off of the harddrive -- these are floorplans. They can be rather large. Interesting to know ...
|
| avicap32 problem [CROSSPOST] | 29 Sep 2004 19:11 GMT | 2 |
I want to build a video chat application but I encountered a problem ... I have 2 video capturing devices on my computer and when the program starts it displays the video stream from the first device.All I want to do is to make it displaying the video stream from the second device ...
|
| Processor Temperature | 29 Sep 2004 16:51 GMT | 8 |
Good afternoon...! How can i read the Termal Condition of my MicroP...? Wich API call i need to use. If you have some Sample or Links will be appreciated
|
| open a cash drawer ? | 29 Sep 2004 16:06 GMT | 1 |
How to open a cash drawer using a VB program? Thank you!
|
| Getting SSID with WMI in VB6 - Newb | 29 Sep 2004 15:35 GMT | 2 |
I was looking for ways to get the SSID of an active Wireless Connection. I've seen no other ways except to access it through WMI. I know nothing of WMI & I'm having little luck getting documentation or finding out how to get at WMI in VB6.
|
| Aboutfuncion "IsPathShared" | 28 Sep 2004 17:47 GMT | 1 |
Does anyone know how to declare the function 'IsPathShared' in system32/ntshrui.dll? This function is exported, but no info on Internet or msdn.microsoft.com. Is there any programs (disasseblers or smth), witch could help to navigate
|