Tech Support > Microsoft Windows > Development Resources
Is there a "fudge factor" applied to the backlog on listen()
Posted on April 10th, 2008 | 3 Comments

On Apr 7, 6:58 pm, dj3va...@csclub.uwaterloo.ca.invalid wrote: Figured out my problem. I had an incorrect assumption in that I assumed the three-way handshake took place, from the servers side,...

WIN 2K, VC6 - Where is ULONG_PTR Defined?
Posted on April 10th, 2008 | 1 Comments

Larry Lindstrom wrote: Try insert some #error statements and check if they're actually reached. Somewhere in the reach of windows.h.

Auto-updater for IE Toolbar plugin?
Posted on April 10th, 2008 | 5 Comments

On Apr 9, 4:02*pm, Francis <francis.ramme...@gmail.com> wrote: Unfortunately, Vista doesn't share my enthusiasm in this approach :(

Physical drive name
Posted on April 9th, 2008 | 2 Comments

Try this (save the below code into file foo.vbs, then from DOS command line execute 'cscript foo.vbs'): strComputer = "." Set objWMIService =...

problem setting font size on a subclassed edit control
Posted on April 9th, 2008 | 1 Comments

Jack wrote: The default font for Edit controls is the System font. (If I draw a text with GetStockObject(SYSTEM_FONT) or WM_GETFONT, I get the same size than for standard Edit controls (at least on...

Anybody know a good reference on file system permission?
Posted on April 9th, 2008 | 3 Comments

Thank you for the reply. The links are of interest. Following one of them, I arrived at this: http://msdn2.microsoft.com/en-us/library/aa375774(VS.85).aspx which may contain a lot of the...

Variables | MessageBox (c++ | WINAPI)
Posted on April 9th, 2008 | 2 Comments

CAHEK wrote: char str; int * intptr; sprintf(str, "%i,%p,%d",1,intptr, 3.14); Now if you don't even know sprintf(), which is likely due to your question,

Cannot redirect standard output to file
Posted on April 9th, 2008 | 5 Comments

On Apr 9, 6:43*am, Christian ASTOR <casto...@club-internet.fr> wrote: Thanks, Christian. I'll learn Win32 someday. Yes, my comment was not relevant but, I think, not because he did the memset: that...

User can run app from command line. CreateProcess() Fails
Posted on April 9th, 2008 | 1 Comments

Larry Lindstrom wrote: Quick standard guess: Did you call CloseHandle() on pi.hProcess and pi.hThread afterwards? Without closing all handles, a process can't be properly teared down, which might...

error 998 Invalid access to memory location. Here's why:
Posted on April 9th, 2008 | 1 Comments

On 9 avr, 10:15, pete <pete...@yahoo.com> wrote: Because you're certainly in Debug Mode. In Release, you will get an Access violation...

error 14001 and Manifests for Imbecels?
Posted on April 9th, 2008 | 10 Comments

Sebastian G. wrote: Thanks again Sebastian and Nathan and Peter: It's working now. I threw a bunch of solutions at the issue, so I'm now not certain which one broke the obstruction, but it's...

flash image on desktop?
Posted on April 9th, 2008 | 6 Comments

On Apr 8, 6:03 am, Christian ASTOR <casto...@club-internet.fr> wrote: Thanks, made it work :)

List Physical Drives (c++ | WINAPI)
Posted on April 8th, 2008 | 18 Comments

On 8 avr, 10:41, CAHEK <h4cker_...@hotmail.com> wrote: As I said : &DiskClassGuid or &GUID_DEVINTERFACE_DISK

¥þ*»´ä³ÌÂqIT Manager http://edmund.0fees.net/
Posted on April 8th, 2008 | 0 Comments

¥þ*»´ä³ÌÂqIT Manager http://edmund.0fees.net/ www.funzy.com www.funmobile.com ¥þ*»´ä³ÌÂqIT Manager http://edmund.0fees.net/ www.funzy.com www.funmobile.com ¥þ*»´ä³ÌÂqIT Manager...

Static Rich Edit Control
Posted on April 7th, 2008 | 2 Comments

Thank you for the response and the help. This solved my problem :) "Christian ASTOR" <castorix@club-internet.fr> wrote in message news:47fa7126$0$21148$7a628cd7@news.club-internet.fr...

Is it possible to reposition window's menu bar?
Posted on April 7th, 2008 | 2 Comments

"Kellie Fitton" wrote: Yes, I know I could use a toolbar. Are you aware of any other option? Thanks Alex

globally-accessible environment variables
Posted on April 7th, 2008 | 2 Comments

On 7 avr, 19:17, pete <pete...@yahoo.com> wrote: KB104011

How determine where "virtual size" is being used?
Posted on April 7th, 2008 | 11 Comments

Sounds like thread stacks. Try to use a attached debugger or minidump to test that.

win2k service limitation ?
Posted on April 7th, 2008 | 2 Comments

stef wrote: This could be a desktop heap exhaustion issue. Non-interactive services run with a separate, smaller desktop heap, and I believe Win2k had a smaller service desktop heap (by default)...

ANN: Seed7 Release 2008-04-06
Posted on April 6th, 2008 | 0 Comments

Hello, I have released a new version of Seed7: seed7_05_20080406.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and...