vb.net - Visual Studio won't load custom form -
right, have custom form designed game i'm making in vb.net school. resides in namespace 'ui'. (obviously) inherits form. have code file in project namespace called 'client'. client inherits custom form class. however, 2 problems arise:
- if export custom form class template , add project using project > add new item..., designs form normal, none of alterations, , under properties, claims is instance of
windows.forms.form
. show form normal when run, internal code custom form in client.vb, don't want. - if add code file project namespace , add
inherits window
it, not generate designer file , not show form @ because when setmainform
'client', instead shows class derives from, in ui namespace.
i have little experience in custom form building, appreciated. thanks!
Comments
Post a Comment