Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disappearing list controls Pin
David Crow21-Oct-03 10:02
David Crow21-Oct-03 10:02 
GeneralRe: Disappearing list controls Pin
JT Anderson21-Oct-03 10:38
JT Anderson21-Oct-03 10:38 
Questionhow to split a bitmap into multiple bitmaps and save them to a folder Pin
Slim Gradey21-Oct-03 5:49
Slim Gradey21-Oct-03 5:49 
AnswerRe: how to split a bitmap into multiple bitmaps and save them to a folder Pin
John R. Shaw21-Oct-03 17:14
John R. Shaw21-Oct-03 17:14 
GeneralCbutton Pin
act_x21-Oct-03 5:30
act_x21-Oct-03 5:30 
GeneralRe: Cbutton Pin
Steve S21-Oct-03 5:41
Steve S21-Oct-03 5:41 
GeneralRe: Cbutton Pin
act_x21-Oct-03 5:48
act_x21-Oct-03 5:48 
GeneralRe: Cbutton Pin
John R. Shaw21-Oct-03 17:28
John R. Shaw21-Oct-03 17:28 
Assuming that the CButton is being placed on a dialog and it is not always needed, then use the dialog editor to place the button and set the visibal propety to false. That way you can change it to true only when it is required.

If you are placing the button on a window, you could try processing the command in the preprocessor function before it is passed to the window, or add you own WM_COMMAND() to the message map and add the function to handle it manualy.

INTP
GeneralRe: Cbutton Pin
DaFrawg26-Oct-03 3:09
DaFrawg26-Oct-03 3:09 
QuestionLPTSTR? Pin
badsmonkey21-Oct-03 5:16
badsmonkey21-Oct-03 5:16 
AnswerRe: LPTSTR? Pin
Steve S21-Oct-03 5:39
Steve S21-Oct-03 5:39 
AnswerRe: LPTSTR? Pin
badsmonkey21-Oct-03 5:55
badsmonkey21-Oct-03 5:55 
GeneralRe: LPTSTR? Pin
David Crow21-Oct-03 8:14
David Crow21-Oct-03 8:14 
GeneralRe: LPTSTR? Pin
badsmonkey21-Oct-03 9:03
badsmonkey21-Oct-03 9:03 
GeneralRe: LPTSTR? Pin
David Crow21-Oct-03 9:40
David Crow21-Oct-03 9:40 
GeneralRe: LPTSTR? Pin
Michael Dunn21-Oct-03 9:26
sitebuilderMichael Dunn21-Oct-03 9:26 
GeneralHi ! How can we call .Net Web Service method from C++ Client Pin
Abhishek Avasthi21-Oct-03 4:56
Abhishek Avasthi21-Oct-03 4:56 
GeneralRe: Hi ! How can we call .Net Web Service method from C++ Client Pin
Xiangyang Liu 刘向阳21-Oct-03 5:13
Xiangyang Liu 刘向阳21-Oct-03 5:13 
GeneralRe: Hi ! How can we call .Net Web Service method from C++ Client Pin
igor196021-Oct-03 11:42
igor196021-Oct-03 11:42 
GeneralRe: Hi ! How can we call .Net Web Service method from C++ Client Pin
Abhishek Avasthi23-Oct-03 2:10
Abhishek Avasthi23-Oct-03 2:10 
GeneralRe: Hi ! How can we call .Net Web Service method from C++ Client Pin
Abhishek Avasthi23-Oct-03 2:10
Abhishek Avasthi23-Oct-03 2:10 
Questionwhere i can find the protocol of mms? Pin
coolcarlos21-Oct-03 4:02
coolcarlos21-Oct-03 4:02 
Questionwhere can i find the protocol of mms? Pin
coolcarlos21-Oct-03 4:01
coolcarlos21-Oct-03 4:01 
AnswerRe: where can i find the protocol of mms? Pin
David Crow21-Oct-03 8:17
David Crow21-Oct-03 8:17 
GeneralInclude directories - Visual C++ - Pin
Anonymous21-Oct-03 3:41
Anonymous21-Oct-03 3:41 

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.