- Is a Combobox List a ListBox?
- Posted on February 12th, 2006 | 1 Comments
Hi Again Folks: A subclass wndproc for the list window of a combobox traps WM_RBUTTONDOWN. Early tests show that sending LB_ITEMFROMPOINT with the cursor's coordinates to the list window returns...
- GetDlgItem() returning NULL
- Posted on February 11th, 2006 | 3 Comments
Hi, i had written an ActiveX contrl(composite) using ATL COM which contains 3 buttons and a picturebox controls,its basically written for TabletPC application.at run time i need to increase the size...
- SMTP HELO or EHLO
- Posted on February 11th, 2006 | 1 Comments
I am currently writing a simple email client. I found some smtp server (even ESMTP) rejects EHLO with error message like "502 This server configured to NOT honor EHLO at present". Given that...
- TOOLINFO
- Posted on February 11th, 2006 | 2 Comments
If I use ANSI string for the TOOLINFO, the tooltip is fine. But if I use UNICODE in TOOLINFOW, only the first character of the string is displayed.
- newbie-pls help me create a dialog box using win32 in MSVC++6.0
- Posted on February 11th, 2006 | 4 Comments
Hi, I have tried using the code(got it from lnk below) and did exactly as they said but the problem is this code gives me no errors but i am not able to see any dialog box wen i execute the code...
- _tfopen() problem
- Posted on February 10th, 2006 | 7 Comments
Hi I'm building an application for Pocket PC's , and i want to save data in a file in a specified path.I'm saving the file like this FILE *f = _tfopen(TEXT("profiles.txt"),TEXT("a"));Can someone...
- How to remove Desktop permanently
- Posted on February 10th, 2006 | 2 Comments
Hello, I have created a Virtual Desktop Manager. I create and switch desktops using CreateDesktop, OpenDesktop etc API funcntions. There is a one problem. When the Virtual Manager program want's...
- thread help - asynchronous beep
- Posted on February 9th, 2006 | 4 Comments
Hello, here's what i want to do: use Win32 beep to similute a phone ring sound. here's what i'm thinking: start ringer function on a new thread ring for two seconds:
- ReadConsoleA with DBCS
- Posted on February 9th, 2006 | 0 Comments
Did anyone ever tried using ReadConsoleA with DBCS characters, for example in 932 (Japanese) code page? I was wondering how ReadConsoleA would react when issued with NumberOfCharsToRead == 1 while...
- AdjustTokenPrivileges() fails for SYSTEM account?
- Posted on February 9th, 2006 | 1 Comments
Hi! Long time ago I wrote a simple screensaver that shuts down a computer after certain ammount of time. Of course on NT systems it works only for users with administrative privileges since for...
- GINA
- Posted on February 9th, 2006 | 2 Comments
I have written own gina dll. Everything seems ok, but when I lock wksttn and try unlock it, after user authentication I return WLX_SAS_ACTION_UNLOCK_WKSTA value to the winlogon. And nothing...
- How to erase a word in s splash screen of a program?
- Posted on February 9th, 2006 | 5 Comments
Hello I want to erase a cyrillic word in s splash screen of a program. Code Genie program has found the cyrillic word in some files in the program folder, but the Code Genie does not show the word,...
- desperate......,
- Posted on February 9th, 2006 | 1 Comments
Hi every1, I am a Engineering student with Computer Science as my stream. I have completed 3years now. I am looking to start Coding(programing) for my self for any clients query. We people...
- How to check wheter worsktation is locked?
- Posted on February 9th, 2006 | 6 Comments
How to determine wheter worsktation has been locked? Thanks. -- 677265676F727940346E6575726F6E732E636F6D
- quick & dirty io register access?
- Posted on February 8th, 2006 | 6 Comments
I'm using Windows 2000, and have or can get Administrtor privilige (not that that may make a difference...) All I want to do read (possibly write to) a couple of TTL bits from a lab card into my...
- (More) Problems with "Making your own Internet Explorer Toolbar"!
- Posted on February 8th, 2006 | 0 Comments
Hi. I know this is getting kinda old, but I'm STILL trying to get that toolbar code to work. Right, I'm going by the code in this tutorial, but instead of a Explorer bar, or whatever, I'm trying to...
- GetClientRect() failing
- Posted on February 8th, 2006 | 1 Comments
Hi , i developed an ActiveX control.ActiveX exposing one method called ReturnRect() to calculate ActiveX control coordinates,in that method i am calling GetClientRect(), but if i call the...
- translucent opengl window
- Posted on February 8th, 2006 | 1 Comments
I tried this in the opengl group and was told this was going to be win32 specific, so I should check here. Is there a way to create an opengl window (windows XP) that is translucent so that you can...
- remote booting /Network booting From Win2003 Server
- Posted on February 8th, 2006 | 0 Comments
I want to implement remote booting for my network nodes I have two win 2003 server in my hand and 100+ nodes in the network All nodes have NIC Cards with PCI Boot supported I want to know how can...
- Appending strings in shared segment of DLL
- Posted on February 8th, 2006 | 7 Comments
I need a string to be shared between all instances of my dll. Also, I need to append the string with each new instance of the dll. The string is declared: #pragma bss_seg("MYBSS") WCHAR*...

