Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBeginner with VC executing command line Pin
pork chop10-Jul-04 20:58
pork chop10-Jul-04 20:58 
GeneralRe: Beginner with VC executing command line Pin
palbano10-Jul-04 21:36
palbano10-Jul-04 21:36 
GeneralRe: Beginner with VC executing command line Pin
wb11-Jul-04 0:19
wb11-Jul-04 0:19 
GeneralRe: Beginner with VC executing command line Pin
pork chop11-Jul-04 3:35
pork chop11-Jul-04 3:35 
GeneralRe: Beginner with VC executing command line Pin
wb11-Jul-04 3:57
wb11-Jul-04 3:57 
GeneralRe: Beginner with VC executing command line Pin
pork chop12-Jul-04 3:41
pork chop12-Jul-04 3:41 
GeneralRe: Beginner with VC executing command line Pin
pork chop14-Jul-04 18:45
pork chop14-Jul-04 18:45 
GeneralCPropertySheet question Pin
hongheo7610-Jul-04 19:12
hongheo7610-Jul-04 19:12 
I am creating a tab dialog with several tabs.

After inserting the property sheet with 2 tabs, I tried to add some controls to Property Page 1.

If I double click on a control (say, a button) on Property Page 1, VC complains: Cannot add new member.

I thought it was because I hadn't created a class for it, so, I used Class Wizard create a CPage1::public CPropertyPage. Nothing changed !

Again, I opened Class wizard and double clicked on IDC_BUTTON1, then let VC create the new function OnButton1(). In the body of this function, I just MessageBox("Button")

However, when I ran the program, the Property Page1 showed up with the button, but when I clicked on it, nothing happened. And still, when I clicked on other controls, I received the same complains by VC: Can not add new member

Could any one tell me what's wrong with my program & give me step-by-step instructions on how to create a tab dialog ? For some reason, Googling CPropertySheet Tutorial didn't produce any good results.

Thanks so much for any help.



Generalproblem reading id3v2 tags Pin
user31610-Jul-04 16:39
user31610-Jul-04 16:39 
GeneralRe: problem reading id3v2 tags Pin
palbano10-Jul-04 17:09
palbano10-Jul-04 17:09 
GeneralRe: problem reading id3v2 tags Pin
user31611-Jul-04 18:34
user31611-Jul-04 18:34 
GeneralOpenGL & GDI+ Pin
mostafa_pasha10-Jul-04 10:50
mostafa_pasha10-Jul-04 10:50 
GeneralOpenGL & GDI+ Pin
mostafa_pasha10-Jul-04 10:48
mostafa_pasha10-Jul-04 10:48 
GeneralSerial & Parrallel Communication! Pin
mostafa_pasha10-Jul-04 10:38
mostafa_pasha10-Jul-04 10:38 
GeneralRe: Serial & Parrallel Communication! Pin
palbano10-Jul-04 17:00
palbano10-Jul-04 17:00 
GeneralDebug Vs. Release Pin
Neelesh K J Jain10-Jul-04 10:30
Neelesh K J Jain10-Jul-04 10:30 
GeneralRe: Debug Vs. Release Pin
palbano10-Jul-04 10:34
palbano10-Jul-04 10:34 
GeneralRe: Debug Vs. Release Pin
Gary R. Wheeler10-Jul-04 13:57
Gary R. Wheeler10-Jul-04 13:57 
Questionhow to get #322776(Dialog) class 's handle Pin
GflPower10-Jul-04 8:51
GflPower10-Jul-04 8:51 
AnswerRe: how to get #322776(Dialog) class 's handle Pin
GflPower10-Jul-04 8:52
GflPower10-Jul-04 8:52 
GeneralRe: how to get #322776(Dialog) class 's handle Pin
PJ Arends10-Jul-04 9:19
professionalPJ Arends10-Jul-04 9:19 
GeneralRe: how to get #322776(Dialog) class 's handle Pin
Johan Rosengren10-Jul-04 9:21
Johan Rosengren10-Jul-04 9:21 
Generalwindow without a caption bar Pin
rezbipul10-Jul-04 8:39
rezbipul10-Jul-04 8:39 
GeneralRe: window without a caption bar Pin
PJ Arends10-Jul-04 9:13
professionalPJ Arends10-Jul-04 9:13 
GeneralRe: window without a caption bar Pin
ThatsAlok10-Jul-04 20:01
ThatsAlok10-Jul-04 20:01 

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.