Re: Curious Shell problem
From: Marius (prisasm_at_h0tmail.remove-this-n-make-zero-o.com)
Date: 02/17/04
- Next message: Igor Tandetnik: "Re: error C2039: 'SetString' : is not a member of 'CString'"
- Previous message: Peter Koch Larsen: "Re: Virtual function problem"
- In reply to: Bonj: "Curious Shell problem"
- Next in thread: Bonj: "Re: Curious Shell problem"
- Reply: Bonj: "Re: Curious Shell problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Feb 2004 08:34:30 -0500
"Bonj" <anonymous@discussions.microsoft.com> wrote in message
news:908A3E6A-F6D9-4AA5-BE9D-93C44B803C18@microsoft.com...
> It's probably just some flag or something that I have to pass for my
program to know it isn't intended to run as a >command line utility but a
windowed program. Can anyone help/ reproduce what I'm talking about?
Maybe for some reason it doesn't have the focus; after showing the window,
try using SetFocus for it and see if that helps in any way. I know for
example when I'm creating some windows [by means of CreateWindowEx, etc] if
I don't set the focus after the ShowWindow call, sometimes it doesn't switch
to it... even though it is running.
Marius
- Next message: Igor Tandetnik: "Re: error C2039: 'SetString' : is not a member of 'CString'"
- Previous message: Peter Koch Larsen: "Re: Virtual function problem"
- In reply to: Bonj: "Curious Shell problem"
- Next in thread: Bonj: "Re: Curious Shell problem"
- Reply: Bonj: "Re: Curious Shell problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|