Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to add an email to outlook's inbox Pin
rcao20-Mar-06 16:18
rcao20-Mar-06 16:18 
QuestionToo few parameters. Expected error 1 Pin
fuschia20-Mar-06 16:07
fuschia20-Mar-06 16:07 
AnswerRe: Too few parameters. Expected error 1 Pin
Aqueel20-Mar-06 16:17
Aqueel20-Mar-06 16:17 
AnswerRe: Too few parameters. Expected error 1 Pin
Christian Graus20-Mar-06 16:26
protectorChristian Graus20-Mar-06 16:26 
GeneralRe: Too few parameters. Expected error 1 Pin
Aqueel20-Mar-06 16:32
Aqueel20-Mar-06 16:32 
AnswerRe: Too few parameters. Expected error 1 Pin
Aqueel20-Mar-06 16:33
Aqueel20-Mar-06 16:33 
AnswerRe: Too few parameters. Expected error 1 Pin
#realJSOP21-Mar-06 7:18
professional#realJSOP21-Mar-06 7:18 
QuestionDialog box error Pin
RalfPeter20-Mar-06 13:25
RalfPeter20-Mar-06 13:25 
Hi all,

I am trying to instantiate a dialog box and keep getting the error message

'too few parameters, expected 2'

the offending piece of code is:


void CFisheriesView::OnAlmforeignkeys() {
COpenDB open; //ok
open.ALM(); //ok
CALMFKeyDlg dlg; //bombs out here
dlg.DoModal();
}

Anyone can give me some pointers? Thx,
Ralf.

ralf.riedel@usm.edu
AnswerRe: Dialog box error Pin
Chris Gao20-Mar-06 14:30
Chris Gao20-Mar-06 14:30 
AnswerRe: Dialog box error Pin
Stephen Hewitt20-Mar-06 15:29
Stephen Hewitt20-Mar-06 15:29 
QuestionDo-it-yourself MFC DLL Pin
dahill20-Mar-06 13:16
dahill20-Mar-06 13:16 
AnswerRe: Do-it-yourself MFC DLL Pin
Christian Graus20-Mar-06 18:02
protectorChristian Graus20-Mar-06 18:02 
AnswerRe: Do-it-yourself MFC DLL Pin
#realJSOP21-Mar-06 7:21
professional#realJSOP21-Mar-06 7:21 
QuestionRegards the retrieving registry problem Pin
Ting Li Che20-Mar-06 12:22
Ting Li Che20-Mar-06 12:22 
Questionchange prog. Pin
jwacho520-Mar-06 12:12
jwacho520-Mar-06 12:12 
AnswerRe: change prog. Pin
Christian Graus20-Mar-06 12:45
protectorChristian Graus20-Mar-06 12:45 
GeneralRe: change prog. Pin
jwacho520-Mar-06 13:11
jwacho520-Mar-06 13:11 
GeneralRe: change prog. Pin
Christian Graus20-Mar-06 13:16
protectorChristian Graus20-Mar-06 13:16 
QuestionConvert Winhelp App to use HTML help Pin
CTaylor8920-Mar-06 11:48
CTaylor8920-Mar-06 11:48 
Questionuninstalling VC++ express edition 2005 Pin
thierrypp20-Mar-06 11:41
thierrypp20-Mar-06 11:41 
AnswerRe: uninstalling VC++ express edition 2005 Pin
Christian Graus20-Mar-06 12:46
protectorChristian Graus20-Mar-06 12:46 
AnswerRe: uninstalling VC++ express edition 2005 Pin
Ștefan-Mihai MOGA21-Mar-06 0:34
professionalȘtefan-Mihai MOGA21-Mar-06 0:34 
GeneralRe: uninstalling VC++ express edition 2005 Pin
thierrypp21-Mar-06 2:13
thierrypp21-Mar-06 2:13 
Questionnew to dlls! Pin
69 Bay20-Mar-06 11:29
69 Bay20-Mar-06 11:29 
AnswerRe: new to dlls! Pin
Chris Gao20-Mar-06 16:07
Chris Gao20-Mar-06 16:07 

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.