Hi,
I need to know how can I detect a unique serial number from some components of a PC (like motherboard, CPU, HD, video card,...). The MAC Address is not a solution, because some PCs don'...
In my database application I connect from the client workstation to remote Paradox databases. I use a Database, Table and a DataSource component to connect to each remote database. When I conn...
The attached code snippet illustrates the problem whereby sscanf does not decode a string of variables delimited by semicolons but the same coding method does work for if comma delimiters are ...
I have a service that has multiple clients connecting to it. Each connection creates a separate Data Module for the client to make requests then the server handles the requests and sends the ...
Hi. I need to make a RPC application in C++ Builder 2007 using the "Com Object" component, but I don't understand all files, classes, interfaces, IDLs, and TLB that C++ Builder Generates. Anyb...
I am trying to find a code sample that shows me how to call a Java Script using Borland C++ Builder 6 and TCppWebBrowser. I have been given a sample in .NET as follows:
WebBrowser.Document...
I develop programs in C++ using Borland Builder 6.0. The application runs fine in Administrator mode, windows XP SP1 and Vista. However when I test in normal user mode, I got the error below:
...
How to detect in any event the regional settings of the machine, and the Hard Drive serial number with C++ Builder Code. So I am able to know how to Encode or Decode the date of the system and...
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.
Please a code sample to get the PC mac address from C++ builder.
I recently installed C++ Builder 2007 Professional. Though I applaud Borland for what could be a marvelous product, I have found it to have a severe performance issue.
I copied a CPP Bui...
Hi Guys,
I'm currently building a DLL using the DLL wizard in Borland C++ Builder 5. I have created a couple of functions and have been able to use them from an external application. Howeve...
Hi
I have this function in Delphi that work correctly to de/encrypt with XOR operator
[code]
function DecryptString(const ToDecript: string; Key: Word): string;
var
I: byte;
begin
...
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...
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 ...
How to send a print screen from Borland c++?
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.
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...
I work with C++ Builder 2007 (Update 3) and Indy10 (V 10.1.5) components.
In a small HTTPS-project try I to fill a combobox with the ports are used on my PC.
To them I use the IdDsnCoreRes...
I was wondering, is there an easy to play videos in Borland C++? A library maybe?
Thanks a lot.
Hi,
Why I got wrong output:
#include<iostream.h>
union
{
int a;
int b;
}c;
void main()
{
c.a=1;
c.b=2;
cout<<c.a<<endl;
cout<<c.b<<endl;
}
I would like to use a TCheckListBox with 3 columns. I don't know how to load the data to second and third column. Please help. 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...
También en español más abajo.
[English]
Hello.
I'm using a TIBDataSet, TIBTransaction, TDataSetProvider and TClientDataSet components to connect to InterBase. All works fine, except ftF...
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 ...