-
Resource File??????
Can someone help me I'll like to be able to load a dialog form and a menu from a .res file but how?
The Help? give this information
[temp=LoadResData(ID,4 or 5)]
4 stand for menu will 5 stand for Dialog.
What I want to know is I declare temp as what?
-
Re: Resource File??????
Hi,
This function returns byte array.
try variant data type.
for example resource with id 1000 of type string successfully is retrieved this way:
Dim a
a = LoadResData(1000, 6)
Valery Iskarov Nikolov
http://listen.to/quark