- CreateFileMapping() question
- Posted on March 27th, 2007 | 2 Comments
Hi Sten, thanks for the reply. I am not clear about the above statement. Does that mean that whenever I dereference, read, or write to the shared memory pointer, I must wrap the code with __try...
- CreateProcess() command works only in debug build
- Posted on March 27th, 2007 | 0 Comments
The following code produces a sorted file with a debug build on VC++ 6.0. However, the release build doesn't produce anything. Any ideas? _snprintf( buf, MAX_PATH,...
- The NetUserGetInfo function
- Posted on March 27th, 2007 | 0 Comments
Hi All, I am calling the NetUserGetInfo function from my C++ program: netUserGetInfo((LPWSTR) domController, UserName, 2, (LPBYTE *) &ui) I am able to get the user full name with:...
- Get Service Privileges (On Vista OS)
- Posted on March 27th, 2007 | 1 Comments
Rainer Budde wrote: To get the list of privileges being held by the process use these APIs: OpenProcessToken() GetTokenInformation() LookupPrivilegeName() to set the privilege(s) that is(are) held...
- Visual Studio 6.0 paths
- Posted on March 27th, 2007 | 1 Comments
Dave wrote: Hi Dave: First, make sure you are current on your version of VC6. This page describes some sevice packs. I think the Visual Studio 6.0 Service Pack 6 is required, and the Microsoft...
- Commmand line printer
- Posted on March 27th, 2007 | 0 Comments
Hi, I have to program a command line printer. It's quite easy when you want to send text to the printer. I've read lots of things about that. I want my printer to send picture files to the printer...
- Is anyone aware of a newsgroup devoted to service development?
- Posted on March 27th, 2007 | 1 Comments
"Angus" <anguscomber@gmail.com> wrote in message news:1174651411.795153.258260@n76g2000hsh.googlegroups.com... in kernel groups. Anyway, i would certainly ask here or in a Microsoft.* group. the...
- Multi language support - how to do it best?
- Posted on March 27th, 2007 | 7 Comments
Many thanks for your help. Gerd
- help with hardware/media player integration
- Posted on March 27th, 2007 | 1 Comments
dino d. wrote: WMP responds to WM_APPCOMMANDs from the remote control and other enhanced input devices. I have a hunch (Im afraid its only a hunch) that if you could write a small background program...
- Unequally identify a control under the mouse
- Posted on March 27th, 2007 | 1 Comments
bump...
- error 183: "Cannot create a file..." when using std::ofstream
- Posted on March 27th, 2007 | 7 Comments
Andreas, please don't snip attribution lines. If you quote me, you owe me the respect of at least acknowledging that. Also, btw, your newsclient generates broken formatting, I guess it's OE - search...
- Seed7 Release 2007-03-19
- Posted on March 27th, 2007 | 4 Comments
CBFalconer said: If it could be interrupted by a power failure, it would hardly qualify as an infinite loop, would it? But it hasn't finished yet. It's only been going since March 2006. Give it...
- Question about paths in Visual Studio 6.0
- Posted on March 27th, 2007 | 1 Comments
Dave wrote: In Visual Studio 6.0: Project Settings C/C++ tab Category = Preprocessor ....and you can type in all directory paths in "Additional Include Directories." Type in your main directory...
- Functions with an A on the end of the name
- Posted on March 26th, 2007 | 3 Comments
If you look at the Win32 headers you will see this: WINUSERAPI BOOL WINAPI PostMessageA( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); WINUSERAPI BOOL WINAPI
- How to make an application supporting UNICODE with Pure Windows 32 API
- Posted on March 26th, 2007 | 3 Comments
On 23 Mar 2007 12:52:19 -0700, "iaminsik" <iaminsik@gmail.com> wrote: You're definitely not alone. ----------------------------------------- To reply to me, remove the underscores (_) from my...
- CreateProcess and Child stdout redirection
- Posted on March 26th, 2007 | 2 Comments
"JussiJ" <jussij@zeusedit.com> ha scritto nel messaggio news:1174515633.403491.135780@n59g2000hsh.googlegroups.com... thx for the advice
- Looking for output control: LED indicator
- Posted on March 26th, 2007 | 2 Comments
On Feb 24, 9:08 am, "Bruce Varley" <bxvar...@weastnet.com.au> wrote: Sure. Use the drawing primitives- a filled circle, filled w/ the desired color to match your output, over a larger circle, which...
- how to get VM size as seen in task manager
- Posted on March 26th, 2007 | 2 Comments
On Mar 22, 9:13 am, "gilad" <gil...@yahoo.com> wrote: If I'm not mistaking its the workingsetsize. Sounds strange butit will give you the same counters. There is also a nice article about all these...
- excel interface question using vista
- Posted on March 24th, 2007 | 0 Comments
I've been using Visual Studio 5 / XP and have some code that allows me to talk to Excel. I've just upgraded to Visual Studio 2005 Professional / Vista and can get all of my code to build except...
- Vista compatibility?
- Posted on March 24th, 2007 | 1 Comments
It depends what type of program it is. Most stand-alone programs will work, but for example, a 32-bit shell extensions would only run in the 32-bit version of Explorer. The only way to know for sure...

