Author | Message | ||||
---|---|---|---|---|---|
Meka][Meka Unstopable Posts: 700 | just a simple UI (user interface) with a button with event example, any chance any of u can supply one ? ^_~ | ||||
Lord_Zero Ametuar Posts: 122 | 1. Make a resource file and rename it to have RC extension and write there the following text:
2. Simple ASM code that displays a dialog box:
I hope that helps | ||||
Meka][Meka Unstopable Posts: 700 | yup thanks mate will give this a shot, whats the 2nd file named as? | ||||
Lord_Zero Ametuar Posts: 122 | Default extension for assembly programs is ASM. To compile (with masm) use the following command line : \masm32\bin\bldall test The bldall batch file uses RSRC.RC as the default name for the resource file. | ||||
Meka][Meka Unstopable Posts: 700 |
thanks |