| Thread | Last Post | Replies |
|
| to load a user's profile without logging in | 29 Nov 2005 19:29 GMT | 3 |
Could anyone help me with the problem while unistallation. I want to delete entries from HKCU(HKUsers) corresponding to each and every user's account present on my local computer. Right now i am not able to load the ussers profile as i am using
|
| Icon in system tray doesn't process mouse clicks for a dll form | 29 Nov 2005 16:59 GMT | 13 |
I'm using Shell_NotifyIcon to place an icon in the system tray when the user minimizes the application. The application is really just a form in a dll that is launced as a plugin from another application. The tooltip shows when the mouse hovers over the icon but clicking on the ...
|
| Registering exe's | 29 Nov 2005 16:45 GMT | 11 |
I know exe's a self-registering on running. However, I've written a little tool to auto-register all dlls/ocxs/exes in a folder. Certain exe's are apps and I don't want to run those. 1) What do I need to do to test to see whether each dll should be
|
| WMS question | 29 Nov 2005 10:08 GMT | 5 |
Hy i have a probleme related to WMS The WSAAsyncSelect function requests Windows message-based notification of network events for a socket. This is the definiton of WSAAsyncSelect and my question is
|
| don't end after sub main | 29 Nov 2005 06:44 GMT | 6 |
I have a program that uses hooks. and because I don't need any objects I don't use a form. I just use modules. And I use the sub main to start the hooking. but when sub main has finished the program ends. Why does the program stops after sub main?
|
| Logon Script to map network drives for each department | 28 Nov 2005 15:43 GMT | 1 |
In windows NT you can map a network drive that it depends on the group.Ex.- If InIngroup ("X",Usergroups) then map network drive En If
|
| WMA Metadata | 27 Nov 2005 15:00 GMT | 3 |
Hi Friends, can you tell me how to retrieve Windows Media Audio's metadata? please let me know the structure of the metadata of WMA file. i'll try to get it using VB code.
|
| How to copy contents of window | 27 Nov 2005 09:02 GMT | 7 |
I will have a window open on my computer that contains an HTML document. I need to write a console program that can be shelled that will be able to copy the contents of this window to a file. Much like if I pressed ctrl+a and ctrl+c and then opened a file and
|
| Access Denied Error when using CreateProcessWithLogonW | 27 Nov 2005 09:01 GMT | 1 |
I am getting an error "ACCESS DENIED" with error no.5 when using CreateProcessWithLogonW for executing an external program. I have written the code in VB6 and it works when in Application but not through ASP Pages.
|
| Help finding API | 26 Nov 2005 18:02 GMT | 2 |
I can't find other important APIs in APIVIEWER that comes with Visual Studio. can some one please give me the link where to get an good api viewer? Mustakim
|
| Force a tooltip to appear in any control I want | 26 Nov 2005 17:56 GMT | 4 |
Hi!!! How can I force a tooltip to appear in any given control of my form? I mean, I got a button and a textbox. And if the user click the button, I want to show a tooltip over the textbox with it own tooltiptext.
|
| Problem using SetWindowsLong API | 26 Nov 2005 17:18 GMT | 2 |
I can't apply the "SetWindowsLong" Api function upon the Windows Taskbar. Could anyone help me? Mustakim
|
| mouse probems | 26 Nov 2005 14:20 GMT | 6 |
i have problems with my mouse.
|
| Wininet InternetErrorDlg proxy | 26 Nov 2005 10:28 GMT | 2 |
I want to read an internet html-file, my program has to work with and without proxyserver. I am using the following Dlls (in case no proxyserver without authentication):
|
| BitBlt problems! Arrrggggggg!!!! | 25 Nov 2005 15:42 GMT | 3 |
I am writing a program that has a clock on it, using VB 6 on Windows XP. I have 2 picture boxes on a form (picturebox1 and picturebox2). Picturebox1 is the destination for my bitblt, Picturebox2 is the source.
|