Click here to Skip to main content
15,925,042 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWS_POPUP style windows Pin
HakunaMatada28-May-07 19:55
HakunaMatada28-May-07 19:55 
AnswerRe: WS_POPUP style windows Pin
Naveen28-May-07 20:00
Naveen28-May-07 20:00 
GeneralRe: WS_POPUP style windows Pin
HakunaMatada28-May-07 21:04
HakunaMatada28-May-07 21:04 
GeneralRe: WS_POPUP style windows Pin
Naveen28-May-07 21:15
Naveen28-May-07 21:15 
GeneralRe: WS_POPUP style windows Pin
HakunaMatada28-May-07 21:42
HakunaMatada28-May-07 21:42 
GeneralRe: WS_POPUP style windows Pin
Naveen28-May-07 21:53
Naveen28-May-07 21:53 
GeneralRe: WS_POPUP style windows Pin
HakunaMatada28-May-07 23:23
HakunaMatada28-May-07 23:23 
AnswerRe: WS_POPUP style windows Pin
jhwurmbach28-May-07 22:34
jhwurmbach28-May-07 22:34 
HakunaMatada wrote:
o WS_POPUP style windows get created in a separate thread than the thread which created them or do they run in the same thread


Windows styles (like WS_POPUP) and threads are orthogonal concepts.
WS_POPUP is about adorning your window (and maybe raising expectations in the user of your window).
What you want to learn about is worker threads and UI threads!

Maybe this[^] helps?




Failure is not an option - it's built right in.

GeneralRe: WS_POPUP style windows Pin
HakunaMatada28-May-07 23:36
HakunaMatada28-May-07 23:36 
QuestionNtQueryInformationFile Pin
nitin328-May-07 19:39
nitin328-May-07 19:39 
AnswerRe: NtQueryInformationFile Pin
Naveen28-May-07 19:48
Naveen28-May-07 19:48 
GeneralRe: NtQueryInformationFile Pin
nitin328-May-07 19:54
nitin328-May-07 19:54 
GeneralRe: NtQueryInformationFile Pin
Naveen28-May-07 19:59
Naveen28-May-07 19:59 
AnswerRe: NtQueryInformationFile Pin
Hamid_RT28-May-07 20:05
Hamid_RT28-May-07 20:05 
Questioncreating submenu for a menu Pin
prithaa28-May-07 19:28
prithaa28-May-07 19:28 
AnswerRe: creating submenu for a menu Pin
nitin328-May-07 19:50
nitin328-May-07 19:50 
AnswerRe: creating submenu for a menu Pin
Naveen28-May-07 19:53
Naveen28-May-07 19:53 
GeneralRe: creating submenu for a menu Pin
prithaa29-May-07 0:06
prithaa29-May-07 0:06 
GeneralRe: creating submenu for a menu Pin
Naveen29-May-07 0:31
Naveen29-May-07 0:31 
GeneralRe: creating submenu for a menu Pin
prithaa29-May-07 1:34
prithaa29-May-07 1:34 
GeneralRe: creating submenu for a menu Pin
Naveen29-May-07 14:57
Naveen29-May-07 14:57 
GeneralRe: creating submenu for a menu Pin
Naveen29-May-07 14:58
Naveen29-May-07 14:58 
GeneralRe: creating submenu for a menu Pin
prithaa29-May-07 16:07
prithaa29-May-07 16:07 
GeneralRe: creating submenu for a menu Pin
Naveen29-May-07 16:10
Naveen29-May-07 16:10 
GeneralRe: creating submenu for a menu Pin
prithaa29-May-07 17:52
prithaa29-May-07 17:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.