Click here to Skip to main content
15,916,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
RantRe: RegCreateKeyEx failed in Vista Pin
James R. Twine3-Apr-08 5:43
James R. Twine3-Apr-08 5:43 
GeneralRe: RegCreateKeyEx failed in Vista Pin
Hamid_RT7-Apr-08 4:26
Hamid_RT7-Apr-08 4:26 
Generalerror C2664: '_access' : cannot convert parameter 1 from 'TCHAR [260]' to 'const char *' Pin
neha.agarwal273-Apr-08 2:03
neha.agarwal273-Apr-08 2:03 
GeneralRe: error C2664: '_access' : cannot convert parameter 1 from 'TCHAR [260]' to 'const char *' Pin
Cedric Moonen3-Apr-08 2:09
Cedric Moonen3-Apr-08 2:09 
Rantmap user to a group name Pin
vineeshV3-Apr-08 1:27
vineeshV3-Apr-08 1:27 
GeneralRe: map user to a group name Pin
David Crow3-Apr-08 3:23
David Crow3-Apr-08 3:23 
QuestionWhat can i use in place of DoModal? Pin
Le@rner3-Apr-08 1:21
Le@rner3-Apr-08 1:21 
AnswerRe: What can i use in place of DoModal? Pin
Iain Clarke, Warrior Programmer3-Apr-08 3:25
Iain Clarke, Warrior Programmer3-Apr-08 3:25 
Do you mean formview as in CFormView, in MFC? If so, you let MFC do the heavy lifting. Internally, it will call CreateDialog, etc, but you don't need to worry about that.

To see how it works, make a fresh MFC project using AppWizard, and choose form view as your view type. Then have a look at the CMyApp::InitInstance member function to see how little work you need to do.

Good luck,

Iain.

Iain Clarke appears because CPallini still cares.

AnswerRe: What can i use in place of DoModal? Pin
David Crow3-Apr-08 3:27
David Crow3-Apr-08 3:27 
Questionhow can remove Unhandeled exeption error? Pin
Le@rner3-Apr-08 1:02
Le@rner3-Apr-08 1:02 
AnswerRe: how can remove Unhandeled exeption error? Pin
Cedric Moonen3-Apr-08 1:10
Cedric Moonen3-Apr-08 1:10 
GeneralRe: how can remove Unhandeled exeption error? Pin
Le@rner3-Apr-08 1:26
Le@rner3-Apr-08 1:26 
GeneralRe: how can remove Unhandeled exeption error? Pin
Cedric Moonen3-Apr-08 1:33
Cedric Moonen3-Apr-08 1:33 
Generalcreate window Pin
mmvv3-Apr-08 0:58
mmvv3-Apr-08 0:58 
GeneralRe: create window Pin
Hamid_RT7-Apr-08 4:26
Hamid_RT7-Apr-08 4:26 
Generalcreate window Pin
mmvv3-Apr-08 0:57
mmvv3-Apr-08 0:57 
GeneralRe: create window Pin
Le@rner3-Apr-08 1:05
Le@rner3-Apr-08 1:05 
GeneralRe: create window Pin
mmvv3-Apr-08 1:23
mmvv3-Apr-08 1:23 
GeneralRe: create window Pin
Cedric Moonen3-Apr-08 1:37
Cedric Moonen3-Apr-08 1:37 
GeneralRe: create window Pin
Le@rner3-Apr-08 1:42
Le@rner3-Apr-08 1:42 
GeneralRe: create window Pin
James R. Twine3-Apr-08 5:00
James R. Twine3-Apr-08 5:00 
GeneralRe: create window Pin
CPallini3-Apr-08 1:58
mveCPallini3-Apr-08 1:58 
QuestionTCP File Transfer behind NAT Pin
Saurabh Srivastava2-Apr-08 23:51
Saurabh Srivastava2-Apr-08 23:51 
GeneralRe: TCP File Transfer behind NAT Pin
Mark Salsbery3-Apr-08 6:15
Mark Salsbery3-Apr-08 6:15 
GeneralRe: TCP File Transfer behind NAT Pin
Moak11-Apr-08 12:18
Moak11-Apr-08 12:18 

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.