Enter Keywords:
1 - 10 of 13(0.017 seconds)
Sort By:
 
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...
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...
Zones: C++ Builder, Develo...Date Answered: 09/30/2008 Rating: 9.1 Views: 0
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 ...
Zones: C++, Windows Programming, Development Softwa...Date Answered: 01/21/2008 Rating: 9.4 Views: 0
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...
Zones: C++, CDate Answered: 03/12/2008 Rating: 9.9 Views: 16
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...
Zones: C++, Delphi ComponentsDate Answered: 08/16/2008 Rating: 8.2 Views: 4
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...
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...
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...
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...
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...
Zones: C++ Builder, Delphi IDEDate Answered: 07/27/2008 Rating: 9.2 Views: 0