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

    Images handeling

    Hi there, i have this regular VCL form application with a JPG image, How do i Resize, Rotate, etc... ? (As code, not initial values). Thanks in advance!
  2. Snaples

    Internet Question

    Hey there, Ok my question is this, When I open the browser at certain page, from an app i made, say google how do I get it also search for something specific? How do I interact with the search box? How do I interact with anything on the web through the application? Thanks alot in advance!
  3. Snaples

    VCL forms issue

    Hi there. I have this regular vcl form app and i wanted to know if I can see changes made before a form procedure ends. ex: procedure TForm1.FormShow(Sender: TObject); Begin Memo1.Text := 'blah blah'; Sleep(10000); Memo1.Text := 'End of blah blah'; End; But it will only show me the "End...
  4. Snaples

    I/O Error problems

    I made this program that downloads a small 5kb html file from the internet, reads from it and deletes it. when i give it to other people to test the application on their computer, some of them (not all of them... on my computer it works perfectly fine) get an I/O error...(that they dont have...
  5. Snaples

    Publishing an application.

    I finished doing this app and I want to give to people to try it out. which files do I need to delete, so the won't see any source remain? my files: SysChange.Dpr (SysChange is the name of my application) SysChange.dproj SysChange.dproj.local SysChange.identcache SysChange.res Unit1.dcu...
  6. Snaples

    Downloading Files From The Internet.

    I've been looking for ages for this. Is there any command like Assign(F,'Blah.Txt'); Or Rewrite/Reset And close for internet files? like this: http://www.ultimate-guitar.com/tabs/k/kinks/you_really_got_me_tab.htm I couldnt do...

Part and Inventory Search

Back
Top