Search results for query: *

  1. P

    Adding smart tags to a form

    Thanks for the help. Much appreciated.
  2. P

    Buttons inside the datagrid

    No, what I mean is, normally when I want to code the click_event for a button, then I just double-click the button in the design view. However, I can't do this because all that happens is that I select the datagrid the button is inside. This creates the click_event stub for the datagrid rather...
  3. P

    Buttons inside the datagrid

    Hello, Currently I have a form that displays data from a database in a datagrid. I've also managed to add a column of buttons to the datagrid. What I want to do is: When the user clicks the button, the data from the corresponding row will be displayed in a textbox. This seems simple enough...
  4. P

    Adding smart tags to a form

    Hi, is there a way to add tags to a form? Eg, when your cursor hovers over something like a button, a tag appears telling you what the button does. Thanks.
  5. P

    Multi-line listboxes

    Hi, I have a form which prompts the user to enter text into a (multi-line) textbox. I then want to display that data in a listbox along with some other data. The problem is though, the listbox doesn't have a multi-line option and the horizontal scroll option doesn't seem to add a scroll bar...
  6. P

    Displaying charts in a windows form.

    Hi, I'm new here and fairly new to programming in VB.Net though I have quite a bit of experience with Java and C. Anyhow I'm developing a project management software similar to MS Project and one of the key functionalities is to be able to draw a gantt chart...
Back
Top