Click here to Skip to main content
15,912,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: IPrintDialogCallback Issue Pin
Cool Ju22-Nov-05 0:55
Cool Ju22-Nov-05 0:55 
GeneralRe: IPrintDialogCallback Issue Pin
Identity Undisclosed22-Nov-05 1:00
Identity Undisclosed22-Nov-05 1:00 
GeneralRe: IPrintDialogCallback Issue Pin
ThatsAlok22-Nov-05 17:04
ThatsAlok22-Nov-05 17:04 
QuestionOutlook utility Pin
Abhinav agrawal21-Nov-05 22:52
Abhinav agrawal21-Nov-05 22:52 
AnswerRe: Outlook utility Pin
ThatsAlok22-Nov-05 0:20
ThatsAlok22-Nov-05 0:20 
Questionexit(0) function in vc++.net Pin
salaikumar21-Nov-05 21:11
salaikumar21-Nov-05 21:11 
AnswerRe: exit(0) function in vc++.net Pin
toxcct21-Nov-05 21:51
toxcct21-Nov-05 21:51 
GeneralRe: exit(0) function in vc++.net Pin
salaikumar22-Nov-05 0:37
salaikumar22-Nov-05 0:37 
Hi..thanks for yr reply...
But thats not a function..
its an event.. check this code..


private: System::Void mnuimport_Click(System::Object * sender, System::EventArgs * e)
{
if (MinmaxFlag==false)
{
MessageBox(0,"Configuartion file is not set. Please import it.","Configuration",MB_OK);
exit(0);
}
else if (RangesFlag== false)
{
MessageBox(0,"Data Ranges file is not set. Please set it.","Data Ranges",MB_OK);
exit(0);
}
OpenFileDialog *openFileDialog1 = new OpenFileDialog();
Stream *str;

openFileDialog1->InitialDirectory = "c:\\Neural Net\\" ;
openFileDialog1->Filter = "data files (*.data)|*.data|All files (*.*)|*.*" ;
openFileDialog1->FilterIndex = 2 ;
openFileDialog1->RestoreDirectory = true ;
..........
}


Salai
GeneralRe: exit(0) function in vc++.net Pin
toxcct22-Nov-05 0:52
toxcct22-Nov-05 0:52 
AnswerRe: exit(0) function in vc++.net Pin
David Crow22-Nov-05 3:45
David Crow22-Nov-05 3:45 
Questionwana open file support to unicode. Pin
msj0191@gmail.com21-Nov-05 20:46
msj0191@gmail.com21-Nov-05 20:46 
AnswerRe: wana open file support to unicode. Pin
ThatsAlok21-Nov-05 21:15
ThatsAlok21-Nov-05 21:15 
GeneralRe: wana open file support to unicode. Pin
msj0191@gmail.com21-Nov-05 22:07
msj0191@gmail.com21-Nov-05 22:07 
AnswerRe: wana open file support to unicode. Pin
Hans Ruck22-Nov-05 2:12
Hans Ruck22-Nov-05 2:12 
GeneralRe: wana open file support to unicode. Pin
msj0191@gmail.com22-Nov-05 3:45
msj0191@gmail.com22-Nov-05 3:45 
GeneralRe: wana open file support to unicode. Pin
Hans Ruck22-Nov-05 3:52
Hans Ruck22-Nov-05 3:52 
QuestionDoubt in Reading the serial port Pin
Sasikumar.SR21-Nov-05 19:42
Sasikumar.SR21-Nov-05 19:42 
AnswerRe: Doubt in Reading the serial port Pin
kakan21-Nov-05 20:05
professionalkakan21-Nov-05 20:05 
QuestionEnable/Disable Network Connection Programmatically Pin
wboncal21-Nov-05 19:41
wboncal21-Nov-05 19:41 
AnswerRe: Enable/Disable Network Connection Programmatically Pin
wboncal22-Nov-05 7:47
wboncal22-Nov-05 7:47 
Questionhow to implement the 'find dialog' reading the data from STL list. Pin
zxc8921-Nov-05 19:19
zxc8921-Nov-05 19:19 
AnswerRe: how to implement the 'find dialog' reading the data from STL list. Pin
John M. Drescher21-Nov-05 21:11
John M. Drescher21-Nov-05 21:11 
GeneralRe: how to implement the 'find dialog' reading the data from STL list. Pin
zxc8921-Nov-05 21:18
zxc8921-Nov-05 21:18 
QuestionThank You Everybody! Pin
Axonn Echysttas21-Nov-05 18:59
Axonn Echysttas21-Nov-05 18:59 
AnswerRe: Thank You Everybody! Pin
toxcct21-Nov-05 21:50
toxcct21-Nov-05 21:50 

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.