Substitute bitmap name with resource ID

Post Reply
reds
Posts: 50
Joined: Tue May 16, 2017 12:19 pm
Location: North London

Substitute bitmap name with resource ID

Post 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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Substitute bitmap name with resource ID

Post by nageswaragunupudi »

You can replace with Resource Name
Regards

G. N. Rao.
Hyderabad, India
reds
Posts: 50
Joined: Tue May 16, 2017 12:19 pm
Location: North London

Re: Substitute bitmap name with resource ID

Post by reds »

Thanks,it was an error in my resource file !
Peter
Post Reply