Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Top C++ Builder Solutions: 1 - 22 of 22
  • 1
 
Hi, Since I am creating (atleast trying) a trail version of my software, I am concerned about the time and date parameters. The user can simply turn his bios or windows clock back and stil...
I have a program written in Borland C++ Builder 5 and I would like to be able to read with code the Microsoft Outlook Contacts and Calendar items.  I have a feature in my program to send an em...
How can i capture the Form1->Onminimze event? In other words, when somebody presses the minimize button of a form, i want to run some code. (in this case hide it from the taskbar) with Appl...
I have a TTrayIcon with a PopupMenu which has several items. One of which has a submenu that needs to be dynamically created / updated. The number of subitems is variabele. Preferably i want s...
How do i press a TButton and popup a saveasfiledialog that will save the contents of the clipboard as a jpg file. ?
How do i get a timestamp upon pressing a button and get another 1 upon pressing another button. and then caculate the difference so the output is like The difference is: 5m 10s The differe...
How do I execute code i have inside a Timer1Timer execute in a different thread? or is this done automatically? Same question for a Button1Click event.
Hi. I've written a program (using Borland C++ Builder), to read in some data from the serial port (COM1)and to be able to send data back out through the port. I use the API CreatFile() to open...
The function "void __fastcall TForm1::FormKeyPress(TObject *Sender, char &Key)" is being called twice per keypress. I've implemented this many times before( enabled KeyPreview); can't think...
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...
How do I connect to a remote MySQL database using C++ Builder 2007 and loop thru the recordset programmantically of a returned query. For example "SELECT firstname, lastname, options FROM my_t...
How to insert a .wav in the resource of an exe file and play it using Playsound()?
Hi, I am interested in creating a trail version of my program. I want the trail type to be a 3 day limit for example. Since my program is a bot for a game, the user needs to enter a cer...
If there is one thing quite annoying to me is to have to wait for the on-the-fly compiler to finish before I can type anything. Sometimes, just a few modifications in the source code triggers ...
When using a TTrayIcon, how can i have an OnBalloonClick event?
I have inherited an application written in C++ Builder 6.  When I click the close button on the form (the X in the upper right hand corner of the form),  the application form closes.  However,...
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
Hello, I'm using C++ Builder. I have two forms, Form1 and Form2. When I click a button in Form1, I make Form2 visible (for this I include Uni2.cpp in Unit1.cpp). Now, when I click a button ...
Hi all, At the moment, i have: TMenuItem *NewItem = new TMenuItem(this); NewItem->Caption = "Some caption"; NewItem->OnClick = SystemMessageClick; How can I set the font of N...
I have a program (written and compiled with cBuilder6) that was last compiled in August of 2007 and has been running without any problems until last Thursdat (4/3/2008) at which time I started...
It seems TTrayIcon destroys the hWnd, or the hWnd is altered or not set correctly. Code in the TTrayIcon onDblClickEvent works fine (Form1->Show(); Application->Restore();) However, when r...
I´ve been searching where Download borland for OS/2, and I didn´t find anything, could anyone tell me where I can find it? Thanks
 
  • 1