Click to See Complete Forum and Search --> : Resource File??????


The Ghost
May 25th, 2001, 09:30 PM
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?

vin
May 26th, 2001, 03:19 AM
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