How do I use GDI+ with C++Builder? Can someone give me a simple example of creating a surface an开发者_开发技巧d drawing a circle on it?It would be similar to coding a normal Windows program in C usin
I do have a TPageControl t开发者_如何学Chat I do add and remove TTabsheet\'s from, and in the TTabsheets there are 2 TEdit\'s that the user can type firstname and lastname, when they do the Tab Captio
Is there a way to generate a c++ header file for an .obj file? Or perhaps is there an utility that can view .obj files. I\'ve already found objconv that converts between formats, but I can\'开发者_开发
I bought Delphi 1 when it came out - and was hooked. When BCB came out (around D3, iirc), I switched, mainly because I have used C/C++ professionally for a few decades.
I have a Borland C++ Builder VCL app (so I am not working with Unicode yet), I want to provide a simple translation of controls\' caption text to Russian at runtime.
For aesthetic reasons, I want to show a form on top of another form, just as if it were a component, say like a TPanel. It should resize with the parent, move around as the parent is dragged by its ti
One specific instance, I want to set a BP on every switch(msg) handled in Wn开发者_JAVA百科dProc() - but not until my app has initialized and is \'stable\'. Of course, it receives a lot of windows mes
How to get Selected row index in DBGrid ? so 开发者_C百科Im using ADOQuery -> DataSource -> DBGridADOQuery.Recno?
I will try to explain the problem in开发者_如何学Python shortest possible words. I am using c++ builder 2010.
I need execute some code before Windows shutdown process each time. So, I want block Windows shutdown process for some time. How can开发者_如何学C i do it from Java or C++ Builder ?