[RESOLVED] Strange ImageList problem
When i try to set Toolbar's ImageList it suddenly doesn't work. It was working few minutes ago.
I tried restarting the machine, unregistering and registering components, reinstalling VB... and nothing works. When i try to set it, it just jumps to "<None>" after clicking "Apply"/"OK".
I'm loosing it here... :sick:
EDIT: don't mind this. It works after another component registration :blush:
Re: [RESOLVED] Strange ImageList problem
If it happened to you it could happen to someone else.
What did you discover had not been registered?
Re: [RESOLVED] Strange ImageList problem
Solution (go to Start >> Run...):
Code:
regsvr32 mscomctl.ocx /u
regsvr32 mscomctl.ocx
Re: [RESOLVED] Strange ImageList problem
Quote:
Originally Posted by
Hack
What did you discover had not been registered?
I cannot understand how could it get unregistered because i didn't run anything after it was working for the last time.