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:

  1. 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.
  2. if add code file project namespace , add inherits window it, not generate designer file , not show form @ because when set mainform 'client', instead shows class derives from, in ui namespace.

i have little experience in custom form building, appreciated. thanks!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -