Jump to content

FredrikIdestam

Active Members
  • Posts

    36
  • Joined

  • Last visited

FredrikIdestam's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. you are creating a good app. Good luck and send me after complete.
  2. do i need to place my images in the same directory where the au3 is? any extra tools needed for this or it will work fine after compiling as normal au3 files? thanks for the information and help.
  3. thanks. can u give me a example of using your UDF with my code which i have posted in this thread. i tried your UDF but it was complex for me.
  4. can i include the images in exe and always use them without installing on user's computer?
  5. it's working but why should i FileInstall() the image? is it necessary everytime using images in GUI?
  6. on my pc it shows the image but after compiling it and copying to another computer it's not showing any image. only a GUI with nothing.
  7. yes it's there with the same name and path. i have posted the full code my first gui have no buttons, labels, etc only a image.
  8. hi friends, i created the following GUI to learn about GUI but on another computer it is not showing image in my GUI. on my pc it is showing the image but on other pc not. #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form=F:\Step1.kxf $Form2 = GUICreate("My First GUI", 408, 207, 212, 214) $Pic1 = GUICtrlCreatePic("F:\DreamyWorld.jpg", 0, 0, 404, 204) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd do i need to install autoit on other computers if i want to show my image in GUI on other computer?
  9. Let's see how is it. Downloading...
  10. post here or send using PM system?
  11. i am in contact with him using e-mail address if you need it then i can post here or PM you.
  12. i am sorry for not discussing it here but he himself asked me if i need help and then started creating a remover for it. i am very thankful to him for this but he send me the remover at last. i thought if he is in work with remover then i should wait for it but if anyone can help me before it then why say it here. i am also thankful to you because you also helped me. did you read my previous post? what should i do for helping autoit not to get bad name due to these viruses. the virus author told me that one of his virus renames the some desktop icons to AutoIt and he hates autoit. i don't know why he hates but i love autoit because it helped me and i will also learn it.
  13. Thanks George, the virus sender is ready to send me more viruses because i asked him if he can really create a virus then i am ready to buy the remover. i will give these viruses to some trusted person on autoit for analysis. please tell me what should i ask from him to know who is the author of autoit viruses. i searched the google and there were many autoit viruses. it means billion of people are infected due to autoit viruses. maybe many of them are created by the same person. let's do something to save people from these viruses. if any of you can create a website for Removers of these viruses and have time to write the solutions then it may help many people and autoit will have good name. guys tell me what you think all. now i know what is autoit because i have browsed many threads to know about autoit and also search the forum. i am also interested in learning this wonderful language.
  14. the person who sent me virus his username is Silver011 there on forum.
×
×
  • Create New...