Search results for query: *

  1. D

    Datagrid question

    Cant get it to work for some reason.
  2. D

    Datagrid question

    Hi people, I was hoping someone could offer me some help please. On the last row in my datagrid I have a row with * at the begginning, is it possible to remove this row? It's really annoying. Btw I'm using datagrid and not datagridview. Thanks
  3. D

    Question Combobox and Textbox not showing data.

    Hi everyone, Im going nuts with vb because I've been trying to get some data to show in my combo box and my text box, could someone please help me out here. I have a database and inside that database I have a table, the table has various fields e.g name, address, telephone number. What I'm...
  4. D

    Trouble with following coding? (Location of form)

    Because the screen of the form is not that big, and I have the form positioned right at the bottom of the parent form. I can't do centre of the parent as that would make my project look stupid. I know it sounds stupid and confusing, sorry.
  5. D

    Trouble with following coding? (Location of form)

    Hi, well I need to start at that position because when I distribute the systemthe location of the form is not where it should be (because the place of distribution do not have different sized monitors.) I have looked at the start position of the form and that has been set to manual, currently...
  6. D

    Trouble with following coding? (Location of form)

    Hi people, Could someone tell me what is wrong with the following coding? From where I'm sitting it looks fine to me, however when I move the parent form to a corner and then open the form it does not appear where it should. frm2 = New Form6 frm2.Location = New Point(Me.Left + 274...
  7. D

    Display text in label depending on event

    Sorry I've solved the problem, lbltitle.text = textbox1.text or the combobox1.text depending on the combobox or the textbox.
  8. D

    Display text in label depending on event

    Hi everyone, I was hoping someone out there could help me on some coding please, on my form I have a textbox, button,combobox and a label. What I want to do is basically display details on the label, depending on the last action the user does. For example if the user enters something in the...
  9. D

    Underline specific row in Datagrid?

    Anyone please?
  10. D

    Underline specific row in Datagrid?

    Hi people, Is it possible to underline a specific row in a datagrid? What I want is to basically underline every 15th row in the datagrid so for example Row 15, Row 30 Row 45 This possible? Any help or suggestions welcome. Regards
  11. D

    show only 5 records in Datagrid

    Any chance you could help me on the select statement please?
  12. D

    show only 5 records in Datagrid

    [Resolved] show only 5 records in Datagrid Hey people, Wondering someone could be a star and help me out please. Is there a way where I could show only the top 5 records in the datagrid? I've been browsing the web but can't find anything. Thanks
  13. D

    How to disable datagrid?

    Hey everyone, Was hoping someone out there could offer me some help please. What I'm trying to do is something basic really, all I want is to disable my datagrid so the user can't select a row/column/ascend or descend/re-size the columns/rows (basically everything the bottom coding does)...
  14. D

    Newbie desperately needs help (Printing data grid)

    Thanks you soo much, you're a legend!
  15. D

    Newbie desperately needs help (Printing data grid)

    Hey everyone I was hoping someone could help me out here please, for over a day I've been searching and prowling the web to get some help on how to print my form which has a datagrid in there. Upon going through countless tutorials and demo projects I honestly feel like giving up. From talking...
  16. D

    Simple closing form question

    Thank you MattP, JuggaloBrotha and Dgorka. :)
  17. D

    Simple closing form question

    Hi everyone, Was hoping someone out there could help me out please. I have a parent form and a menu at the top, I use the menu to open new forms. The problem I'm facing is when I click on 'Quit' in the menu it should close the form I have opened but it keeps throwing an error. On the quit...
Back
Top