1. Next release will be C++ Builder 9 - equalize C++ Builder 9 to the Delphi 9 VCL ?
Where can I get more information about C++ Builder 9? Eddie
2. C++ Builder 9 or C++ Builder 2005 with VCL at BorCon 2004 - C++ Builder
3. C++ Builder 9 or C++ Builder 2005 with VCL at BorCon 2004
JB wrote: > What about this? > > 1110 PANEL: Meet the C++ Development Team > Moderator: John Ray Thomas - Borland Someone please report back how many Borland employees are in that room! Subtract DevRel first... <g>
4. problems to compile a program written in Builder C++ 1.0 in Builder C++ 6.0 - C++ Builder IDE
5. c++ builder v6 or c++ builder 2006
Hi, i m using Bcb5 and wanna use either v6 or 2006. Which one is better any suggestions? pros, cons? thanks
6. What is next for C++ Builder? - C++ Builder
Hello, I have a program which I'm trying to migrate from C++ Builder v6 to C++Builder 2007. All has gone well except for the following problem. I have Form which contains the following controls: TCppWebBrowser control that is right-aligned. TSplitter(Vertical) which is right-aligned. TScrollBox which is client-alligned. Under C++Builder v6, the child controls behave as expected. When the form is resized, TCppWebrowser remains a fixed width and the ScrollBox width changes depending on the form resize. Both controls resize as the TSplitter is moved left/right Under C++Builder 2007, the TCppWebBrowser will randomly disappear depending on how it's resized; either by resizing the form or moving the TSplitter control. Even if I create new a bare-bones project that contains the controls described above (with no additional code) I get the same behavior. Has anyone experienced this? Or know of a solution? James O'Brien