A have two questions:
Is there somewhere a tutorial of resource files voor assembler ? if yes what's the link and if no does anybody has a resource file with almost every type of object so i can study that.
Does everything that is in the resource file autoresize also ?
i mean do the button also replace themself to new coordinates if someone maximizes the window?
Is there somewhere a tutorial of resource files voor assembler ? if yes what's the link and if no does anybody has a resource file with almost every type of object so i can study that.
Does everything that is in the resource file autoresize also ?
i mean do the button also replace themself to new coordinates if someone maximizes the window?
heya Bolle,
A google for "rc.hlp" will probably turn up quite a few links to this help file which will help you a great deal. Unfortunately I've never seen any programming language which will inherently produce auto-resizing code for your dialogs. The dialog resources only do what you tell them to do through code, so you may want to download a copy of the win32 api help file as well.
A google for "rc.hlp" will probably turn up quite a few links to this help file which will help you a great deal. Unfortunately I've never seen any programming language which will inherently produce auto-resizing code for your dialogs. The dialog resources only do what you tell them to do through code, so you may want to download a copy of the win32 api help file as well.
As for the reseizing, Will is right.
You need to code this by hand.
You need to code this by hand.
Also once you've got the basics in hand, RadASM has an excellent visual dialog editor. In fact RadASM is an excellent IDE for programming in general. You can find it in the ide section