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

C / C++ / MFC

 
GeneralRe: mfc class Pin
mesajflaviu20-Mar-10 8:16
mesajflaviu20-Mar-10 8:16 
GeneralRe: mfc class Pin
Cool_Dev22-Mar-10 0:07
Cool_Dev22-Mar-10 0:07 
QuestionConvert CString array to System::String Pin
Anu_Bala16-Mar-10 17:23
Anu_Bala16-Mar-10 17:23 
AnswerRe: Convert CString array to System::String Pin
Naveen16-Mar-10 18:11
Naveen16-Mar-10 18:11 
Questionhow to use a html file in a mfc application? Pin
beyondcools16-Mar-10 16:17
beyondcools16-Mar-10 16:17 
AnswerRe: how to use a html file in a mfc application? Pin
David Crow16-Mar-10 16:25
David Crow16-Mar-10 16:25 
AnswerRe: how to use a html file in a mfc application? Pin
BIJU Manjeri16-Mar-10 18:13
BIJU Manjeri16-Mar-10 18:13 
QuestionToolStripMenuItem : how to call a child frame? Pin
sofwaidatul16-Mar-10 7:50
sofwaidatul16-Mar-10 7:50 
i am new in programming and i'm facing this problem.

i have a main frame. and i have a ToolStripMenuItem in my Main Frame. For this menu item, i put a code as below: (1example)

// loadToolStripMenuItem
//
this->loadToolStripMenuItem->DropDownItems->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^ >(2) {this->fromLibraryToolStripMenuItem,
this->newToolStripMenuItem});
this->loadToolStripMenuItem->Name = L"loadToolStripMenuItem";
this->loadToolStripMenuItem->Size = System::Drawing::Size(137, 22);
this->loadToolStripMenuItem->Text = L"Load..";
//
((this is a declaration))
......
((and i put the coding somewhat like below**because i couldnt find the right code))

private: System::Void fromLibraryToolStripMenuItem_Click(System::Object^ sender, System::EventArgs^ e) {
loadfromlib.h ^ openfiledialog = gcnew loadfromlib();
openfiledialog->ShowDialog();

}


when i tried to run the system; in main frame, when i click the ToolStripMenuItem, it does oppened the child frame, but it didnt work well. when the child frame is still opened, i can also click another ToolStripMenuItem as well.

i hope somebody can understand my problem and can help me solving this problem.. please, and thanks in advance...
AnswerRe: ToolStripMenuItem : how to call a child frame? Pin
Maximilien16-Mar-10 8:51
Maximilien16-Mar-10 8:51 
Questioncode for compiler design Pin
pavithraram16-Mar-10 1:22
pavithraram16-Mar-10 1:22 
AnswerRe: code for compiler design Pin
CPallini16-Mar-10 1:33
mveCPallini16-Mar-10 1:33 
AnswerRe: code for compiler design Pin
Adam Roderick J16-Mar-10 1:50
Adam Roderick J16-Mar-10 1:50 
AnswerRe: code for compiler design PinPopular
Cedric Moonen16-Mar-10 1:58
Cedric Moonen16-Mar-10 1:58 
AnswerRe: code for compiler design Pin
Wes Aday16-Mar-10 4:11
professionalWes Aday16-Mar-10 4:11 
GeneralRe: code for compiler design Pin
Rajesh R Subramanian16-Mar-10 6:29
professionalRajesh R Subramanian16-Mar-10 6:29 
GeneralRe: code for compiler design Pin
Wes Aday16-Mar-10 9:31
professionalWes Aday16-Mar-10 9:31 
JokeRe: code for compiler design PinPopular
jeron116-Mar-10 4:26
jeron116-Mar-10 4:26 
AnswerRe: code for compiler design Pin
josda100016-Mar-10 5:44
josda100016-Mar-10 5:44 
AnswerRe: code for compiler design Pin
Maximilien16-Mar-10 5:44
Maximilien16-Mar-10 5:44 
AnswerRe: code for compiler design Pin
Rajesh R Subramanian16-Mar-10 6:31
professionalRajesh R Subramanian16-Mar-10 6:31 
QuestionOwnerdraw listview with a fixed position background image. Pin
jieleiping15-Mar-10 23:58
jieleiping15-Mar-10 23:58 
AnswerRe: Ownerdraw listview with a fixed position background image. Pin
Eugen Podsypalnikov16-Mar-10 0:26
Eugen Podsypalnikov16-Mar-10 0:26 
GeneralRe: Ownerdraw listview with a fixed position background image. Pin
jieleiping16-Mar-10 22:06
jieleiping16-Mar-10 22:06 
QuestionProblem with parallel processing on a machine Pin
Llasus15-Mar-10 23:44
Llasus15-Mar-10 23:44 
AnswerRe: Problem with parallel processing on a machine Pin
Eugen Podsypalnikov16-Mar-10 0:54
Eugen Podsypalnikov16-Mar-10 0:54 

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.