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...
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?
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.
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...
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="File destination"
I want...
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');
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.