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

Search:

Type: Posts; User: emmanuel1400

Search: Search took 0.01 seconds.

  1. Re: [RESOLVED] Setting Selected Index on DataGridView Combobox

    I wrote the following code:

    columnaProducto = new CType(dataGridViewDetalle.Columns[0], new DataGridViewComboBoxColumn());

    The type or namespace name 'CType' could not be found (are you missing...
  2. Re: [RESOLVED] Setting Selected Index on DataGridView Combobox

    Hi... is this code functional in C#? Hope someone can help me, I've been google-ing for over a week... I will try to addapt the code to C# and I'll let you know if it works.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured