I was using dialog editor of RadASM and found my app won't be able start if any controls of RAEdit, RAGrid etc is placed in the window. Why?
Hi optimus
You must load the controls dll in order to use a custom control.
KetilO
You must load the controls dll in order to use a custom control.
KetilO
Using loadlibrary?
invoke LoadLibrary,offset szRAHexEdDLL
.if eax
mov hRAHexEdDLL,eax
.
.
.
invoke FreeLibrary,hRAHexEdDLL
.endif
I just thought dialog editor would do this for me ^_^