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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cartoonwally

  1. cartoonwally

    Edit box writes to string variable

    Alright, next question is how to reference variables procedure mail; //Include the ComObj unit in your unit as shown below var oEmail: Variant; nResult: Boolean; begin oEmail := CreateOleObject('Dynu.Email'); //Please set a valid smtp server to be used to send email...
  2. cartoonwally

    ShellExecute SW_commands

    How do i create a browser component?
  3. cartoonwally

    Edit box writes to string variable

    I know this an easy question, but ive been trying for a few hours now and im yet to find out how the caption in an editbox (onchange) can be written to a variable?
  4. cartoonwally

    ShellExecute SW_commands

    Alright, im trying to execute a program in a specified window using shellexecute, i susppect that the SW command needs to be changed... the code i have is... ShellExecute(Handle, 'Open', 'www.somesite.com', nil, nil, SW_SHOW); i need the application to launch in a section in a form... Ideas?
  5. cartoonwally

    Running a game in a defined window

    Alright, ive got DelphiX , where do i go from here?
  6. cartoonwally

    Running a game in a defined window

    ummm.... multiple options... directX, OpenGL or software rendering... we could run it in directX... its probably the most compatible?
  7. cartoonwally

    Running a game in a defined window

    Question ive got going is... How can i run a game (counterstrike) in a form, or just view the game. Im actually a referee making a program to administer the game in an easy form. Have a look at these pics to see what im sorta talking about. The picture is where i want the game to run. (It's...

Part and Inventory Search

Back
Top