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 Chris Miller 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
  • 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

    I want to have a bitmap moving around the screen. Like Left or Top, does it have any property controlling the position. Can I place a bitmap in the design phase or is it only created in command lines? Is it possible to delete a bitmap or line or any canvas from the application?
  3. 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?
  4. 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.
  5. 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...
  6. ozgurtekin

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

    How can I get the directory of a file. (not the path but path-filename) Ex: 'C:\Borland\'
  7. ozgurtekin

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

    This Problem is Solved Guys Thank you all
  8. ozgurtekin

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

    This is ok But How can I get the root directory (C:\my documents\Something\) by using the openDialog. Which means I want to identify the root directory with opening an html. The root will be the dir the html page is in. Is that possible?
  9. ozgurtekin

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

    That worked (thank you) BUT the html item doesnt use the colors of the document instead it uses its own(example: background); Can you solve this or if you tell me how to open a html document with the default browser thats fine
  10. ozgurtekin

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

    Do you mean by &quot;get the path&quot; is having the directory like &quot;C:\My documents\&quot; or full name of it? And file name only the &quot;name&quot; like &quot;pic.jpg&quot;? I also want to have the final name data in Tedit
  11. ozgurtekin

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

    I tried it but tries to connect to the internet. Thats why I cant do it
  12. ozgurtekin

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

    You know how to build a web page, right? The thing is: It shows the file like this img src=&quot;C:\askldj\aslknd.jpg&quot; although the picture is in the same directory as the web page. I only want the name of the file in this case. Another thing is that If the picture is in a subdirectory...
  13. ozgurtekin

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

    This could help if I had Delphi 5.0 or higher but there is nothing called a web browser in Delphi 4 What can I do. The thing I am trying to do is to see the html tags in Memo as a proper Page.
  14. 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...
  15. ozgurtekin

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

    I am trying to browse and see how the html looks like in a browser It is ok if you tell me how to open a html file in the default browser.
  16. 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