Hi Guys.
Can anyone tell me how to refresh the form and increment a count? i have used a timer control and added the following code:
for(int count=0;count <10; count ++)
{
txtVolSoFar...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23705987.html
Zones:
C++Date Answered: 11/13/2008 Rating: 8.2 Views: 0
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 resul...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23764328.h...
The following code fragment is expected to terminate a program called t2.exe using the taskkill command but does nothing.
Yhe command does work however when typed from a "DOS" command box.
Any ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23098492.html
I am using the FindFirst function as declared in <sysutils.hpp> and wish to distinguish between a file not being found and an invalid path.
I am using faAnyFile as the search attribute.
The h...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23235287.html
Zones:
C++,
CDate Answered: 03/12/2008 Rating: 9.9 Views: 4
How can I remove scroll bar in DBGRID control BCB5 (not Delphi) ?
I get a vertical scroll bar even though the grid size is larger than that required to view all the records ?
I am using borland...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23389234.html
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. However, no...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23523663.h...
Zones:
C++ BuilderDate Answered: 09/06/2008 Rating: 8.4 Views: 14
I am building an interface in C++ Builder. I use a mouse click from an on-screen button to remove it from the screen. This causes an exception to be raised because the code is handling the ButtonUp...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23541751.h...
Zones:
C++ BuilderDate Answered: 07/13/2008 Rating: 7.6 Views: 0
I need to get a replacement copy of BCB version 5 in order to support existing code.
I have lost the original installation CDs and am vulnerable to critical system failure.
Does anyone know wher...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23617340.h...
Zones:
C++ BuilderDate Answered: 08/05/2008 Rating: 9.0 Views: 0
Suppose I have
char foo[100];
sprintf( foo, "Null-terminated string" );
I want some way of copying the contents of foo to the Windows clipboard so that I can go into Notepad, type CTRL+V and...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Q_23650935.html
Zones:
C / C++ / C#Date Answered: 08/22/2008 Rating: 8.2 Views: 0
I still use Borland C++ 5 for occasional development. I
know to set a font style, for example, Memo3->Font->Style = TFontStyles()<< fsUnderline;
But I have no idea how to read a font's style. I...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_23598226.h...