c# - Main window form showing up blank -


i've gone through number of other questions regarding issue.

the form loads, it's missing controls. used work. screwed cannot figure out changed break it.

i've checked , uploaderui.cs spelled correctly. code below:

namespace uploaderui {     static class uploaderui     {         /// <summary>         /// main entry point application.         /// </summary>         [stathread]         static void main()         {             application.enablevisualstyles();             application.setcompatibletextrenderingdefault(false);             application.run(new mainform());         }     } }  

my initializecomponent working, , able set break point , step through of it.

public mainform()     {         initializecomponent();          // create instance of listview column sorter , assign         // listview control.         lvwcolumnsorter = new listviewcolumnsorter();         this.listviewnotcurrent.listviewitemsorter = lvwcolumnsorter;     } 

i'm @ loss, don't know else for. not sure else post here can help.


Comments

Popular posts from this blog

account - Script error login visual studio DefaultLogin_PCore.js -

xcode - CocoaPod Storyboard error: -