Click here to Skip to main content
15,887,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCustomize a toolbar in win32 Pin
Ward6-Jan-06 0:07
Ward6-Jan-06 0:07 
AnswerRe: Customize a toolbar in win32 Pin
Owner drawn6-Jan-06 0:22
Owner drawn6-Jan-06 0:22 
GeneralRe: Customize a toolbar in win32 Pin
Ward6-Jan-06 0:41
Ward6-Jan-06 0:41 
GeneralRe: Customize a toolbar in win32 Pin
Owner drawn6-Jan-06 0:49
Owner drawn6-Jan-06 0:49 
GeneralRe: Customize a toolbar in win32 Pin
Ward6-Jan-06 1:07
Ward6-Jan-06 1:07 
GeneralRe: Customize a toolbar in win32 Pin
Prakash Nadar6-Jan-06 0:45
Prakash Nadar6-Jan-06 0:45 
GeneralRe: Customize a toolbar in win32 Pin
Ward6-Jan-06 1:04
Ward6-Jan-06 1:04 
AnswerRe: Customize a toolbar in win32 Pin
Prakash Nadar6-Jan-06 0:48
Prakash Nadar6-Jan-06 0:48 
This is what i got after doing a brif search in google hope its useful

TB_CUSTOMIZE
-------------
Display the Customize dialog for a toolbar

The standard windows customization dialog for toolbars can be displayed by sending the toolbar the TB_CUSTOMIZE message.

SendMessage(hwndToolbar, TB_CUSTOMIZE, 0, 0);

You must remember to handle the TBN_QUERYDELETE and TBN_QUERYINSERT notifications, and return non-zero for both of these. Without them, the customize dialog will appear very briefly and then vanish.




-Prakash
GeneralRe: Customize a toolbar in win32 Pin
Ward6-Jan-06 1:06
Ward6-Jan-06 1:06 
Questionvideo stream, Pin
Member 22716555-Jan-06 23:23
Member 22716555-Jan-06 23:23 
Questionhow to conect devlopment work station to target device Pin
birajendu5-Jan-06 23:14
birajendu5-Jan-06 23:14 
QuestionPath of a file in console app Pin
Cedric Moonen5-Jan-06 22:38
Cedric Moonen5-Jan-06 22:38 
AnswerRe: Path of a file in console app Pin
Owner drawn5-Jan-06 23:05
Owner drawn5-Jan-06 23:05 
GeneralRe: Path of a file in console app Pin
Cedric Moonen5-Jan-06 23:11
Cedric Moonen5-Jan-06 23:11 
GeneralRe: Path of a file in console app Pin
Owner drawn5-Jan-06 23:12
Owner drawn5-Jan-06 23:12 
AnswerRe: Path of a file in console app Pin
Owner drawn5-Jan-06 23:07
Owner drawn5-Jan-06 23:07 
GeneralRe: Path of a file in console app Pin
Cedric Moonen5-Jan-06 23:12
Cedric Moonen5-Jan-06 23:12 
AnswerRe: Path of a file in console app Pin
sunit55-Jan-06 23:11
sunit55-Jan-06 23:11 
AnswerRe: Path of a file in console app Pin
David Crow6-Jan-06 4:56
David Crow6-Jan-06 4:56 
GeneralRe: Path of a file in console app Pin
sunit56-Jan-06 19:12
sunit56-Jan-06 19:12 
QuestionHow to get font information from clipboard Pin
Frankdou5-Jan-06 21:27
Frankdou5-Jan-06 21:27 
AnswerRe: How to get font information from clipboard Pin
Rajesh R Subramanian5-Jan-06 21:36
professionalRajesh R Subramanian5-Jan-06 21:36 
AnswerRe: How to get font information from clipboard Pin
Owner drawn5-Jan-06 21:40
Owner drawn5-Jan-06 21:40 
AnswerRe: How to get font information from clipboard Pin
Michael Dunn5-Jan-06 22:40
sitebuilderMichael Dunn5-Jan-06 22:40 
GeneralRe: How to get font information from clipboard Pin
Frankdou8-Jan-06 13:56
Frankdou8-Jan-06 13:56 

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.