Mr. X Posted July 3, 2009 Posted July 3, 2009 i am just learnign asm and just trying to code a simple exe which on opening first open a site likewww.tuts4you.comThen the main program executes. I know about coding a message box and little bit more but open site on opening site is little interesting one so i want that if anyone know how to do that coding or any source related to that please share with us
human Posted July 3, 2009 Posted July 3, 2009 (edited) are you trying to amaze us or do your job.use google its power.anyway few days earlier someone posted something like it, here with shellexecute.you are just lame. so first before learning asm, learn how to use search.edit:lol you are not lame only super lame, you even dont read replies to your posts. because on jun 28 you created that topichttp://forum.tuts4you.com/index.php?showto...hl=shellexecuteand today again about same thing.that is really funny. Edited July 3, 2009 by human
Mr. X Posted July 3, 2009 Author Posted July 3, 2009 (edited) are you trying to amaze us or do your job.use google its power.anyway few days earlier someone posted something like it, here with shellexecute.you are just lame. so first before learning asm, learn how to use search.edit:lol you are not lame only super lame, you even dont read replies to your posts. because on jun 28 you created that topichttp://forum.tuts4you.com/index.php?showto...hl=shellexecuteand today again about same thing.that is really funny.Sorry my frnd asking for help it does not mean you should start making fun of newbie. If you have some talent then dont try to use to show it as your power. I saw that thread and i got sucess but this case is different. In that topic i aseked regarding mesaage box and there is also reply regaring opening sitebut in that case i message will pop up which will give you 2 options of yes and nobut i dont want any message i want that after clicking exe directly first site open then main program... can you see any reply like this there???? Edited July 3, 2009 by Mr. X
human Posted July 3, 2009 Posted July 3, 2009 sorry if from that code you cant copy and paste as 1st intruction shellexecute, asm isnt for you. simple.and asking anyone to do your job always, will not teach you anything, in real life it doesnt work. gets you fired.we all have problems and solve it, but most people instead of using google use start new topic.
Mr. X Posted July 3, 2009 Author Posted July 3, 2009 (edited) Sorry for my words too. I think you are right instead of opening topic i have to use google first. Anyways thanks for the help. Next time i will do google first. Sorry again if i said anything wrong to you. I am just noob so always try to learn things in fast way thanks Edited July 3, 2009 by Mr. X
human Posted July 3, 2009 Posted July 3, 2009 wanna learn asm, learn how simple instruction work:mov,add,sub,cmp,call,ret,push,conditional jumps,unconditional jumps.98% of code is created with those.download iczelion tuts,understand how things work, how winapi works, use msdn, there mostly are examples in c++ how to use that api.its simple on msdn in search put shellexecute and you get how to use it,what params it needs.winapi in asm is always few push with params then call to winapi.dont start with hard stuff. learn first basics.
Mr. X Posted July 3, 2009 Author Posted July 3, 2009 wanna learn asm, learn how simple instruction work:mov,add,sub,cmp,call,ret,push,conditional jumps,unconditional jumps. 98% of code is created with those. download iczelion tuts,understand how things work, how winapi works, use msdn, there mostly are examples in c++ how to use that api. its simple on msdn in search put shellexecute and you get how to use it,what params it needs. winapi in asm is always few push with params then call to winapi. dont start with hard stuff. learn first basics. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now