M
Mobile Boy 36
Thanks Michael...
I succeed placing a custom picture button control on the toolbox.
The example on the website
http://www.codeppc.com/dotnet/createcontrol/createcontrol.htm
is complete. The Imagebuttoncontrol has an icon property.
Is use the control from within a Vb.net testform.
When I d'ont set the icon property, the button is working. Even the
click-event does work normal.
When assigning an .ico file to the icon property, I get an error:
An unhandled exception of type
'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll
Additional information: MissingManifestResourceException
Any suggestions how to resolve this problem?
Best regards,
Mobile Boy
I succeed placing a custom picture button control on the toolbox.
The example on the website
http://www.codeppc.com/dotnet/createcontrol/createcontrol.htm
is complete. The Imagebuttoncontrol has an icon property.
Is use the control from within a Vb.net testform.
When I d'ont set the icon property, the button is working. Even the
click-event does work normal.
When assigning an .ico file to the icon property, I get an error:
An unhandled exception of type
'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll
Additional information: MissingManifestResourceException
Any suggestions how to resolve this problem?
Best regards,
Mobile Boy