Is there a way to open a .txt file in notepad when recieving an event in my program? The text file will be stored in the same directory as my exe. I want to open the text file through a main menu item handler function, such as:
CChildView::OnHelpReadMe()
{
// open .txt file
}
-Bones
CChildView::OnHelpReadMe()
{
// open .txt file
}
-Bones