hi, i was wondering how i could use microsofts vc++ resource dialogs in asm(masm)?
This message was edited by hehe, on 4/14/2001 12:39:28 AM
You sure can, you just have to change a few things. Test first if
the dialog template (RC file) will build with RC.EXE. If it does
you can use the standard RC/ML/LINK method to build the file, else
you can use the RES file that it produces and link it on the LINK
line when you build the file.
Regards,
hutch@pbq.com.au
thx Hutch =). i have one more question though, some guy has made a window and used a dialog for its interface, somehow he made the dialog have the same class name as the window. anyone know how i could do this?
hey HEHE,
have a look at Iczelions tutor #10,
he builds a file with a dialog resource, and loading the class members.
Hope that helps
Regards typhoon