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_table"...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23381658.h...
How do i press a TButton and popup a saveasfiledialog that will save the contents of the clipboard as a jpg file. ?
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23383382.h...
Zones:
C++ BuilderDate Answered: 05/10/2008 Grade: A Views: 8
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
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23386835.h...
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
Applicati...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23392430.h...
Zones:
C++ BuilderDate Answered: 05/13/2008 Grade: A Views: 34
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 difference i...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23414285.h...
I have a TImage on my Form. How can I select a portion of this (using the mouse) and crop the selected area so i can save that to a new file.
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23414746.h...
When using a TTrayIcon, how can i have an OnBalloonClick event?
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23418340.h...
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 someth...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23421541.h...
Zones:
C++ BuilderDate Answered: 05/27/2008 Grade: A Views: 50
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.
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23432004.h...
Zones:
C++ BuilderDate Answered: 05/27/2008 Grade: A Views: 20
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 runnin...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23433000.h...