| Thread | Last Post | Replies |
|
| How to tell if a window is hided? | 19 Oct 2004 07:31 GMT | 5 |
I've the handle of one window. I need to know if this window is hided (not minimized!) or not. Any suggest? Thanks in advance VV
|
| How to find windows which r minimized to the system tray | 18 Oct 2004 21:58 GMT | 1 |
I can find windows with the FindWindow API. So far so good. But it finds only windows that r present on the taskbar. Windows which have been minimized to the system tray like Yahoo messenger cannot b found. How to find these windows which r minimized to the system tray. Plz help.. ...
|
| ConvertSidToStringSid() declare? | 18 Oct 2004 18:47 GMT | 3 |
I am trying to get ConvertSidToStringSid() to work in VB6. It always returns an empty string my declaration is this Private Declare Function ConvertSidToStringSid Lib "advapi32.dll"
|
| GetSystemDefaultUILanguage unter NT 4.0 | 18 Oct 2004 16:29 GMT | 1 |
ich gebrauche die GetSystemDefaultUILanguage Funktion der Kernel32.dll...diese ist aber unter NT 4.0 noch nicht verfügbar...Zur Info: - Use GetSystemDefaultUILanguage to get the original language of the system Unter NT 4.0 sind aber nur diese zwei Funktionen verfügbar:
|
| GetAttr Fails on directory (Does this stump you) | 18 Oct 2004 16:11 GMT | 8 |
I using native VB code to recursively search through a main directory and all it main directories. One directory (not sure how it happened) ends with a trailing space. For example "C:\Datafile\SaveImages\Feb2004 \".
|
| Need help in graphics | 18 Oct 2004 15:45 GMT | 2 |
I have bitmap image and i am displaying on winform. i want to click mouse on each time and get x,y co-ordinate. but i got problem when i click on it; it give me system co-ordinate and i know image co-ordinate is different from system co-ordinate . is there any way to convert ...
|
| MessageBox in VB6 | 18 Oct 2004 15:44 GMT | 6 |
I declare this function in VB6: Declare Function MessageBoxEx Lib "user32.dll" Alias "MessageBoxExA" (ByVal hwnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal uType As Long, ByVal wLanguageId As Long) As Long
|
| Process exeName and command string | 18 Oct 2004 13:33 GMT | 5 |
I am running an application from Windows Scheduler. The app must first check if it is already running with the same command string. How to check it ?
|
| Using CreateFile to open a folder | 18 Oct 2004 08:41 GMT | 2 |
Why does CreateFile, in the following code snippet, fail? Also why do Err.LastDllError and GetLastError return 0 even though the CreateFile call failed? I know that there are simpler ways of achieving the same objective, but I'd
|
| HELP: SendMessage & LParam declarations from C incl. header source translating into VB calls | 18 Oct 2004 07:16 GMT | 2 |
Well I am not sure have I done this allright, I am making class for manipulating TreeView and ListView + Header controls from another proccess and have started making full support (SendMessage) for those controls in VB. Cause I am not very good in this castings in C
|
| Access denied | 18 Oct 2004 04:17 GMT | 1 |
I am adding another machine to my network of two on winxp pro and it shows all 3 comp on my network of 3 however on this 2rd comp I cannot access it from the other 2 I keep getting error message" Access denied consult the administrator." I am the administrator on all 3 machines can ...
|
| OS Version | 17 Oct 2004 21:56 GMT | 1 |
I am writing a setup program and need to distinguish between win98 and win95, similarly I can't distinguish between Win 2000 and Win XP, currently I am using the GetVersion/GetVersionEx APIs Any Suggestions?
|
| #define TVN_FIRST (0U-400U) // treeview (&HFFFFFF70) is this number in VB ??? | 17 Oct 2004 16:46 GMT | 2 |
|
| Problem with Offscreen... | 17 Oct 2004 15:31 GMT | 2 |
Excuse me for my english level because I'm french! This message is post to : microsoft.public.vb.winapi.graphics, microsoft.public.vb.general.discussion, microsoft.public.project.vba My computer confuguration : WinMe, Excel 2000.
|
| Registering .dll and .ocx files | 17 Oct 2004 06:30 GMT | 7 |
I need to know EXACTLY how to go about registering .dll and .ocx files from start to finish including code. I believe I use regsvr32.exe to do this but I need to know the exact steps and code to ensure I get it right. Thanks
|