Tech Support > Microsoft Windows > Development Resources
Enumerating desktop icons with LVM_GETITEM, what am I doing wrong???
Posted on April 9th, 2007 | 4 Comments

<Fabian_D2@yahoo.com> wrote in message news:1176128904.764590.33310@y66g2000hsf.googlegroups.com... I think you need VirtualAllocEx, not file mapping, to allocate the memory in the other...

Causing TrackPopupMenu to send a WM_COMMAND message even if TPM_RETURNCMD is passed
Posted on April 9th, 2007 | 0 Comments

Hi, I'm adding my own custom menu items into the context menu of Internet Explorer. This is working well on the front end, but IE apparently calls TrackPopupMenu with the TPM_RETURNCMD flag, so a...

InstallShield 8.0 custom dialog
Posted on April 8th, 2007 | 0 Comments

Hi, I am working on InstallShield 8.0. In that i wanted to add a new a new screen which contain 2 radio buttons. When you click next it should make some registry entries. I am not able to find out...

Setting a Window Size...
Posted on April 7th, 2007 | 4 Comments

On 7 Apr, 21:41, "James Brown" <e...@viahomepage.com> wrote: Hi, Thanks for all your help. I've asked on a Delphi newsgroup for a translation :) Thanks again. Regards, Scott

Detect Printer
Posted on April 7th, 2007 | 2 Comments

Thanks for the reply. This is good information, but I think I asked the wrong question: I just want to know _if_ a printer is connected to the computer that's running the program. This is because I...

Help, waveOutProc callback?
Posted on April 7th, 2007 | 0 Comments

Hi, I can implement a waveOutProc callback. But I can't understand how to incorporate into my class as it seems that the callback can't be a class member. When the callback fires I need to change...

terminating a win32 c++ app with exit(0)?
Posted on April 6th, 2007 | 2 Comments

Scott McPhillips wrote: thanks! definitely will not use exit() then.

Track a process creation
Posted on April 5th, 2007 | 1 Comments

On 5 ÁÐÒ, 03:31, "alexrait1" <alexr...@gmail.com> wrote: There are several good ways to catch process creation event. One way is to use DLL hooks. You probably know that when you install hook, DLL...

DLL Communication Interface: Win32 DLL <-> .net class library
Posted on April 5th, 2007 | 1 Comments

"Ezmeralda" <ezmeralda@gmx.de> wrote in message news:1175589326.742071.309580@p77g2000hsh.googlegroups.com... Here's my 2 cents.... I would go for Design 2 because it is actually the more flexible...

change mfc default icon, not for once, but forever
Posted on April 4th, 2007 | 3 Comments

"TheOne" <daewon.yoon@gmail.com> wrote in message news:1175701393.073922.210000@w1g2000hsg.googlegroups.com... On 4¿ù4ÀÏ, ¿ÀÈÄ6½Ã54ºÐ, "" <sorry@no_spam.plz> wrote: Gotcha! (I used a raw text search...

Seed7 Release 2007-04-04
Posted on April 4th, 2007 | 0 Comments

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

Is SetLayout(LAYOUT_RTL) fatally flawed?
Posted on April 4th, 2007 | 0 Comments

We have a program that works with both English and Hebrew, and when we print in Hebrew from an English version of Windows, we manually call SetLayout(LAYOUT_RTL) on the printer DC to get the proper...

Problem with writing XML DOM tree to memory buffer.
Posted on April 4th, 2007 | 4 Comments

Alex Blekhman wrote: I will. Thanks. Stuart

Dynamically create or resize a structure
Posted on April 4th, 2007 | 2 Comments

"AlabiChin" <alabichinali@yahoo.com> wrote in news:1175659180.724074.144150@d57g2000hsg.googlegroups.com: I'm not sure whether this is what you're looking for, but there is a common trick in C for...

CArray problem
Posted on April 4th, 2007 | 3 Comments

Paul wrote: std::string str; str = "x"; std::string str2 = str + "foo" + str; See, no 'new' involved! Now, getting back to your example, try to make this code run: OB ob1;

How to make IJG jpeg to HBITMAP
Posted on April 4th, 2007 | 6 Comments

"news@rtrussell.co.uk" <news@rtrussell.co.uk> wrote: Thanks. Got it working now.

SetTimer not working on Vista
Posted on April 4th, 2007 | 5 Comments

now the timer works fine under vista in a GUI program but in a program running as NT service it won't work. The service runs under XP.

application linking with expat library - run time library - strange problem
Posted on April 3rd, 2007 | 0 Comments

My C win32 application (release) statically links with libexpatwMT.lib (static expat library linked against multithreaded dll run-time lib) C application also links with multithreaded dll run-time...

CreateDialog and accelerators
Posted on April 3rd, 2007 | 1 Comments

For the benefit of those who come after me. Here are 4 scenarios that illustrate what works and what doesn't. What follows is the call to CreateDialog followed by 4 different message loops. Variable...

How create UNICODE controls?
Posted on April 3rd, 2007 | 2 Comments

Maybe you misunderstood me. Besides english and german I've installed greek, french, swedish. I can write text in this languages in Word, my mail-program (not Outlook), input fields of the IE, and I...