Re: Need help in creating a pop-up window
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Wed, 05 Jul 2006 09:50:41 -0400
veenuuu@xxxxxxxxx wrote:
hi all,
I am new to VC++.
I am working in VC++6.0 IDE.
I want to create a popup in console window environment.
I drilled MSDN and found the MessageBox function which works fine for
me.
I was trying out the CreateWindowEx( ) with thw WS_POPUP style.
Its compiling and building fine but am facing some problem while
running it.
Its not outputting anything.
Can anyone provide a sample code for it please.
Thanks in advance,
Veenu.
MessageBox and DialogBox each have a built in message pump, which makes them easy to use in a console program. But windows created with CreateWindow(Ex) require you to provide a message pump and other infrastructure, which would require an extensive re-architecting of your console program.
--
Scott McPhillips [VC++ MVP]
.
- Follow-Ups:
- Re: Need help in creating a pop-up window
- From: veenuuu
- Re: Need help in creating a pop-up window
- References:
- Need help in creating a pop-up window
- From: veenuuu
- Need help in creating a pop-up window
- Prev by Date: Re: Need help in creating a pop-up window
- Next by Date: Re: How to Convert a network drive to its shared name
- Previous by thread: Re: Need help in creating a pop-up window
- Next by thread: Re: Need help in creating a pop-up window
- Index(es):
Relevant Pages
|