Click here to Skip to main content
15,928,983 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to apply OnHScroll() Pin
tanvon malik3-Nov-06 4:14
tanvon malik3-Nov-06 4:14 
QuestionList Box Horizontal Scroll Pin
jon_fallon2-Nov-06 6:51
jon_fallon2-Nov-06 6:51 
QuestionRe: List Box Horizontal Scroll Pin
David Crow2-Nov-06 8:26
David Crow2-Nov-06 8:26 
AnswerRe: List Box Horizontal Scroll Pin
jon_fallon2-Nov-06 10:33
jon_fallon2-Nov-06 10:33 
GeneralRe: List Box Horizontal Scroll Pin
David Crow2-Nov-06 10:43
David Crow2-Nov-06 10:43 
GeneralRe: List Box Horizontal Scroll Pin
jon_fallon2-Nov-06 10:48
jon_fallon2-Nov-06 10:48 
QuestionSetting a folder inside Browse for folder dialog. Pin
skullfire2-Nov-06 5:37
skullfire2-Nov-06 5:37 
AnswerRe: Setting a folder inside Browse for folder dialog. Pin
David Crow2-Nov-06 6:27
David Crow2-Nov-06 6:27 
skullfire wrote:
I read that the message BFFM_SETSELECTION could only be used at BFFM_INITIALIZED at the BrowseCallbackProc.


BFFM_INITIALIZED is sent by the dialog to your callback routine.

skullfire wrote:
::SendMessage( hwnd, BFFM_SETSELECTION, TRUE, (LPARAM)buffer );


This is correct. Is hwnd the correct window handle? Does buffer contain a valid path?


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: Setting a folder inside Browse for folder dialog. Pin
skullfire2-Nov-06 12:09
skullfire2-Nov-06 12:09 
Questiontype casting Pin
Waldermort2-Nov-06 5:27
Waldermort2-Nov-06 5:27 
QuestionRe: type casting Pin
David Crow2-Nov-06 5:35
David Crow2-Nov-06 5:35 
AnswerRe: type casting Pin
Waldermort2-Nov-06 5:41
Waldermort2-Nov-06 5:41 
GeneralRe: type casting Pin
Zac Howland2-Nov-06 5:47
Zac Howland2-Nov-06 5:47 
GeneralRe: type casting Pin
Waldermort2-Nov-06 5:54
Waldermort2-Nov-06 5:54 
GeneralRe: type casting Pin
David Crow2-Nov-06 6:00
David Crow2-Nov-06 6:00 
GeneralRe: type casting Pin
Waldermort2-Nov-06 6:10
Waldermort2-Nov-06 6:10 
GeneralRe: type casting Pin
David Crow2-Nov-06 6:16
David Crow2-Nov-06 6:16 
GeneralRe: type casting Pin
Waldermort2-Nov-06 6:24
Waldermort2-Nov-06 6:24 
QuestionRe: type casting Pin
David Crow2-Nov-06 6:29
David Crow2-Nov-06 6:29 
AnswerRe: type casting Pin
Waldermort2-Nov-06 6:51
Waldermort2-Nov-06 6:51 
GeneralRe: type casting Pin
Zac Howland2-Nov-06 10:37
Zac Howland2-Nov-06 10:37 
GeneralRe: type casting Pin
David Crow2-Nov-06 5:57
David Crow2-Nov-06 5:57 
GeneralRe: type casting Pin
Waldermort2-Nov-06 6:05
Waldermort2-Nov-06 6:05 
GeneralRe: type casting Pin
Maximilien2-Nov-06 7:18
Maximilien2-Nov-06 7:18 
GeneralRe: type casting Pin
Waldermort2-Nov-06 9:18
Waldermort2-Nov-06 9:18 

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.