Tech Support > Microsoft Windows > Development Resources
Windows tips and tricks.....
Posted on June 30th, 2007 | 1 Comments

On Sat, 30 Jun 2007 10:32:46 -0700, travolta003@gmail.com wrote: Must be a great site if you have to repeated spam many newsgroups.

EVENTLOGRECORD has insufficient strings for event
Posted on June 30th, 2007 | 0 Comments

Hi there Are there any circumstances under which an EVENTLOGRECORD structure filled in with ReadEventLog will contain too few strings to insert into the template of the event it describes? I'm...

VC6 Drawing Tools For Icons?
Posted on June 30th, 2007 | 10 Comments

Grzegorz Wróbel wrote: Microangelo is very good.

how to get a dialog resource id?
Posted on June 30th, 2007 | 4 Comments

Sylvain wrote: a hack but i'm just storing the ID value globally. it's not the solution i was looking for but it works for my scenario so for now my app is doing what i want. thanks for the...

POSIX Message Queue implementation in socket
Posted on June 30th, 2007 | 2 Comments

Hello! You wrote on Fri, 29 Jun 2007 22:12:07 -0700: P> I want to implement IPC message queue in Win32 socket programming P> using VC++. Is there any API which I can use to create/send/recevie P>...

strlen, wcslen and UNICODE
Posted on June 30th, 2007 | 3 Comments

"Gerd" <GerdM.O@t-online.de> wrote in message news:1183111350.847384.160470@q69g2000hsb.googlegroups.com... _tcslen and you can find more such functions...

Can Job Objects be embedded within each other?
Posted on June 29th, 2007 | 1 Comments

Greg Ercolano wrote: Answering my own question after following up with Microsoft, The official answer is "No". Confirmation from Microsoft support: "Job objects can't be nested. Processes are...

Where can I get SMB protocol specification?
Posted on June 29th, 2007 | 1 Comments

Cat wrote: See the wikipedia article Server Message Block http://en.wikipedia.org/wiki/Server_Message_Block especially the References and External links sections. There's also specs on the Samba ftp...

Windows XP tips and tricks
Posted on June 29th, 2007 | 2 Comments

Leonard I understand but by replying you just make the problem bigger. Report it as abuse if you wish but please just delete the posts. -- Regards. Gerry

file path with getforegroundwindow
Posted on June 29th, 2007 | 3 Comments

carolinevdp@hotmail.com wrote: GetFileInformationByHandle expects a handle to a file, not a handle to a window. There is no generic way to get what you want, since a given window will not...

Win32 dialog creation using Lisp
Posted on June 29th, 2007 | 1 Comments

Thanks for the reply. I did look at the code for the function "create- window" but didn't see anything helpful. I'll check into the mixin as you suggested and see if I can find anything there.

Error with BY_HANDLE_FILE_INFORMATION
Posted on June 29th, 2007 | 0 Comments

Hi, I need to get some information (like the unique ID) of the file currently displayed on a user's screen. I use getforegroundwindow and GetFileInformationByHandle to get the...

- Windows XP tips and tricks -
Posted on June 29th, 2007 | 3 Comments

SPAM -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged.

battery refresh
Posted on June 29th, 2007 | 2 Comments

It's not the cord, sadly, it's the DC jack itself. I already disassembled it and replaced the jack, but the problem re-appeared after a few weeks. The contacts on the motherboard are just about done....

Please Help with UpdateDriverForPlugAndPlayDevices and possible Bus issues
Posted on June 29th, 2007 | 1 Comments

On Jun 28, 2:05 pm, Rymfax <cwal...@bigbangllc.com> wrote: Hi, Well, to install your drivers you would need to use the following functions consecutively: SetupDiCreateDeviceInfo()

Working with DC in CMYK colour mode
Posted on June 28th, 2007 | 2 Comments

Thanks Kellie. I wasn't sure how it worked as in the API documentation it mentioned colour spaces and logical colours and that some colour spaces (such as the default RGB) you could just produce a...

DLL in Visual C++ 2005 Express
Posted on June 28th, 2007 | 4 Comments

On Jun 28, 5:56 am, t <tmt...@Yahoo.com> wrote: Did you STFW? http://msdn2.microsoft.com/en-us/library/ms235636(VS.80).aspx

program resource usege
Posted on June 28th, 2007 | 1 Comments

On Jun 28, 9:02 am, Carramba <carra...@example.com> wrote: Hi, You can use the following APIs to get information about a process's memory usage: GetProcessMemoryInfo() GetProcessWorkingSetSizeEx()

... Windows XP Tips and Tricks ...
Posted on June 28th, 2007 | 1 Comments

spam --- Leonard Grey Errare humanum est travolta005@gmail.com wrote:

Out parameter in threads
Posted on June 28th, 2007 | 9 Comments

On 24 jun, 18:31, Jerry Coffin <jcof...@taeus.com> wrote: Thanks very much guys for your help!