I already started writing in ASM (using MASM) and the ICZ-TUTS are realy helpfull.
So now it's the 3rd day i'm writing in ASM an i fynally got my own window drawn :grin: .
but now i want to add Buttons and Listboxe and so on. You now.
In the threads i read till now. There stands something like "CreateWindowEx..." for doing this.
Is that rigth? Cause i thing this function is for creating windows. or am i wrong?
Wolf
So now it's the 3rd day i'm writing in ASM an i fynally got my own window drawn :grin: .
but now i want to add Buttons and Listboxe and so on. You now.
In the threads i read till now. There stands something like "CreateWindowEx..." for doing this.
Is that rigth? Cause i thing this function is for creating windows. or am i wrong?
Wolf
xor eax, eax = 31 C0 = 2 bytes
mov eax, 0 = B8 00 00 00 00 = 5 bytes
tnx too.
that's clear for me.
Wolf
that's clear for me.
Wolf
Yeah.
That's not the problem. I've already done ;)
But adding Buttons to this window i don't know how to do. :(
Wolf
That's not the problem. I've already done ;)
But adding Buttons to this window i don't know how to do. :(
Wolf
:eek: What???
Such easy.:grin:
I already uses and looked at the resource-files. But that seamed to be too easy.
Oh boy. ASM is such easy;)
big TNX
Wolf
Such easy.:grin:
I already uses and looked at the resource-files. But that seamed to be too easy.
Oh boy. ASM is such easy;)
big TNX
Wolf
ummm yeah. I just looked at tut9 and Icz really wrote things pretty strange there. I have no idea why he some of that stuff.
Go ahead and try and figure out what he is doing there, but I don't garentee your success. THere is a MUCH easier way to do what he did using just the RC file. Aparently he decided he was to sexy to put it in the RC file besides the menu.
I can whip up a quick tutorial if you get stuck though.
Dang... 4am, and I still have like 6-7 more pages left on my paper to write by 8am, so I better get going...
Go ahead and try and figure out what he is doing there, but I don't garentee your success. THere is a MUCH easier way to do what he did using just the RC file. Aparently he decided he was to sexy to put it in the RC file besides the menu.
I can whip up a quick tutorial if you get stuck though.
Dang... 4am, and I still have like 6-7 more pages left on my paper to write by 8am, so I better get going...
k.
tnx anyway.
Wolf
tnx anyway.
Wolf
Dang! Conner asked if there was a way for all of everything written on this message board to be downloaded. I guess he deleted his post... Here was my reply:
If they give me access to the mySQL server, I could make one pretty dang easy...
If they give me access to the mySQL server, I could make one pretty dang easy...
Hello All!
This is my first post here and I am very glad, to
be part of your community now.
Maybe a lot of questions may have been answered
before, so first of all I am trying to get an overview
of all messages...
Therefore my 1st question comes along here:
How can I download a complete history from this
community's server without browsing hours & hours??
Need to save money and time... as all of us have to, dont we?
Greetings from Berlin, Germany.
Conner Mayhem
This is my first post here and I am very glad, to
be part of your community now.
Maybe a lot of questions may have been answered
before, so first of all I am trying to get an overview
of all messages...
Therefore my 1st question comes along here:
How can I download a complete history from this
community's server without browsing hours & hours??
Need to save money and time... as all of us have to, dont we?
Greetings from Berlin, Germany.
Conner Mayhem
Thx for the fast reply Kenny!
Seems to me you are inside this website, listening to anything
being added just in time *G*
Hey, I just added my avatar pic to my profile, needed to try this first, as I am absolute beginner.
Greetings from Berlin.
Conner Mayhem
Seems to me you are inside this website, listening to anything
being added just in time *G*
Hey, I just added my avatar pic to my profile, needed to try this first, as I am absolute beginner.
Greetings from Berlin.
Conner Mayhem
Let me quote this from hutch:
Guys,
Could we keep this topic for new members and programmers who are starting in assembler. We have many forums for many different things and policy matters, new forums and the like have their place but in a topic dedicated to new members, this is not the place.
We want new members to feel comfortable when they come here and this topic is a way for people to let us know they have joined and say "Hi" to everyone.
It is easy enough to make a new topic i any of the forums to have these matters heard so please leave this topic for new members.
I think the "beginner friendly forum" thread is being a bit... polluted :).
As I see it, it was mainly intended for new people to say "hi". With
the current type of posts, we migh end up with hundreds of pages :D
Guys,
Could we keep this topic for new members and programmers who are starting in assembler. We have many forums for many different things and policy matters, new forums and the like have their place but in a topic dedicated to new members, this is not the place.
We want new members to feel comfortable when they come here and this topic is a way for people to let us know they have joined and say "Hi" to everyone.
It is easy enough to make a new topic i any of the forums to have these matters heard so please leave this topic for new members.
I think the "beginner friendly forum" thread is being a bit... polluted :).
As I see it, it was mainly intended for new people to say "hi". With
the current type of posts, we migh end up with hundreds of pages :D
deleting some of my spam then...
THis message will be deleted in 2 hours, so don't worry about it.
THis message will be deleted in 2 hours, so don't worry about it.
Dunno if you should delete it.... at least not if it's important, or has
any information in it. Just don't post too much here, I guess :).
any information in it. Just don't post too much here, I guess :).
Hi, I posted a thread UrlDecode and I'd really appreciate any comments on that. Not that I'm impatiently... but nobody might notice the thread when it's on "later pages".
I posted a replay on that myself. A try of optimizing the code...
I avoided a few jumps. Is that a good way?
Thanks
Posted on 2001-09-05 03:02:14 by Butch77
I posted a replay on that myself. A try of optimizing the code...
I avoided a few jumps. Is that a good way?
Thanks
Posted on 2001-09-05 03:02:14 by Butch77
:tongue:
Just a note to say hey and forewarn everyone. After a long hiatus from C programmer I want to get back into programming and I believe this will prove to be a good start. Thanks for all the people who make this possible.
Just a note to say hey and forewarn everyone. After a long hiatus from C programmer I want to get back into programming and I believe this will prove to be a good start. Thanks for all the people who make this possible.
Clear out! Clear out! Make a hole! New ASM programmer here! MOVE IT!
hehehe, Hi all!
Can I "request" sample codes here? I know I'm jumping WAAAY ahead of myself here, but I'd like to know how to call a WinAPI function through ASM. Specifically "ReadProcessMemory" I've done this in VB6, but didn't always get the results I wanted. I just bought TASM 5, which has "New! Improved MASM 6.0 compatibility", so i think I'm in the right place :alright:. I also started reading The Revolutionary Guide to Assembly Language, but it might take a while to get to the point where I need to be. I'm the "learn-by-example" type :)
hehehe, Hi all!
Can I "request" sample codes here? I know I'm jumping WAAAY ahead of myself here, but I'd like to know how to call a WinAPI function through ASM. Specifically "ReadProcessMemory" I've done this in VB6, but didn't always get the results I wanted. I just bought TASM 5, which has "New! Improved MASM 6.0 compatibility", so i think I'm in the right place :alright:. I also started reading The Revolutionary Guide to Assembly Language, but it might take a while to get to the point where I need to be. I'm the "learn-by-example" type :)
WOW! A response within an hour!!!!
Thanks Ahner, I greatly appreciate that .txt That link's gonna come in handy too.
This sure looks like it's gonna be fun. :D
Thanks Ahner, I greatly appreciate that .txt That link's gonna come in handy too.
This sure looks like it's gonna be fun. :D
wow this place is the proverbial oasis in the badlands! hope to be able to contribute some worthy bits here and there.
Hello, I'm Vital Zero, just signed in today.
I like assembly a lot, just the fact that is powerful and fast (the best programming language IMO), I dont care takes me years to learn it, but i will learn it someday.
I already downloaded masm32 with hutch's package and Iczelion's tutorials, I really love it, btw, I dont know anything of another language, assembly is the first language I'm learning (by myself).
Oh well, just post this to say hi.
I like assembly a lot, just the fact that is powerful and fast (the best programming language IMO), I dont care takes me years to learn it, but i will learn it someday.
I already downloaded masm32 with hutch's package and Iczelion's tutorials, I really love it, btw, I dont know anything of another language, assembly is the first language I'm learning (by myself).
Oh well, just post this to say hi.