How can I assign a icon's file path to an unit variable in the InitParam struct?

I want to change icons of windows during SDK initialization. But how can I assign a icon’s file path to an unit variable in the InitParam struct?

hi

you need to add the new icon in the res file of your dll, and pass the resource id and module handle to us.

thanks

dats

Great! Thank you, dats. I’ll try as you said.

Marking as solved.

-Tommy