Please a code sample to get the PC mac address from C++ builder.
hi
i'm using Borland c++ bulider. I would like to use SQL to query data from my local MS access database. would you give me a example code? Thank.
I need help i need to develop a program in C++ that prints all prime number between 2 and 10,000. All i have so far is not working out.
hello experts,
I want to know is C++ DLL developed in Codegear C++ builder the same to C++ DLL developed in Visual studio C++? i want to know the differences from any perspective?
and ho...
I have a IdTcpServer and an IdTcpCLient correttly connected.. Now.. How do I send data from client to server and back to client? How do I trasfer a BYTE array, or a string? Thank you
Ok this is what I am trying to do, in C++ language, I can create a string, what I want to go is take a sentence say "Here is a sentence that I want the program to use." How do I get the progra...
Hello,
I am using Borland C++ builder to create an application that will do the following:
Launch another program in execution (with CreateProcess()) and suspend the program flow until ...
I am getting an error for the following code
char tmpMaxCompression[19];
double MinVal = 0.0;
//MinVal is dynamic input from the user
sprintf_s( tmpMaxCompression, _countof(tmpMaxCom...
Hi All,
I am trying to add a click thru licence agreement on a certain page of my software. (I am using c++ builder 6)
I am currently using a RichEdit (but am open to using a memo)
I ha...
How to send a print screen from Borland c++?
I had been trying some sequences on notepad, without problem but when i started to test with special characters like @, <, >, =, (, ), they simply don't apper.
What can i do to fix the probl...
I need to deal with a two dimensional string array which has both dimension are open length. Here is my code. it compiles but i got memory problem. do you see anything wrong?
class RUNS
{...
I have a C++ Builder app that didsplays a "Please Wait" message in a borderless form, via the forms Show() method. Once Show() returns, the calling method on the main form performs some time-...
I need to append several files to one file. is there any simple way to read a file's content all at once and then write it to destination file? thanks.
HI all,
can anybody help me in this:
1) Write any two programs in C/C++ language for different Line Drawing
Algorithms? Also explain the output thus obtained?
Q2 Wri...
I have a Microsoft Visual C++ application which saves an image into a .png image format. I've created an application using CodeGear C++ 2009, which creates a TImage and tries to load the png f...
I have a little properly simple problem.
I have a ListView in Borland C++ Builder 2006, where I know the value of a caption and need the index instead or the value of the first subitem.
I th...
How to send key strokes to Paint for pasting a screen shot and then saving the file as jpg on the Desktop
I have an application which starts other 'tasks' . These are console based applications written in Borland C++ builder. The code is shown below.
When these 'tasks' start up, they have no visi...
The database program i developed contains the option to write a custom letter. This letter consists of several memo fields, separating the letter header, body and footer.
It is desired that...
I am just starting to code in Borland C++ and I used to use VC++. Is there an equivalent for the Borland for Go to Definition? If so, please teach me the way to do it in Borland.
I love these skins:
http://www.almdev.com/
However, they are for VCL Libraries. I'm looking for such elegant skins for MFC. Do you know any?
I found this website: http://www.codejock....
Hey Guys
I am attempting to create a TPanel that responds to a mouse up event to change it's background, Text color and track it's current state. Below is the current state of the component....
hello ,
Do i need to synchronize an integer object
(on win-32 platform ,c++,visual studio 2003 )
when different threads read and write to it ?
I have a SQL 2005 database containing a field that is a bigint field (64-bit integer, contains both POSITIVE and NEGATIVE numbers).
In C++Builder, I run a stored proc that returns a data se...