Tech Support > Microsoft Windows > Development Resources
MDI Modeless Dialogs with Tabs, and no Hooks?
Posted on April 22nd, 2007 | 6 Comments

Anton Lee wrote: Thanks Anton: I'm sorry if I wasn't clear. I was expressing anxiety about setting hooks to process tab keys the modless child dialogs that will be owned by the MDI children of my...

Using ISensLogon interface
Posted on April 21st, 2007 | 0 Comments

Hi In my application I want to process lock,unlock,startscreen saver,stop screensaver using ISensLogon interface of SENS. If any one knows how to do this or any sample code link please help me in...

drawing scrollbar background
Posted on April 20th, 2007 | 2 Comments

On Apr 19, 12:43 pm, "James Brown" <e...@viahomepage.com> wrote: Very cool, thanks a lot. cheers, roel

How to handle child windows?
Posted on April 20th, 2007 | 0 Comments

I've created a window on the desktop. Now I want to create two other windows within the child area of it. - Must they have their own message loop? - Must they have their own window procedure? - Must...

::StretchDIBits() vertical stretch affects horizontal too? Why??!!
Posted on April 20th, 2007 | 1 Comments

I don't have an answer, only a general observation. The result of StretchDIBits() is completely dependent on the idiosyncracies of each particular video driver/card combination. So even if you...

listviewctrl flicker
Posted on April 19th, 2007 | 0 Comments

Argh -- I can't seem to find a way to eliminate flicker from updating a listviewctrl. (I am using WTL rather than raw Win32 but I doubt the issue is WTL-related.) What I do is roughly as follows. I...

treeview focus
Posted on April 19th, 2007 | 2 Comments

On Apr 19, 5:12 pm, "" <IdontWantS...@hotmail.com> wrote: Hurray! That's easy. Thanks! I have so much trouble w/ win32 just because I don't know what things are called, so I can't google for them...

RPC and Terminal Services
Posted on April 19th, 2007 | 0 Comments

I have an app that I need to get running under Terminal Services/Citrix. The app can be loosely described as a mini-client/server app, but the client and server both run on the same computer. The...

void pointer as HANDLE, INSTANCE, HWND, HDC
Posted on April 19th, 2007 | 2 Comments

On 4¿ù20ÀÏ, ¿ÀÀü12½Ã24ºÐ, "Scott McPhillips " <org-dot-mvps-at- scottmcp> wrote: Hmm.... clear. I got it. Thanks a lot. :) Best regards. insik.

How to check the contents of static library
Posted on April 19th, 2007 | 2 Comments

Dne Thu, 19 Apr 2007 01:18:45 +0200 <linq936@hotmail.com> napsal/-a: As a Mingw user I am not sure if following will work but I found .lib and ..a static libraries compatible in a lot of ways. Thus...

Problem with UNICODE and TextOut
Posted on April 19th, 2007 | 4 Comments

On 17 Apr., 21:42, "Heinz Ozwirk" <SPAMhozw...@arcor.de> wrote: Ok, I try to do so. Oh, sure. I often mistake the | and || (I work with multiple language). I didn't plan it, but I will think...

Copy myself to a location
Posted on April 19th, 2007 | 0 Comments

Hello I distribute the client portion of a program by users downloading from the web. When users download the program I can add to the startup group, create shortcuts to the program, etc but the...

INet programming????
Posted on April 19th, 2007 | 4 Comments

In August 2000 MSDN CDs you have many samples for internetworking which is similar to networking. First Server application binds and listens and the Client application connects to the server...

Setting hook results in 'Access is denied'
Posted on April 19th, 2007 | 0 Comments

Hello, I am trying to set thread-specific WH_GETMESSAGE hook from within my WindowsService. The service runs on Local System account and has interaction with desktop enabled. The thread being hooked...

Need XML editor control
Posted on April 19th, 2007 | 1 Comments

Try Scintilla, it's very nice source editing component for both Win32 and GTK. http://www.scintilla.org/ Chris Shearer Cooper íàïèñà:

What s document-oriented model?
Posted on April 18th, 2007 | 6 Comments

Scott McPhillips wrote: Thanks Scott and Sten: I've never tried an MDI type interface. There are some APIs that presumably facilitate MDI development. However it doesn't look like rocket science...

Problem with dynamically created MENU
Posted on April 18th, 2007 | 2 Comments

On 17 Apr., 17:12, r_z_aret@pen_fact.com wrote: Many thanks. In fact, it's a really stupid bug. Gerd

Regarding system event notifications
Posted on April 18th, 2007 | 0 Comments

Hi I want to provide notifications like logon, logoff, lock screen, unlock screen, screensaver started, screen saver stopped in my application. And how to use SENS and COM+ related interfaces in my...

Detecting screensaver close
Posted on April 18th, 2007 | 3 Comments

"jd" <jdorrington@hotmail.com> wrote in message news:1176738143.462247.101000@n76g2000hsh.googlegroups.com... Keep in mind that after screensaver there comes the logon screen... so if you really...

radio button help?
Posted on April 18th, 2007 | 4 Comments

alfred wrote: background colour for the radio button + text is definitely not transparent. it's being painted in a grey rectangle. not sure but i would guess the RGB values to be (224,224,224). if...