This application is not very much other than a RS485 communications and Windows GUI. It has code that is called from c libraries for things like input and output to files and timers, but nothing ou...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23004809.h...
I need to stop my application from seeing ALT or F10 keys as wanting to activate the programs menu. I am already using the F10 key for something else so it is annoying to have it do what its suppos...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23201966.html
I am trying to incorporate serial to ethernet connectivity and have a fully serial communications program. Then I decided to add a client socket so that I can use a product called XPort by Lantroni...
http://www.experts-exchange.com/Programming/Languages/Winsock/Q_23271007.html
Hi,
Found a snippet which allows you to convert char* into a MD5 hash.
Since I am coding in Borland C++ with all its noobish objects like AnsiString.
And since I'm newbish at the rewriting-t...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23295501.h...
Hi,
I am a novice user of Borland C++ Builder 6.0.
I need the most easy way to post data to certain webpage, and also to retrieve page source.
I noticed a object CppWebBrowser but I can't se...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23301166.h...
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 still use...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23317410.h...
Let's say I have the integers A1,A2,A3 .....Ax, and the integer x.
I want when the value of x is 2 (for example) , the caption of a label to return A2's value. If x = 3, to return A3 value and s...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23473821.html
Zones:
C++Date Answered: 06/10/2008 Grade: A Views: 0
How to declare an integer that can contain huge numbers like 10 in the 20th power?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23484923.html
Zones:
C++,
LanguagesDate Answered: 06/14/2008 Grade: A Views: 14
1. I want to make the caption of label to be "The sum is:" SUM, where SUM is an integer. Label1->Caption = "The sum is" + SUM; doesn't work..
2. How do I change line in a label caption?
(these...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23485636.html
Zones:
C++Date Answered: 06/17/2008 Grade: A Views: 49
I want a function which will take random numbers from a range like this: from 2 to 120, excluding integers x and y and so on..
Thanks a lot..
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23505557.html
Zones:
C++,
LanguagesDate Answered: 06/26/2008 Grade: A Views: 109