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 Mike Lewis 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: *

  1. guscottg

    (Owner as TForm).Handle cause invalid type cast error

    I'm have Delphi 6 with all patches applied. I'm using the following code which I've taken from the Delphi 4 Unleashed book: procedure TChildFrm.CreateParams(var Params: TCreateParams); begin inherited CreateParams(Params); Params.WndParent := (Owner as TForm).Handle; Params.Style :=...
  2. guscottg

    Prevent Dial-up connection box opening when Windows Exporer Starts

    Once again thanks for all the helpful advice which has help me to solve the problem. I downloaded and ran Ad-Aware which deep clean the registry and picked up some suspect files with a txt extension. The culprit appeared to have been a registry entry which attempted to reach www.divalgo.com, a...
  3. guscottg

    Preventing Dial up connection box opening

    thread779-415068 Thanks for the tip. I tried deleting entries in My Network Connection but the problem still remains. I also tried deleting all references in the registry to the web site it is trying to connect to but still no joy.
  4. guscottg

    Prevent Dial-up connection box opening when Windows Exporer Starts

    Thanks for the tip. I tried this but the problem still remains. I also tried deleting all references in the registry to the web site it is trying to connect to but still no joy
  5. guscottg

    Prevent Dial-up connection box opening when Windows Exporer Starts

    I am using Windows XP Home edition with Internet Explorer version 6 which came installed with the PC. I recently re-install my PC with the software supplied but now whenever I open Windows Explorer I get the dial up connection box poping asking me to connect to the internet. How can I prevent...
  6. guscottg

    Change the way a button's caption is displayed

    How can I change the way a caption is diplayed on a button? Instead of diplaying in one line |--------------------| | Create Object | |--------------------| I would like to display it in 2 lines ie: |------------|...
  7. guscottg

    Referential Constraint Error in IB6 SQL Script....Please help.

    Try the following code below. The only thing I've changed is getting rid of the unique indexes which you were creating. These are needed as by default a primary key is a unique index. CREATE TABLE APPLICATION ( PK_ApplicationID INTEGER NOT NULL, FK_AmendByPersonID INTEGER...
  8. guscottg

    init error: argument out of range

    I am maintaining a paradox 4.5 dos database. In one of the scripts I make a call to dos with the command: RunBigParam = "PrintIt.bat "+STRVAL(RECNO()) RUN BIG RunBigParam RunBigParam is a variable which holds a string and the STRVAL(RECNO()) function returns a record number. The...
  9. guscottg

    Changing the way the start button display its list

    The number of programs that I have on my computer has grown so that when I select programs from the start menu button I have to scroll down to find the program I want. Is there a way of changing this behavour so that the list can be displayed in columns across the screen as per Windows NT.

Part and Inventory Search

Back
Top