I have an nvRemote (UR88A) and a USB nvReceiver (CM21A). I want to be able to respond to remote control key presses from the remote control in my own software developen in C++ Builder, but I ...
I'am using the Indy_9_00_17_src components to get e post date. It's necessary authenticate proxys sometimes and the indy componet has some classes that does it. But
I'don't know how to use. ...
Im really stumped on this so if someone could help i would be very gratefull.
I have written a win-cgi webserv program which must manipulate databases.
the program was working but now when...
Hey
I'm trying to compile C++ Builder project so it can be run on other computers without C++ Builder. I'm using Borland C++ Builder 2006.
Thanks
Eimund
Using Borland C++ Builder, what is best way to convert an hex unicode to AnsiString? Ideally, for me, the input would be hex code is in AnsiString with format of "u\ABCD"; output is AnsiString.
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...
Hi there,
Could anybody give me an example of how to calculate the TCPchecksum of an alltered TCP packet?
Thank you very much
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 am using windows XP and borland C++ builder 6.0
I have created a form which has many edit boxes what I want to do is stop the user entering values that are non-numeric.
Do edit boxe...
hello,
I have a file named nikhil.001 , it has ASCII values of a sine wave. i m planing to design a window in BCB6 which shows the sine wave in a 3D. i m new to BCB6 , and need help in doing ...
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...
I'm building a Win32 app using functions from WinPcap (http://winpcap.polito.it) to low-level access to Ethernet adapters.
I'm new to C++ Builder (i've ever used C over Linux), but i think it...
Having tried unsuccessfully to find an answer from the client end I am now wondering if any Windows Server expert can shed any light on this situation.
The scenario is this. A client appli...
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 am porting an application from BCB 5 with Indy 9 to Borland C++ Builder 2007 using Indy 10
The Indy 9 SendBuffer function for a UDP server has two parameters for the data to send; being a c...
If George can ask a question, then it's certainly high time that I ask one. :)
I've got a TStringGrid in my application. I'd like to copy the cells to the clipboard for easy pasting ...
Hi!:
I need to extract the content information from a HTML file, only the important content excluding the configuration tags, special characters, html characters, is there any way I could t...
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
...
Hi all,
I'm trying to return values from a Dev-C++ DLL to VB6, below are 2 excample Functions, the 1st one works fine, but the 2nd Function only shows 1 time the result from in the VB-ide a...
I am a delphi programmer trying to convert to C++, how to I connect to a *.mdb database and access the data, via non data aware componants. I need to be able to search and be able to access th...
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...
Hello. I need to find all jpg files in a selected directory and copy them to another directory. I only found functions to look for a specified file but I have to copy all files with the same e...
i am creating a student grade application program by using a 2d array that allow user to input the student number and three test results,than compute the student average,and show the student ...
hi
i want to use a variable from one form to another.
say i have an AnsiString expert;
and i have got the ansistring expert in form1
----------------Unit1.cpp----------------------...
Hi all,
Hopefully this should be an easy one!
I have a simple input form and when the 'OK' buttons event handler is clicked the contence of the edit boxes are used to create a object (si...