does any one knows it? thks a lot
favorxx
Posts
-
how to do user interface(UI) design? -
how to do user interface(UI) design?thanks a lot, for visual c++ ,is there any specified link on codeproject for beginners? or the link of some good articles?
-
how to do user interface(UI) design?since the default user interface in visual c++ is not very good, I don't want to use the default the buttons, the combo box, the edit,... how can i do? Are there some good article and codes that can be used?
modified on Monday, June 29, 2009 12:03 AM
-
Refresh a form in C++ BuilderMFC is a part of Visual C++, not for C++ builder, maybe the idea is useful. If you do not want to use api or read codes in visual c++, please use TThread in c++ builder. there is an example contained in c++ builder D:\Program Files\Borland\CBuilder6\Examples\Apps\Threads you can file->new->others->thread object to create a new thread, See more in help file of TThread
-
Refresh a form in C++ Builderanother good article for you Threads with MFC[^]
-
Refresh a form in C++ BuilderMultithreading Tutorial[^] you can download the code here,although it isn't in c++ builder. It is written by api, hope it helpful. anyway, i think the code in msdn is also valuable.
-
Does it have a part for C++ builder?Thank you very much
-
Does it have a part for C++ builder?I've found the C/C++/MFC, but not found the C++ builder, does it have one for C++ builder in this website?:confused:
-
Refresh a form in C++ Buildermaybe your frequent refresh leads to the frosen, try to create a thread to refresh :)