C Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesC Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 22nd, 2005, 08:11 AM
roy85 roy85 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Location: singapore
Posts: 23 roy85 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 44 sec
Reputation Power: 0
Send a message via MSN to roy85
how to use 2 dialog in a project??

hi, i got 2 dialogs in a project..both dialog have its own class...when the project.exe is execute, dialog1 is shown..how can i call the dialog 2 in the dialog1.cpp to activate the dialog2?? acting as a popup messagebox..what function can i use to show the window?thanks in advance...

regards,
roy

Reply With Quote
  #2  
Old January 22nd, 2005, 10:03 AM
Scorpions4ever's Avatar
Scorpions4ever Scorpions4ever is offline
Banned ;)
Dev Shed God 9th Plane (9000 - 9499 posts)
 
Join Date: Nov 2001
Location: Woodland Hills, Los Angeles County, California, USA
Posts: 9,406 Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level)Scorpions4ever User rank is General 46th Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 10 h 15 m 18 sec
Reputation Power: 4080
Assuming you're using VC++, all you need to do is:
1. Create a New Class from the second dialog (if you haven't done so already. You can do this using the Class Wizard). I'll assume that the second class is called CSecondDialog
2. In the first dialog, add code like this:
Code:
#include "SecondDialog.h"
...
...

void CFirstDialog::OnButton1() 
{
	CSecondDialog dlg;
	dlg.DoModal();
}

There you have it...
__________________
Up the Irons
What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home.
"Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest
Down with Sharon Osbourne

Reply With Quote
  #3  
Old January 22nd, 2005, 08:18 PM
roy85 roy85 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Location: singapore
Posts: 23 roy85 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 44 sec
Reputation Power: 0
Send a message via MSN to roy85
hi , there is some problem when i use the domodal function...when i called for the 2ndDialog, the program popup an msgbox saying " An unsupported operation was attempted."..is it in my 2ndDialog class i need to set some codes in the Begin Msg map..?

im using EVC++ 3...is there a difference?


regards,
roy

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesC Programming > how to use 2 dialog in a project??

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap