Thanx for reading...
I have a Delphi program which starts and then sends keystrokes to IE for resetting the configuration in my router on a scheduled basis.
Problem:
If I close IE and forget to "turn off" the Favorites menu, the keystrokes are different.
Question:
Where in the registry does...
I'm trying to resize/relocate all the components on a form:
labels, dropdown boxes, buttons, memoboxes
such that when the form is resized, they all stay in a "proportional" position and size.
Is there some easier way to do this other than "do the math" on every component in an OnResize?
TIA...
anyone:
I had problems switching from D5 to D6 due to differences in the alignment of "records".
I was "forced" to insert "packed record =" in lieu of "record =" to get back the same record length as D5 produced.
In looking at this, there is an "alignment" in the compiler tab which I have set...
I am trying to do a createprocess from a web application I wrote in D6. Given the correct input from the web page, I want to start Excel and pass it two files.
In a test window app the code works fine, under the web app Excel starts, but puts up NO WINDOW, accomplishes NOTHING and JUST SITS...
Oh, help...
I have a TEdit box in which I want to enter currency. I want the thing to start out looking like:
$0.00
and enter the digit '1' and get
$0.01
then enter the digit '2' and get
$0.12
I'm not really concerned about getting the ',' like:
$1,234.56 (although that would be...
I recently had to change from Delphi 5->6 (if'n it ain't broke don't fix it, but it broke so...) I have applied all available maintenance to D6.
I have records built like:
Sub_Rec = Record
v1 : Integer;
v2 : integer;
case byte of
1: (v3 : Integer);
2: (v4...
I am trying to "close" the IE main window with window.close and get the annoying:
"The application is trying to close this window, Do you want to close this window"?
Does ANYONE know how to disable this or how to close the window and NOT get hung up on it? The method I am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.