| Thread | Last Post | Replies |
|
| Registry Monitoring | 18 Jan 2007 03:11 GMT | 1 |
Can someone tell me how to monitor the registry in order to find if a change has happened? Aristotelis
|
| Detect mouse pointer over scrollbar | 17 Jan 2007 18:27 GMT | 2 |
This is my first post here. Don't know if I have the right ng. I'm weak in the area of API programming but experienced with Excel/VBA. Not a proffessional programmer. For a special project I had to develop my own edit mode in Excel. I run
|
| Active user (session) | 17 Jan 2007 14:14 GMT | 2 |
How can I check on WinXP (where many users can be logged on simultaneously) wich user is active?
|
| NetFileEnum Result | 16 Jan 2007 21:53 GMT | 1 |
I am trying to find out all the Open Files on our Server. I am using NetFileEnum API to do that. This is the code, I am using to get all the files. it is returing something that is all numbers.
|
| simple query -> SWbemObjectSet: Access denied | 16 Jan 2007 15:38 GMT | 3 |
Hi when I launch a simple script: ... Query = "Select * From Win32_PerfRawData_MSMQ_MSMQQueue where Name=""" & Queue & """"
|
| DoEvents Alternatives | 15 Jan 2007 22:38 GMT | 9 |
When making length operations I want to prevent user from accessing the keyboard or mouse. How can I do this? Ahmed
|
| VB6 Feeds API Events | 15 Jan 2007 10:10 GMT | 6 |
Using VB (mind you version 6) i am trying to receive Events from the Feeds API, however, documentation seems to be non-existant. Would you be so kind to explain how to receive (subscribe to) events from the Feeds API in VB6
|
| MapVirtualKeyEx | 14 Jan 2007 21:49 GMT | 1 |
I am trying to figure out how to use MapVirtualKeyEx I have this variable/structure: Private kb_struct As KBDLLHOOKSTRUCT I call the MapVirtualKeyEx like this:
|
| ControlPanel->User Account does not show new accounts created by my program . | 14 Jan 2007 09:43 GMT | 2 |
I am trying to creating user accounts in Windows XP thru VC++ programming. Below I have pasted 2 function implementation which of one gives available login names and another creates new login account.
|
| Resource Management -- Preventing Crashes | 12 Jan 2007 14:09 GMT | 3 |
I've been searching long and hard for a document that discusses the following, but to no avail. I'm sure we've all dealt with programs which have forms that can be continuously spawned as separate windows -- take Internet Explorer and the
|
| Picturebox & StretchBlt | 12 Jan 2007 10:54 GMT | 3 |
I've got this code: Dim lWidth As Long Dim lHeight As Long Dim myPicture as StdPicture
|
| CMD | 11 Jan 2007 20:19 GMT | 1 |
Hi. I have a DOS, well windows console, program. I wonder if there is any way to call it, but instead of a CMD window, I want it to appear in my own window. Like have the prompt displayed on TEdit control, or something. Anyway to do that?
|
| GDI leak | 09 Jan 2007 15:12 GMT | 2 |
For quite some time, I have been using a function that I found somewhere on the 'net. It looks like this: Public Function CreateMyFont(nSize As Integer, nDegrees As Long) As Long
|
| system sounds | 07 Jan 2007 18:48 GMT | 6 |
Hi, is there a WINAPI function that can play system sounds? I need to notify user when new mail arrives.
|
| Open Scheduled Tasks? | 07 Jan 2007 08:51 GMT | 2 |
How can I open standard Windows "Scheduled Tasks" folder from VB6?
|