Tech Support > Microsoft Windows > Development Resources
working with HMENU object
Posted on February 16th, 2007 | 4 Comments

"Scott McPhillips " <org-dot-mvps-at-scottmcp> wrote in message news:AcidnRCH4qCOjEjYnZ2dnUVZ_qSrnZ2d@comcast.com... And we should not forget to mention that the API called ShellExecute is made for...

3 overloads have similar conversions Error
Posted on February 16th, 2007 | 2 Comments

peter koch schrieb: yes, seems so. its just that MS' implementation of CString does it. quote from AFX.H: <quote> // return pointer to const string operator LPCTSTR() const; </quote>

Opening web browser controlling its size?
Posted on February 16th, 2007 | 5 Comments

Thanks Scott and Norman for your replies! I found a candidate for an alternative solution, following your suggestions and comments, and am currently trying it to see if it meets all the...

Tabbing Over the Default Button.
Posted on February 15th, 2007 | 4 Comments

Sten Westerback (MVP SDK) wrote: < Embarrassed look > Yea. I found and fixed it, but I was hoping nobody would mention it. :) Larry

can tooltips be attached to labels?
Posted on February 15th, 2007 | 3 Comments

On Feb 15, 5:31 am, NoS...@daqarta.com (Bob Masta) wrote: Thank you. SS_NOTIFY worked. Daniel Goldman

ip stack
Posted on February 15th, 2007 | 2 Comments

"gilles" <fack_email@free.Fr> wrote in message news:45d3fd76$0$7318$426a74cc@news.free.fr... For ethernet drivers you would use the DDK which may even contain some useful sample drive source...

File half filled with null characters sometimes
Posted on February 15th, 2007 | 1 Comments

On 14 Feb 2007 14:46:42 -0800, "Old Wolf" <oldwolf@inspire.net.nz> wrote in comp.os.ms-windows.programmer.win32: What is in the file that you are reading, and how did you open the input...

Using PostMessage with a buffer
Posted on February 14th, 2007 | 10 Comments

In article <1171423758.478625.326150@m58g2000cwm.googlegroups.com>, jussij@zeusedit.com (jussij@zeusedit.com) writes: Whoops! You're right, of course. My application uses SendMessage(). In the...

Another Tab Question.
Posted on February 14th, 2007 | 2 Comments

Norman Bullen wrote: Thanks Norm: No, turns out WM_NEXTDLGCTL doesn't help. The solution, and this was a last gasp desperation attempt, was to create a message, I called it WM_SET_Z_ORDER_MESSAGE,...

Hooks in office
Posted on February 13th, 2007 | 1 Comments

yevron2@gmail.com: As I can see, you handle WM_PASTE, WM_RENDERFORMAT , WM_RENDERALLFORMATS and WM_DRAWCLIPBOARD messages. But Word window doesn't get any of these. Word window (class "_WwG") is not...

sending Chinese characters to a printer.
Posted on February 13th, 2007 | 3 Comments

Hi, I suppose Notepad works because it has a Chinese font to send to the printer, I don't know if you can just send raw data - unless the printer itself has a Chinese font installed. We used to have...

Command line utility to start process suspended for debugging
Posted on February 13th, 2007 | 2 Comments

Thanks that was very helpful On Feb 13, 6:41 am, Jerry Coffin <jcof...@taeus.com> wrote:

Icon on desktop
Posted on February 13th, 2007 | 4 Comments

On 13 Feb, 04:56, Jack Klein <jackkl...@spamcop.net> wrote: Thanks. That's just the job - and it lets me choose an icon as well! Paul.

enable\disable wlan with c++
Posted on February 13th, 2007 | 1 Comments

In article <1171307468.310288.205490@q2g2000cwa.googlegroups.com>, attackack@yahoo.com says... Win32_NetworkAdapter has fields for the type of connection and whether the adapter is currently...

MDI child window created from dialog resource template w/o MFC
Posted on February 13th, 2007 | 0 Comments

Hi all, I'm searching for information how to create mdi child window from dialog resource template. And I don't want to use MFC. I found some info...

Windows authentification
Posted on February 13th, 2007 | 3 Comments

You should consider using windows SSPI (Security Service Provider Interface) to perform client authenification. Using named pies to impersonate client is pretty good but using SSPI is much more...

minimize to system tray
Posted on February 13th, 2007 | 1 Comments

"earamsey" <ericaramsey1@gmail.com> wrote in message news:1171303336.670221.102790@v33g2000cwv.googlegroups.com... What your button would do is call Shell_NotifyIcon() with appropriate parameter and...

Spawing a new process and default browser parameter syntax
Posted on February 13th, 2007 | 1 Comments

"anastasiA" <none@devnull.net> wrote in message news:5MGdnTkt-M9zGlbYnZ2dnUVZ_rylnZ2d@magma.ca... As start of IE isn't going to be portable i can't see why you don't just use ShellExecute()? That's...

UDP recvfrom in a thread
Posted on February 12th, 2007 | 1 Comments

Well, in case anyone ever has this problem, try looking at Windows Firewall. It blocks things that you might not want it to block. Disabling made the program work fine. "John Newell"...

Security Dialog/Property Page
Posted on February 12th, 2007 | 0 Comments

Dear all, Does anyone know how to display the Security Dialog/Property Page on XP/Vista? The page is the one that lets a user see which users and groups have what access to a securable object, such...