How can I design a sheet, that looks like the printout of a excel sheet, without using that program and without using crystal reports?
The idea is to make it appear as a table with a different numb...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10033740.html
Zones:
Visual BasicDate Answered: 01/13/1998 Grade: C Views: 0
Can someone show me a working demo of the getch() command for Unix? Or tell me if in fact it will work from a command line interface?
OR
An alternative to getting a keystroke from the keyboard wit...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10170189.html
Zones:
C++Date Answered: 08/24/1999 Grade: C Views: 12
Hi guys,
(Using Borland cpp Builder 4).
I have a disc accessing sequence that needs to be executed every second (or half second or ...).
Using Sleep(1000) doesn't seem a good idea. All proc...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10238525.html
Zones:
C++Date Answered: 11/26/1999 Grade: A Views: 0
I need to start different programs from my own program.
I store the address to the programs in TFilename's.
What I do is this:
I have a variable (FileN) of TFilename.
if WinExec(PChar(Fi...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10339343.html
Is there a c-runtime function equivalent of fscanf, which contains the same parameter list?
http://www.experts-exchange.com/Programming/Languages/C/Q_11744419.html
Zones:
CDate Answered: 11/21/2000 Grade: B Views: 0
I have onResize in the body that executes a function which re allocates all my layer positions -- this is working in IE not in NN.
I mean to say when the window is resized the function is execut...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20197186.html
I heard that there is an alternative to "shell=explorer.exe" whereby you can customised your own GUI shell program. Where to get more info on this ?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20249534.html
Zones:
Windows 98Date Answered: 12/28/2001 Grade: A Views: 0
I'm popping up a menu on my mouse right click using layers. But what the problem I face is if I scroll down and click for the menu it always comes on the top because I've assigned style.pixeltop an...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20279262.html
Zones:
JavaScriptDate Answered: 04/10/2002 Grade: B Views: 0
Hi,
When I display the content of a database table in a DBGrid, all the boolean fields will display "true" or "false".
My question: how can I change this in order to see "yes" and "no" instea...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20324309.html
Hi,
I've created a thread that contains a server socket to process TCP/IP messages, but want it to wait efficiently until the OnRead event is triggered.
If I use for example:
while TRUE do...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20335342.html