Click here to Skip to main content
15,909,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CWnd and AcroPDF inproc issue Pin
Nish Nishant10-Feb-10 10:59
sitebuilderNish Nishant10-Feb-10 10:59 
GeneralRe: CWnd and AcroPDF inproc issue Pin
kasi1410-Feb-10 11:46
kasi1410-Feb-10 11:46 
QuestionError checking Pin
gregarion10-Feb-10 6:51
gregarion10-Feb-10 6:51 
QuestionRe: Error checking Pin
CPallini10-Feb-10 7:04
mveCPallini10-Feb-10 7:04 
AnswerRe: Error checking Pin
gregarion10-Feb-10 7:27
gregarion10-Feb-10 7:27 
GeneralRe: Error checking Pin
CPallini10-Feb-10 7:42
mveCPallini10-Feb-10 7:42 
QuestionCOleDispatchDriver Pin
trioum10-Feb-10 6:32
trioum10-Feb-10 6:32 
AnswerRe: COleDispatchDriver Pin
Bram van Kampen10-Feb-10 15:51
Bram van Kampen10-Feb-10 15:51 
GeneralRe: COleDispatchDriver Pin
trioum12-Feb-10 18:50
trioum12-Feb-10 18:50 
Questionpainting Pin
N Vamshi Krishna10-Feb-10 2:49
N Vamshi Krishna10-Feb-10 2:49 
AnswerRe: painting Pin
Hristo-Bojilov10-Feb-10 3:07
Hristo-Bojilov10-Feb-10 3:07 
AnswerRe: painting Pin
CPallini10-Feb-10 3:23
mveCPallini10-Feb-10 3:23 
QuestionHow can find out values return by NetServerEnum is machine or any other hardware device? Pin
Le@rner10-Feb-10 1:30
Le@rner10-Feb-10 1:30 
AnswerRe: How can find out values return by NetServerEnum is machine or any other hardware device? Pin
Mircea Puiu10-Feb-10 1:53
Mircea Puiu10-Feb-10 1:53 
GeneralRe: How can find out values return by NetServerEnum is machine or any other hardware device? Pin
Le@rner10-Feb-10 18:26
Le@rner10-Feb-10 18:26 
GeneralRe: How can find out values return by NetServerEnum is machine or any other hardware device? Pin
Mircea Puiu10-Feb-10 22:15
Mircea Puiu10-Feb-10 22:15 
QuestionCListBox not being drawn topmost Pin
maycockt10-Feb-10 1:21
maycockt10-Feb-10 1:21 
AnswerRe: CListBox not being drawn topmost Pin
loyal ginger10-Feb-10 1:35
loyal ginger10-Feb-10 1:35 
QuestionRe: CListBox not being drawn topmost Pin
David Crow10-Feb-10 3:49
David Crow10-Feb-10 3:49 
AnswerRe: CListBox not being drawn topmost Pin
maycockt10-Feb-10 3:58
maycockt10-Feb-10 3:58 
QuestionRe: CListBox not being drawn topmost Pin
David Crow10-Feb-10 4:00
David Crow10-Feb-10 4:00 
AnswerRe: CListBox not being drawn topmost Pin
maycockt10-Feb-10 4:07
maycockt10-Feb-10 4:07 
QuestionRe: CListBox not being drawn topmost Pin
David Crow10-Feb-10 4:12
David Crow10-Feb-10 4:12 
AnswerRe: CListBox not being drawn topmost Pin
maycockt10-Feb-10 4:20
maycockt10-Feb-10 4:20 
GeneralRe: CListBox not being drawn topmost Pin
loyal ginger10-Feb-10 4:49
loyal ginger10-Feb-10 4:49 
Have you tried to not use WS_CHILD style on the listbox? Instead, use WS_POPUP style so it will not be confined in the parent window (i.e., the list control).

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.