Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested C++ Builder Solutions: 151 - 175 of 218
 
How do i retrieve the VersionInfo (major, minor, revision and buildnumber) from my executable and display it in a label or any other AnsiString? I'm using C++ Builder 2007
In most chat clients, when a new message is received, the form starts blinking on the taskbar. How can i do this in my application when a certain event occurs? To test it, say i set a timer...
I will give 500 point to expert who will write simple code which will draw the graph (with TChart component) of the following function: y = (sqrt(x) + sin(x)) / (2 - x) (remember, that x...
Hi, I'm trying to write an opengl program, but if I include <gl/gl.h> anywhere except the main unit I get multiple E2238 multiple declaration of WINGDIAPI in gl.h The simplest I can demonst...
Using the ClassRegistry code below, is it possible somehow to simply to do something like: ClassRegistry->RegisterClass(__classid(MyClass), MyClass::MyClass); I have tried the above but ...
Hi I'm very new to BCB. I've created a simple application which generaly opens a form. I've used VCL for that of course! When compiled, this application works on my machine. I simply double...
I see using this component you can create your own Web Browser.  But can you launch internet explorer using this component and use all the same properties such as naviagate etc.?
Yep - it's a college task. I want to try and learn a bit, so I'm not after a code listing. Can anyone give me a few pointers on a technique to achieve this? I'm using Borland's C++ Builder 6...
Hi, I am using c++ builder 4. I have imported the type library I want to use, and have no problems connecting to the server I don't know how to implement the event that my server expo...
Hi experts, I know its look liek assignment, which actually is :D but I need some hint and explanation about how to do it, not answer! Create a function taperCyl(h,r1,r2,nslides)that dr...
I have a project with 3 c files. I would like to use it in Delphi without using lib or dll, so I compile it to a obj file first and then to link it in Delphi via {$LINK test.obj}. I got succes...
I have a DLL called DTComController.dll that has a COM interface. I am using Borland C++ Builder 6 and have used the Project->ImportTypeLibry menu to generate the Type Library. I have ad...
I am the developer of a program written in Borland C++ Builder 5 and I use the Crystal Reports 8.5 VCL component to view/print reports from the program.  I have a new customer that is getting ...
Hello, I'm trying to install the JVCL into Borland C++Builder 5, and I can't get the JvNet package to link. I get the following error messages: [Linker Error] Unresolved external 'InternetO...
When using a TTrayIcon, how can i have an OnBalloonClick event?
i am unable to access new members, either variables or methods, declared in a form. i have added many members to this form before, but all of a sudden, the BCB no longer recognizes changes...
I still use Borland C++ 5 for occasional development. I know to set a font style,  for example,  Memo3->Font->Style = TFontStyles()<< fsUnderline; But I have no idea how to read a font's sty...
I am using several classes, divided the source files in .cpp and .hs, my ide is borland builder 6. There is no structure in my class. I was just trying to instantiate a class and then call one...
I am writing this code to solve an array problem but i keep getting errors. i want to declare that pi[0] = [1,0,0,0,0] but it keeps giving me an error. I am trying to declare that because i...
I need to use the same constants and vector of structures in different classes. Where is the best place to put those. I was thinking about a separate h file. and then include that on all the c...
I create a brand new project in Borland C++ 6, put this code : class test { public: int a; }; test Thetest; Thetest.a = 5; and I get error message: [C++ Error] Unit1.cpp(17): E223...
I have created VC++ simple Windows Console Application Visual Studio 2005. main puncation just print "hello world" on screen with the help of cout. Now i want to add .c file which contain f...
I was wondering, is there an easy to play videos in Borland C++? A library maybe? Thanks a lot.
Hello everyone. Not sure if this is the correct are to place this question but it was the closest I could find. Here's my probelm: I am currently writing a program which will communicatewi...
C++Builder 6. I have a DBGrid with the dgRowSelect option set to true. When I press left and right keys on the keyboard, the DBGrid moves the record pointer up and down, same thing if I pre...