Search results for query: *

  • Users: bro840
  • Content: Threads
  • Order by date
  1. B

    Help in formating datagridview columns

    Hi all I have one DataSet bind to a one DGV. And in a Sub i have the code that formats the DGV columns. Something like this This works just fine. dgJogos.Columns(4).SortMode = DataGridViewColumnSortMode.NotSortable dgJogos.Columns(4).Width = 140...
  2. B

    prevent dotted gray line appear

    Hi there! I wish to know if is possible when TAB key is pressed, to prevent that the dotted gray line around itself appears Thank you
  3. B

    sort ContextMenuStrip items?

    How to sort the ContextMenuStrip.Items
  4. B

    Question ContextMenu - which control?

    Hi everyone I'm developing a program where i have 8 Labels. In my code i created an ContextMenuStrip which i full fill with 16 items. And then i associate all my Labels to the ContextMenuStrip. Now is the complicated thing to me... I want to know which one of my label starts up the...
Back
Top