Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: change entry point address Pin
Blake Miller31-Aug-05 10:59
Blake Miller31-Aug-05 10:59 
QuestionDialog List Problem Pin
bugDanny31-Aug-05 7:54
bugDanny31-Aug-05 7:54 
AnswerRe: Dialog List Problem Pin
Chris Losinger31-Aug-05 9:11
professionalChris Losinger31-Aug-05 9:11 
GeneralRe: Dialog List Problem Pin
bugDanny31-Aug-05 9:16
bugDanny31-Aug-05 9:16 
GeneralRe: Dialog List Problem Pin
Chris Losinger31-Aug-05 9:24
professionalChris Losinger31-Aug-05 9:24 
GeneralRe: Dialog List Problem Pin
bugDanny31-Aug-05 9:31
bugDanny31-Aug-05 9:31 
GeneralRe: Dialog List Problem Pin
bugDanny31-Aug-05 9:18
bugDanny31-Aug-05 9:18 
GeneralRe: Dialog List Problem Pin
Gary R. Wheeler3-Sep-05 6:13
Gary R. Wheeler3-Sep-05 6:13 
The debug version ASSERTs because the window hasn't been created yet. In the release version, the ASSERT doesn't fire, and the SendMessage call silently fails. In this case, the control eventually gets created, but the string you're looking for isn't there due to the earlier SendMessage failure.


Software Zen: delete this;
AnswerRe: Dialog List Problem Pin
David Crow31-Aug-05 16:10
David Crow31-Aug-05 16:10 
QuestionFile Size Limits Pin
carks31-Aug-05 6:20
carks31-Aug-05 6:20 
AnswerRe: File Size Limits Pin
JWood31-Aug-05 6:41
JWood31-Aug-05 6:41 
GeneralRe: File Size Limits Pin
carks31-Aug-05 6:54
carks31-Aug-05 6:54 
AnswerRe: File Size Limits Pin
PJ Arends31-Aug-05 7:05
professionalPJ Arends31-Aug-05 7:05 
GeneralRe: File Size Limits Pin
carks31-Aug-05 7:21
carks31-Aug-05 7:21 
GeneralRe: File Size Limits Pin
Bob Stanneveld31-Aug-05 7:54
Bob Stanneveld31-Aug-05 7:54 
GeneralRe: File Size Limits Pin
Blake Miller31-Aug-05 8:37
Blake Miller31-Aug-05 8:37 
GeneralRe: File Size Limits Pin
Bob Stanneveld31-Aug-05 8:47
Bob Stanneveld31-Aug-05 8:47 
GeneralRe: File Size Limits Pin
PJ Arends31-Aug-05 10:10
professionalPJ Arends31-Aug-05 10:10 
GeneralRe: File Size Limits Pin
Bob Stanneveld31-Aug-05 11:00
Bob Stanneveld31-Aug-05 11:00 
GeneralRe: File Size Limits Pin
Blake Miller31-Aug-05 13:00
Blake Miller31-Aug-05 13:00 
GeneralRe: File Size Limits Pin
Toby Opferman31-Aug-05 14:35
Toby Opferman31-Aug-05 14:35 
AnswerRe: File Size Limits Pin
John R. Shaw31-Aug-05 21:09
John R. Shaw31-Aug-05 21:09 
Questionxmldocument Pin
picazo31-Aug-05 5:35
picazo31-Aug-05 5:35 
QuestionRegCreateKeyEx returns 87 "ERROR_INVALID_PARAMETER" Pin
win_newbie31-Aug-05 5:15
win_newbie31-Aug-05 5:15 
AnswerRe: RegCreateKeyEx returns 87 "ERROR_INVALID_PARAMETER" Pin
PJ Arends31-Aug-05 6:30
professionalPJ Arends31-Aug-05 6:30 

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.