Quantcast
Viewing all articles
Browse latest Browse all 15088

[RESOLVED] VB6 Resource Editor Missing from Add-Ons

Continuing on trying to update an old VB6 app using VB6 on a Windows 10 computer.

During my modifications where I am allowing the user to set the picturebox background from white to black, I noticed that my custom mouse cursors do not show up.

I quickly realize that this is because they were originally created as black images, so while they show on a white background they won't on a black background.

Therefore, I need to add some new custom mouse cursors that are white for when the background is black.

In trying to remember how I created those darn custom mouse cursors to begin with (its been so so so many years ago), I found that my custom cursors exist in a resource file (somewhere) because of code like this:

frmChart.pctChart.MousePointer = vbCustom
frmChart.pctChart.MouseIcon = LoadResPicture(114, vbResCursor)

Searching on the net, I found that I need to run the Resource Editor found under the Add-Ins.

Unfortunately, I do not see anything listed for that as shown in the image below.

Image may be NSFW.
Clik here to view.
Name:  2021-09-11_15-52-52.gif
Views: 97
Size:  7.9 KB


I ran VB6 as administrator just in case but no difference.

Any suggestions? thx
Attached Images
Image may be NSFW.
Clik here to view.
 

Viewing all articles
Browse latest Browse all 15088

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>