Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Adding code to Resource file?

Hi all, :WAVE:
Can someone teach me how to go about adding codes in my resource file? Your help is greatly appreciated.
Justin :)
[150 byte] By [ootnitsuj] at [2007-11-11 8:51:13]
# 1 Re: Adding code to Resource file?
adding CODE?Do you mean vb script ((.VBS))
newkeep at 2007-11-11 17:24:57 >
# 2 Re: Adding code to Resource file?
Perhaps you need help on how to create a Resource file in VB 6.Here's what you should do:
1) Open Add-In dialog.
2) Select "VB 6 Resource Editor".
3) Check Loaded/Unloaded.
4) Click Resource Editor in Tools menu.
5) In the editor you can add an icon,bitmap,cursor,string or a custom resource(text file containing references to icon,bitmap,etc.,in a special format)
6) Save the settings.
A .Res file will be created & added to your project.When you create the executable this file will be compiled into the executable.

If you need any more info contact.
softraj at 2007-11-11 17:25:57 >