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 bkrike 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: ozgurtekin
  • Content: Threads
  • Order by date
  1. ozgurtekin

    To find html tags in memo

    I am creating a program with delphi and I want to find the tags of a html page which I loaded into a memo object. There are some lines like this: <title>Welcome </title> I only want to find the '<title>' part or the 'Welcome' part I want a code which can Delete 'Welcome' or make it possible for...
  2. ozgurtekin

    how to clear all canvas

    How can I clear a specific canvas object like a bitmap? Also how can I clear lines done with line to method. Also how can I move a bitmap thats done with canvas?
  3. ozgurtekin

    Game Programming-Need Help!!

    Hi I want to start game programming with delphi but all the sites talk about DelphiX(what ever it is) What is it? Can I program anything with delphi without learning DelphiX. What do I need to make a scrolling platform game.
  4. ozgurtekin

    Hi I want to open a web page in th

    Hi I want to open a web page in the default browser but the web page's position is not stated. I added ShellAPI in uses and I did this but didnn't work: ShellExecute(handle,'open',OpenDialog1.FileName,nil,nil,1); When I change OpenDialog1.FileName to a file like ''c:\test.htm' it works. Is it...
  5. ozgurtekin

    I CANT FIND How to have the location of a file! (Not So Easy)

    I want to have the location of a file BUT I want its location according to another file(this file's location can change). For example suppose I have a web sites tags open. I add an image on this site with tags with the program I did with Delphi. img src=&quot;File destination&quot; I want...
  6. ozgurtekin

    To Load a HTML into any object(Made me crazy)!!

    Hi I tried to load a html in my computer into a THTML but it didn't work because the computer tries to connect to the internet. When I cancel it cannot load the page.(the page is on my computer) I used this HTML1.RequestDoc('FileName');

Part and Inventory Search

Back
Top