Click here to Skip to main content
15,928,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need a edit class with hyperlinks support! Commercial or free. Pin
Rob Caldecott7-Aug-02 9:13
Rob Caldecott7-Aug-02 9:13 
GeneralmmioOpen Pin
Anonymous7-Aug-02 8:17
Anonymous7-Aug-02 8:17 
GeneralRe: mmioOpen Pin
Anonymous7-Aug-02 9:40
Anonymous7-Aug-02 9:40 
QuestionUse a button to open a new window ? Pin
CrazySkydiver7-Aug-02 7:37
CrazySkydiver7-Aug-02 7:37 
AnswerRe: Use a button to open a new window ? Pin
Chris Losinger7-Aug-02 7:41
professionalChris Losinger7-Aug-02 7:41 
GeneralRe: Use a button to open a new window ? Pin
CrazySkydiver7-Aug-02 7:45
CrazySkydiver7-Aug-02 7:45 
GeneralRe: Use a button to open a new window ? Pin
Chris Losinger7-Aug-02 7:47
professionalChris Losinger7-Aug-02 7:47 
GeneralRe: Use a button to open a new window ? Pin
CrazySkydiver7-Aug-02 9:12
CrazySkydiver7-Aug-02 9:12 
I am wondering if I have gone about this project the wrong way round.

I firstly designed the displays. One intro window with some buttons, each button would take you to a different window depending on what you pressed and those windows would all have different functions and applications.
Only problem is that I can't seem to link the command button on the intro screen to open the next level.

First menu is IDD_SKYDIVE. It has several command buttons. One of which is labled Carear.

The code for it is:-

void CSkydiveDlg::OnCarear()
{
//so when the button is clicked it does whats in here..... am I right so far, and if I am right what code goes in here ?
}

I want it to open another Dialog called IDD_CAREARMODE and shut down it's own window. I think this is where I am getting mixed up.... yet I'm not exactly sure how.






Cheers.
P.S. If you're not living life on the edge you're taking up too much room.
From Crazy Skydiver.
AnswerRe: Use a button to open a new window ? Pin
7-Aug-02 8:00
suss7-Aug-02 8:00 
GeneralRe: Use a button to open a new window ? Pin
Chris Losinger7-Aug-02 8:06
professionalChris Losinger7-Aug-02 8:06 
GeneralRe: Use a button to open a new window ? Pin
CrazySkydiver7-Aug-02 8:58
CrazySkydiver7-Aug-02 8:58 
GeneralRe: Use a button to open a new window ? Pin
JohnnyG7-Aug-02 9:17
JohnnyG7-Aug-02 9:17 
GeneralIs WinAPI programming prereq for MFC Pin
TigerNinja_7-Aug-02 7:29
TigerNinja_7-Aug-02 7:29 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Chris Losinger7-Aug-02 7:37
professionalChris Losinger7-Aug-02 7:37 
GeneralRe: Is WinAPI programming prereq for MFC Pin
User 66587-Aug-02 7:46
User 66587-Aug-02 7:46 
GeneralRe: Is WinAPI programming prereq for MFC Pin
TigerNinja_7-Aug-02 8:02
TigerNinja_7-Aug-02 8:02 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Rob Caldecott7-Aug-02 9:18
Rob Caldecott7-Aug-02 9:18 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Rob Caldecott7-Aug-02 9:15
Rob Caldecott7-Aug-02 9:15 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Ravi Bhavnani7-Aug-02 9:44
professionalRavi Bhavnani7-Aug-02 9:44 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Christian Graus7-Aug-02 10:04
protectorChristian Graus7-Aug-02 10:04 
GeneralRe: Is WinAPI programming prereq for MFC Pin
zeki yugnak7-Aug-02 10:16
zeki yugnak7-Aug-02 10:16 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Shog97-Aug-02 10:25
sitebuilderShog97-Aug-02 10:25 
GeneralRe: Is WinAPI programming prereq for MFC Pin
zeki yugnak7-Aug-02 13:44
zeki yugnak7-Aug-02 13:44 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Shog97-Aug-02 13:51
sitebuilderShog97-Aug-02 13:51 
GeneralRe: Is WinAPI programming prereq for MFC Pin
Tomasz Sowinski7-Aug-02 10:17
Tomasz Sowinski7-Aug-02 10:17 

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.