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

C / C++ / MFC

 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 22:25
BoudewijnEctor4-Aug-03 22:25 
GeneralRe: Strange error Pin
Bob Stanneveld4-Aug-03 22:27
Bob Stanneveld4-Aug-03 22:27 
GeneralRe: Strange error Pin
Bob Stanneveld4-Aug-03 22:32
Bob Stanneveld4-Aug-03 22:32 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 22:33
BoudewijnEctor4-Aug-03 22:33 
GeneralRe: Strange error Pin
Bob Stanneveld4-Aug-03 22:45
Bob Stanneveld4-Aug-03 22:45 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 23:00
BoudewijnEctor4-Aug-03 23:00 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 23:06
BoudewijnEctor4-Aug-03 23:06 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 23:08
BoudewijnEctor4-Aug-03 23:08 
I'm sorry, doen't work

DO you have got some other idea's<br />
<br />
I'll put the code of my first window, wich will have to receive the message, below this text.<br />
<br />
<br />
void CF2FDlg::ga_naar_IOscherm(Cmodeprop C)<br />
{ <br />
IOschermclass *iosclass;<br />
iosclass=new IOschermclass();<br />
iosclass->set_properties(C);<br />
//IOschermclass *ios=new IOschermclass();<br />
//ios->set_properties(C); //Pass the selected filter\option\converter<br />
//ios->set_hoofdscherm(this); //send this Dialog, to make sure we can press the cancel button in the next screen<br />
<br />
INT_PTR nRet = -1;<br />
//nRet=ios->DoModal();<br />
nRet=iosclass->DoModal();<br />
<br />
<br />
<br />
switch(nRet)<br />
{<br />
case IDCANCEL:<br />
{<br />
return;<br />
}<br />
case IDC_stop:<br />
{<br />
break;<br />
}<br />
<br />
case 1:<br />
{<br />
return;<br />
}<br />
default:<br />
{<br />
return;<br />
}<br />
};<br />
<br />
<br />
return;<br />
}<br />

GeneralRe: Strange error Pin
BoudewijnEctor5-Aug-03 1:33
BoudewijnEctor5-Aug-03 1:33 
GeneralRe: Strange error Pin
Bob Stanneveld5-Aug-03 4:40
Bob Stanneveld5-Aug-03 4:40 
GeneralRe: Strange error Pin
Vitali Halershtein4-Aug-03 2:37
Vitali Halershtein4-Aug-03 2:37 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 2:43
BoudewijnEctor4-Aug-03 2:43 
GeneralRe: Strange error Pin
Vitali Halershtein4-Aug-03 2:56
Vitali Halershtein4-Aug-03 2:56 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 2:59
BoudewijnEctor4-Aug-03 2:59 
GeneralRe: Strange error Pin
BoudewijnEctor4-Aug-03 3:24
BoudewijnEctor4-Aug-03 3:24 
GeneralRe: Strange error Pin
Vitali Halershtein4-Aug-03 3:21
Vitali Halershtein4-Aug-03 3:21 
GeneralCreating a process and capturing output Pin
Anonymous4-Aug-03 1:44
Anonymous4-Aug-03 1:44 
GeneralRe: Creating a process and capturing output Pin
Anonymous4-Aug-03 1:51
Anonymous4-Aug-03 1:51 
GeneralRe: Creating a process and capturing output Pin
Arjan Schouten4-Aug-03 2:08
Arjan Schouten4-Aug-03 2:08 
GeneralRe: Creating a process and capturing output Pin
Anonymous4-Aug-03 3:39
Anonymous4-Aug-03 3:39 
Questionany suggestion? Pin
zeki yugnak4-Aug-03 1:07
zeki yugnak4-Aug-03 1:07 
AnswerRe: any suggestion? Pin
David Chamberlain4-Aug-03 4:01
David Chamberlain4-Aug-03 4:01 
GeneralCRecentFileList Pin
Anonymous4-Aug-03 0:18
Anonymous4-Aug-03 0:18 
GeneralRe: CRecentFileList Pin
HPSI4-Aug-03 0:36
HPSI4-Aug-03 0:36 
Generalwindows help-topic does not exit error Pin
haritadala4-Aug-03 0:04
haritadala4-Aug-03 0:04 

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.