Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
ThatsAlok28-Nov-07 23:15
ThatsAlok28-Nov-07 23:15 
AnswerRe: how do I know the message in hook procedure KeyboardProc()? Pin
ThatsAlok28-Nov-07 23:16
ThatsAlok28-Nov-07 23:16 
Questioncurrent status for port is blocked or unblocked? Pin
CraZyToLearn28-Nov-07 22:11
CraZyToLearn28-Nov-07 22:11 
QuestionHow to create single setup file for MFC 8 applications? Pin
Jason Liu28-Nov-07 20:54
Jason Liu28-Nov-07 20:54 
AnswerRe: How to create single setup file for MFC 8 applications? Pin
Nelek28-Nov-07 22:29
protectorNelek28-Nov-07 22:29 
Questionhow to make form Pin
lili wulandhari28-Nov-07 20:50
lili wulandhari28-Nov-07 20:50 
AnswerRe: how to make form Pin
Hamid_RT28-Nov-07 21:11
Hamid_RT28-Nov-07 21:11 
AnswerRe: how to make form Pin
Nelek28-Nov-07 22:26
protectorNelek28-Nov-07 22:26 
You can do it programatically, or using the Wizard (if u are begginer I recommend you the wizard).

Go to resources editor, add a dialog. If you are not wanting complicated things a dialog will be enough, If you are planning more difficult functionality you may want to use CFormView (expand the + when selecting the dialog to be added).

Then you can put the controls in the dialog like you do in BC++.

If you make a double click, the wizard will ask you for a class to be related with the dialog. Choose a name.
After that you will have a *.cpp and a *.h in the files tab.

In this point... up to you and your code, what the dialog / formview will be able to do.

BTW, search a tutorial, or take a look into the begginers section here in the site. There are very good explanations and examples that will help you a lot.

Greetings.

--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

AnswerRe: how to make form Pin
wira1guys29-Nov-07 17:26
wira1guys29-Nov-07 17:26 
Questionmanifest file Pin
George_George28-Nov-07 19:18
George_George28-Nov-07 19:18 
AnswerRe: manifest file Pin
Roger Broomfield28-Nov-07 19:46
Roger Broomfield28-Nov-07 19:46 
GeneralRe: manifest file Pin
George_George28-Nov-07 21:09
George_George28-Nov-07 21:09 
GeneralRe: manifest file Pin
Paresh Chitte28-Nov-07 21:43
Paresh Chitte28-Nov-07 21:43 
GeneralRe: manifest file Pin
George_George28-Nov-07 22:37
George_George28-Nov-07 22:37 
GeneralRe: manifest file Pin
Roger Broomfield28-Nov-07 22:02
Roger Broomfield28-Nov-07 22:02 
GeneralRe: manifest file Pin
George_George28-Nov-07 22:34
George_George28-Nov-07 22:34 
AnswerRe: manifest file Pin
KarstenK28-Nov-07 20:24
mveKarstenK28-Nov-07 20:24 
GeneralRe: manifest file Pin
George_George28-Nov-07 21:00
George_George28-Nov-07 21:00 
QuestionHow can make user name and password Case Sensitive Pin
Y_Kaushik28-Nov-07 18:27
Y_Kaushik28-Nov-07 18:27 
AnswerRe: How can make user name and password Case Sensitive Pin
Paresh Chitte28-Nov-07 18:32
Paresh Chitte28-Nov-07 18:32 
GeneralRe: How can make user name and password Case Sensitive Pin
Y_Kaushik28-Nov-07 18:42
Y_Kaushik28-Nov-07 18:42 
QuestionConversion of 'CString/Resouce String' to Char* Pin
Priya_Sundar28-Nov-07 18:10
Priya_Sundar28-Nov-07 18:10 
AnswerRe: Conversion of 'CString/Resouce String' to Char* Pin
User 58385228-Nov-07 18:17
User 58385228-Nov-07 18:17 
GeneralRe: Conversion of 'CString/Resouce String' to Char* Pin
Priya_Sundar28-Nov-07 18:24
Priya_Sundar28-Nov-07 18:24 
GeneralRe: Conversion of 'CString/Resouce String' to Char* Pin
User 58385228-Nov-07 18:26
User 58385228-Nov-07 18:26 

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.