Search results for query: *

  1. G

    gridlike table control?

    Thanks guys Thanks for the answers...I assume this Datagrid or Listview is similar to the 1 below? I haven't tried yet but Im guessing there's a property I can set so that the 'gridlines' don't actually show. I hope this is the proper place to post this sort of newbie questions...
  2. G

    gridlike table control?

    Hi inhua, The name of the table is "Error List". It shows the errors,warnings and messages. I'm trying to add this sort of 'table' to a form but havent been able to find it on the toolbox cause i'm still not very familiar with VB. Thanks!
  3. G

    gridlike table control?

    Hi, What do you call this gridlike table (I have circled it in red in the pic below)? I'd like to add it to a form. Thanks guys!
  4. G

    ToolStripMenuItems - How do i set a string as a variable name at runtime?

    Help... Basically I have created 2 arrays with the size inputed by the user at runtime, then using loops instantiate the required amount of ToolStripMenuItem. Now my next problem is how to attached event handlers for each of the menus. Sorry if this questions sounds too basic but Im new with...
  5. G

    ToolStripMenuItems - How do i set a string as a variable name at runtime?

    I have a situation where I do not know the amount of ToolStripMenuItems to instantiate until runtime where the user will input the amount. Preferably I would not like to precreate a large amount of instances. If I can set a string as a variable name at runtime then the prob will b solved. is...
  6. G

    Highlighting positions in textboxs

    Hi Im new to VB.net and would like to know if it is possible to just highlight certain position of a TextBox or RichTextBox by dragging a square anywhere on the window? (even if the textbox has no text) refer to the image below... I do not want 2 highlight entire lines, just for example 2...
Back
Top