- registry subkeys enumeration
- Posted on July 11th, 2003 | 1 Comments
Hi all, I would like my program to enumerate all the subkeys of HKEY_LOCAL_MACHINE. source: char buffer=""; int retval=22; FILETIME ftLastWriteTime; DWORD max = 255; int i;
- Need to Disable Help button in Win98 start menu.
- Posted on July 11th, 2003 | 0 Comments
Is there a way to diable the HELP feature in Windows 98?? I just want to remove Help from the start menu in Win98, poledit cannot do it, I can't find any reference to a registry setting that would...
- System information
- Posted on July 11th, 2003 | 1 Comments
Hi, I need to find out the amount of Ram(physical memory) on the pc. Preferably a solution working on win95/ NT4 and up Thanks
- Does setting bInheritHandles=TRUE include open sockets in CreateProcess
- Posted on July 11th, 2003 | 0 Comments
Hi All, I'm porting a Unix socket server to Win32. I fork() and exec(), close stdin and stdout, and dup2() my accepted socket to stdin and stdout. Will this port cleanly using...
- create directory with user access
- Posted on July 11th, 2003 | 2 Comments
hi, i have just basic knowledge of windows api programming and don't know how to create a directory with access rights for the current logged in user. If I create a directory with CreateDirectory()...
- Re: SetWinEventHook in a service, PeekMessage never gets a message
- Posted on July 11th, 2003 | 0 Comments
"Scott" <tamosunas@comcast.net> wrote in message news:80715c3e.0307110639.4aba2371@posting.google.com... I don't think the service itself is an issue here so i have these hints: - Only a Service...
- fatal exception using socket then InternetOpen--c++
- Posted on July 11th, 2003 | 0 Comments
After using a socket to retrieve email , and then using: Connected = InternetOpen(szAppName, INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, INTERNET_FLAG_ASYNC); ....and... InternetOpenUrl(Connected, url,...
- Re: How to get com info when I am using rasdial
- Posted on July 11th, 2003 | 0 Comments
Sorry, I need more detail. I know RasEnumConnection will return RASCON structure. Do you point RASCON->szDeviceName ? (My platform is Windows NT.) But I am thinking it's description of device(like a...
- opening html file to specific section
- Posted on July 11th, 2003 | 10 Comments
I would like to open a local html file to a specific paragraph. I am using C++ without MFC (but I know how to search MFC source, so an MFC solution would be OK). Details: I am trying to support...
- My code from another window's title bar?
- Posted on July 11th, 2003 | 1 Comments
I want to add, let's say, a button somewhere in the title bar of another application that when clicked runs some of my code. I guess that this is related to getting code injected into another...
- Compiler complains about winbase.h
- Posted on July 11th, 2003 | 2 Comments
Hi there, I am trying to build the applications, which were getting built fine with VC 5.0, with VC 6.0. However, I get the following error messages: E:\VC98\include\winbase.h(1876) : error C2146:...
- JobObjects work fine for Win2000, However.....
- Posted on July 11th, 2003 | 3 Comments
defining (_WIN32_WINNT and WINVER set to 0x0500 ) in my project settings allows me to use the JobObjects API calls on a Win2K professional machine. Works great. However, the program won't even...
- Trying to create a window that is maximized
- Posted on July 11th, 2003 | 3 Comments
Hi, I have tryed passing WS_MAXIMIZE as a style in my CreateWindow function, but it doesn't work. My only other style that i'm currently using is: WS_OVERLAPPED. Any ideas? ~Thanks~
- dirty hack with File Mappings?
- Posted on July 11th, 2003 | 2 Comments
Hello, i have the following problem: data from a file mapping will be written to a resized file also if the mapping is already unmapped. Is it a bug or an undocumented feature? Microsoft Word used...
- HID Report
- Posted on July 11th, 2003 | 1 Comments
Sorry for annoying you again with my usb driver :-) I have a filter driver under the HID class. This filter see some URBs traveling. Some of these URBs are HID input reports (when I press a key for...
- MapWindowPoints SetWindowPos/MoveWindow problem
- Posted on July 11th, 2003 | 1 Comments
Why is it when I execute this code, the (X,Y) coordinates are different between block 1 and block 3 when pWnd is any control with a border around it? Helk, I'm not even moving the control! However,...
- errors trying to catch keydown in listview object
- Posted on July 11th, 2003 | 1 Comments
Hi, My main window has a list view control WC_LISTVIEW. And I read the documentation on how to catch the keyboard using WM_NOTIFY (of parent window) and then seeing if (LVN_KEYDOWN) is set. But i...
- Re: OpenProcessToken on XP
- Posted on July 11th, 2003 | 2 Comments
zimbus26@yahoo.com (Eric) wrote in message news:<40a06379.0307090903.76cc167c@posting.google.com>... Hi Eric, In "XP Professional" in a WORKGROUP there is a default setting for Network access is...
- [VC++] Capture and Show of an Image.
- Posted on July 11th, 2003 | 0 Comments
I'm sorry for my English. I use VC++ 6.0 under Windows98 SE. I had captured an image using: error=capSetCallbackOnVideoStream(hCaptur, VideoStreamCallback); and relativ functions.
- [Portable] to UNICODE
- Posted on July 11th, 2003 | 2 Comments
Dear all, I have been using mostly the _T macro to make my code portable across when either MBCS or UNICODE or what not is defined. But I am not sure how to do this: I want my code to be still...

