Click here to Skip to main content
15,910,130 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to use MS Media Player Active-x control?? Pin
A.R.12-Dec-01 4:47
A.R.12-Dec-01 4:47 
Generalpessimistic locking Pin
Mazdak12-Dec-01 1:19
Mazdak12-Dec-01 1:19 
GeneralRe: pessimistic locking Pin
Alvaro Mendez12-Dec-01 8:53
Alvaro Mendez12-Dec-01 8:53 
Generalabout ToolBar Pin
BigMouth12-Dec-01 0:10
BigMouth12-Dec-01 0:10 
GeneralRe: about ToolBar Pin
Nish Nishant12-Dec-01 1:07
sitebuilderNish Nishant12-Dec-01 1:07 
GeneralRe: about ToolBar Pin
BigMouth12-Dec-01 1:47
BigMouth12-Dec-01 1:47 
GeneralRe: about ToolBar Pin
Christian Graus12-Dec-01 10:27
protectorChristian Graus12-Dec-01 10:27 
GeneralRe: about ToolBar Pin
BigMouth12-Dec-01 18:41
BigMouth12-Dec-01 18:41 
- Thanks pal!

- I use the following codes, but it seems that it does not work.

void CMainFrame::OnEditCopy()
{
// TODO: Add your command handler code here
CImageList* list1=this->m_wndToolBar.GetToolBarCtrl().GetImageList();
list1->Add(AfxGetApp()->LoadIcon(IDR_MAINFRAME));
}

- Can you help me out?

- Regards,
Maer
GeneralRe: about ToolBar Pin
Christian Graus12-Dec-01 18:52
protectorChristian Graus12-Dec-01 18:52 
GeneralRe: about ToolBar Pin
BigMouth13-Dec-01 20:13
BigMouth13-Dec-01 20:13 
GeneralRe: about ToolBar Pin
Christian Graus14-Dec-01 10:23
protectorChristian Graus14-Dec-01 10:23 
GeneralRe: about ToolBar Pin
BigMouth14-Dec-01 18:23
BigMouth14-Dec-01 18:23 
GeneralRe: about ToolBar Pin
Christian Graus15-Dec-01 10:56
protectorChristian Graus15-Dec-01 10:56 
GeneralRe: about ToolBar Pin
BigMouth15-Dec-01 21:01
BigMouth15-Dec-01 21:01 
GeneralRe: about ToolBar Pin
Christian Graus16-Dec-01 9:51
protectorChristian Graus16-Dec-01 9:51 
GeneralRe: about ToolBar Pin
BigMouth16-Dec-01 17:59
BigMouth16-Dec-01 17:59 
GeneralRe: about ToolBar Pin
Christian Graus17-Dec-01 10:01
protectorChristian Graus17-Dec-01 10:01 
GeneralRe: about ToolBar Pin
BigMouth18-Dec-01 17:21
BigMouth18-Dec-01 17:21 
GeneralRe: about ToolBar Pin
Christian Graus18-Dec-01 17:31
protectorChristian Graus18-Dec-01 17:31 
GeneralRe: about ToolBar Pin
BigMouth18-Dec-01 21:52
BigMouth18-Dec-01 21:52 
GeneralRe: about ToolBar Pin
Christian Graus19-Dec-01 0:59
protectorChristian Graus19-Dec-01 0:59 
GeneralRe: about ToolBar Pin
BigMouth21-Dec-01 23:49
BigMouth21-Dec-01 23:49 
GeneralRe: about ToolBar Pin
BigMouth21-Dec-01 23:55
BigMouth21-Dec-01 23:55 
GeneralRe: about ToolBar Pin
Christian Graus22-Dec-01 12:53
protectorChristian Graus22-Dec-01 12:53 
GeneralRe: about ToolBar Pin
BigMouth22-Dec-01 21:35
BigMouth22-Dec-01 21:35 

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.