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

  • Users: sasa4432
  • Order by date
  1. sasa4432

    Borland Directx Libraries

    just import ActivX control and run it. Thats all!
  2. sasa4432

    Hiding everything and taking control

    //taskbar hide ShowWindow(FindWindow( "Shell_TrayWnd",NULL), SW_HIDE); //taskbar show ShowWindow( FindWindow( "Shell_TrayWnd",NULL), SW_SHOWNA); ------------------------------------------------------------//taskbar icons hide ShowWindow( FindWindowEx(...
  3. sasa4432

    Which Java Application server to choose?

    JBoss is other choice.You can download it freely... Bye
  4. sasa4432

    I need a component to control access to Internet

    I can give not a comp but a code do some trics example 1 (opening internet address) ------------ unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, SHDocVw; type TForm1 = class(TForm) WebBrowser1...
  5. sasa4432

    Getting connection speed...

    I could find this functions for connection config or etc. Please refer to these functions in rundll32 related library. Call functions from Rundll always like that: WinExec("rundll32 ...'",SW_SHOWNORMAL); where rundll32... should be replaced by one of the functions below. * Call a...

Part and Inventory Search

Back
Top