Page 1 of 1

Substitute bitmap name with resource ID

Posted: Mon Aug 05, 2019 9:56 am
by reds
How can I replace bitmap filename with resource ID
e.g.

SetCheck({"on.bmp",NIL},.T. ) to SetCheck({ID 8001,NIL},.T. )

Thanks
Peter

Re: Substitute bitmap name with resource ID

Posted: Tue Aug 06, 2019 4:59 am
by nageswaragunupudi
You can replace with Resource Name

Re: Substitute bitmap name with resource ID

Posted: Tue Aug 06, 2019 12:46 pm
by reds
Thanks,it was an error in my resource file !
Peter