Advertisement

1 - 10 of 23 containing alltags:("Borland C   Builder 6") (0.001 seconds)
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...
Zones: C++ Builder, Windows 98, Windows XPDate Answered: 03/07/2008 Grade: A Views: 0
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...
Zones: C++, Windows XP, C++ BuilderDate Answered: 03/05/2008 Grade: A Views: 0
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...
Zones: Winsock, C++, C++ BuilderDate Answered: 09/01/2008 Grade: A Views: 0
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...
Zones: C++ Builder, C++Date Answered: 04/05/2008 Grade: A Views: 81
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...
Zones: C++ Builder, Web Languages/Standards, C / C++ / C...Date Answered: 04/07/2008 Grade: A Views: 38
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...
Zones: C++ Builder, Math & Science, TheoryDate Answered: 04/12/2008 Grade: B Views: 54
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...
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?
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...
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..
Zones: C++, LanguagesDate Answered: 06/26/2008 Grade: A Views: 109