Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sijgs
  • Content: Threads
  • Order by date
  1. sijgs

    Favorites On/Off indicator

    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...
  2. sijgs

    Auto sizing on Form Resize?

    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...
  3. sijgs

    D6 record, packed vs. 1 byte alignment, why dif?

    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...
  4. sijgs

    HTTPApp CreateProcess Excel

    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...
  5. sijgs

    Entering/Formatting Currency TEdit/TMaskEdit

    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...
  6. sijgs

    Delphi 6 Extra Bytes in "Record" definition not in D5

    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...
  7. sijgs

    Disabling IE window close verification

    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...

Part and Inventory Search

Back
Top