Form Designer requires first class - VS2005
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
I want to create some data classes for my Form but the designer requires the first class be for the form. Is there a cleanest way to add this class to the same document as the form’s design? Thanks
Programmer Glenn Earl Graham Austin, TX
-
I want to create some data classes for my Form but the designer requires the first class be for the form. Is there a cleanest way to add this class to the same document as the form’s design? Thanks
Programmer Glenn Earl Graham Austin, TX
Put your data classes in a header file and include it before your Form class. Also, you may need to add some namespace references for it to compile properly.
"We make a living by what we get, we make a life by what we give." --Winston Churchill