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 biv343 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 Snaples

  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

    ohh it all makes sense now :P Thanks alot to you all!
  3. 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!
  4. Snaples

    VCL forms issue

    Thanks for every one!!!! I tried everything until i got to Steve's timer tip. googled the component a bit and now my app works like a charm! Thanks again for everything!
  5. Snaples

    VCL forms issue

    Thanks for the reply, But I tried them both (Seperately and together), Doesn't work.... it doesnt even open the form...
  6. 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...
  7. Snaples

    I/O Error problems

    Wow, THANK YOU GUYS SOOOOOOOOOOOOOO MUCH!!! this forum is awsome!!
  8. Snaples

    I/O Error problems

    How can i get the username? and im supposed to make the directory of my application? if yes, then how? Thank you so much for your help, it means the world!
  9. Snaples

    I/O Error problems

    How do I check those things? **Excuse me for being noobish**
  10. 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...
  11. Snaples

    Publishing an application.

    Thank you all for the replies. I have another question. when i gave it to other people to test the app some of them (not all...) had an I/O error...(something that there isnt access aproval to the user). in my program i use a file download from the internet : " function GetInetFile (const...
  12. Snaples

    Publishing an application.

    thats the answer I was looking for! Thanks alot!!!!
  13. Snaples

    Publishing an application.

    So I dont need to keep the compiled units? because from my pascal exprience the exe file didnt work without them...
  14. 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...
  15. Snaples

    Downloading Files From The Internet.

    Thanks alot for you both. I read and tried the About guide, but I dont get something. Where is the file being saved? How can I read from it? Is it stored in a variable? Thanks in advance.

Part and Inventory Search

Back
Top