Click here to Skip to main content
15,904,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerREPOST! PLEASE IGNORE Pin
Rajesh R Subramanian31-May-08 4:35
professionalRajesh R Subramanian31-May-08 4:35 
AnswerRe: Problem with CMap Pin
Jijo.Raj31-May-08 6:32
Jijo.Raj31-May-08 6:32 
QuestionEnabling/disabling main menu items [modified] Pin
Kwanalouie31-May-08 4:14
Kwanalouie31-May-08 4:14 
Questiontaskbar menu Pin
lahom31-May-08 2:52
lahom31-May-08 2:52 
AnswerRe: taskbar menu Pin
Rajesh R Subramanian31-May-08 3:03
professionalRajesh R Subramanian31-May-08 3:03 
GeneralRe: taskbar menu Pin
lahom31-May-08 3:10
lahom31-May-08 3:10 
GeneralRe: taskbar menu Pin
Rajesh R Subramanian31-May-08 3:47
professionalRajesh R Subramanian31-May-08 3:47 
QuestionCFileDialog Pin
Orell31-May-08 2:25
Orell31-May-08 2:25 
CFileDialog fileDlg(TRUE,_T("wav"), 0,OFN_HIDEREADONLY|OFN_FILEMUSTEXIST,_T("Media files(*.*)|*.wav;*.wma;*wmv;*.asf;*.mp3;*.mpg;*.mpeg;*.avi||"));
if ( fileDlg.DoModal() == IDOK )
{
playFile = fileDlg.GetPathName();
}

this code for me is working nice but an instance of the same application is created in the taskbar with the just an small icon and no default right click menu when the filedialog popsup .Why its so???, my app is vc6 dialog based app.
Questionunsigned char* to const char* Pin
ritz123431-May-08 0:00
ritz123431-May-08 0:00 
AnswerRe: unsigned char* to const char* Pin
Rajesh R Subramanian31-May-08 1:04
professionalRajesh R Subramanian31-May-08 1:04 
AnswerRe: unsigned char* to const char* Pin
Mukesh Kumar31-May-08 1:04
Mukesh Kumar31-May-08 1:04 
QuestionTracking Download Pin
Knight Rider30-May-08 23:23
Knight Rider30-May-08 23:23 
AnswerRe: Tracking Download Pin
Rajesh R Subramanian31-May-08 0:58
professionalRajesh R Subramanian31-May-08 0:58 
GeneralRe: Tracking Download Pin
zafersavas31-May-08 1:24
zafersavas31-May-08 1:24 
GeneralRe: Tracking Download Pin
Rajesh R Subramanian31-May-08 1:40
professionalRajesh R Subramanian31-May-08 1:40 
AnswerCP Ignore Pin
leckey31-May-08 16:39
leckey31-May-08 16:39 
GeneralRe: CP Ignore Pin
Rajesh R Subramanian31-May-08 21:46
professionalRajesh R Subramanian31-May-08 21:46 
GeneralRe: CP Ignore Pin
ThatsAlok20-Jul-09 1:26
ThatsAlok20-Jul-09 1:26 
QuestionToolbars in VC++ Pin
Vilas Tamhane30-May-08 23:22
Vilas Tamhane30-May-08 23:22 
QuestionUse of & in caption of controls. Pin
Le@rner30-May-08 23:13
Le@rner30-May-08 23:13 
QuestionTo make desktop parent Pin
krishnan.s30-May-08 23:06
krishnan.s30-May-08 23:06 
AnswerDON'T DO IT! Pin
Baltoro31-May-08 12:17
Baltoro31-May-08 12:17 
AnswerRe: To make desktop parent Pin
ThatsAlok20-Jul-09 1:25
ThatsAlok20-Jul-09 1:25 
QuestionDisable/Enabling of Radio button Pin
sunny_vc30-May-08 21:23
sunny_vc30-May-08 21:23 
AnswerRe: Disable/Enabling of Radio button Pin
Jijo.Raj30-May-08 23:07
Jijo.Raj30-May-08 23:07 

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.