CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: twardzik69

Search: Search took 0.03 seconds.

  1. Making a DataGridView table that is full of ComboBox's... possible? (Y/N)

    Here's my vision:

    Around 30 ComboBox's (let's say 6 rows and 5 columns) and they are all in a DataGridView, so I can use some of the features of the datagridview.

    I saw (accidentally) how it's...
  2. [RESOLVED] Make a class inherit from my class + "Button" class. Is there a button interface?

    So I need a button that can call a (non-static) function outside of it, but it also needs to be able to override the "OnClick" method of System::Windows::Forms::Button... ideas?

    In JAVA I know I'd...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured