Can someone save my project?

  • Thread starter Thread starter doker0
  • Start date Start date
D

doker0

Hi.
So i've done my best, searched the net, read ms blogs and so on...
Here i have ( http://doker.toya.net.pl/FastPaint.zip in vb) my
solution: one form project and one class project with bar control that
contains ownmade imagebuttons.
I just dont know how to make it work... sad.. :(
Can anyone help me with this control. It worked fine with full winforms
but with wm5 (or any other fc 2) won't. My problem is lack of some
designer classes, as well as error that is thrown when the control is
put on the form (only in CF 2 version. never happend in full)

Can You help?
 
CF and desktop control creation is not the same. Look at the tutorial at
mooseworks.com for help.
 
If you mean http://www.mooseworkssoftware.com/VS2005 Control.htm
then i did!
If you had looked at my solution you would see my problem isn't
standard.
One Part is System.ComponentModel.ExpandableObjectConverter in spite of
my own typeconverter, and another is error when i use class that
inherits form collection as my 'Items' property, not the collection
class itself.
 
Back
Top