MY fail
2007-07-09 11:28:26 PM
cppbuilder104
Now it working fine.
I was my fail using a global variable.
There is no problem with TDirectoryListBox on Hide mode.
Thanks
Tiago
<
XXXX@XXXXX.COM >wrote in message
Quote
Hi All
I using the component TDirectoryListBox.
And its work fine, but when i start my program in a Hide Mode the
TDirectoryListBox does not work anymore.
Why ?
Hide Mode i mean :
try
{
Application->ShowMainForm = false;
Application->Initialize();
Application->CreateForm(__classid(TFormMain), &FormMain);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
Tiago