Search results for query: *

  • Users: desperado
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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
  7. 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)...
  8. 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...
  9. 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...
  10. D

    Radio button help please

    Hey people I was hoping somebody out there could offer me a little help on my program please. On my form I have 8 radio buttons and 3 text boxes. The way my program works is the first 4 radio buttons have 4 numbers next to them, -1, -2, +1 and +2, the other four radio buttons have comments...
  11. D

    date/time picker

    Hi I need some help please.. I want to display the date chosen from a date/time picker in a textbox, and from that textbox to display another day(exactly) 7 days later in another textbox. Any help or suggestion please?
  12. D

    Disable a listbox?

    Hi, could somebody offer me a little help please? What I need is basically a listbox which is read only and NO item can be selected in that listbox as I have Up and Down Buttons. Some would think that the above is easy why dont I just make it read only and for the moment I have made it...
  13. D

    form visible at front

    Hi, I know i might sound dumb to some but i require some help please. Its pretty simple what I am trying to do, I have a MDI container which loads some form, there are loads of forms but to make things simple i will try to explain it using 3 forms. The program works by a menu opening form 1, in...
  14. D

    Disable vertical Bar

    Hi, I was wondering if anyone could help me out here please. Is there a way where you could disable the vertical bar in a listbox when loads of items appear? Its just I already have a up and down button which moves between the items in the listbox and that vertical bar which appears is a little...
  15. D

    Need help with databinding

    Hi everyone, I need some help with the following it is quiet simple really but its been really stressing me out as I have spent many hours trying to figure out how to do it. I have a form which is databinded to a table, in the form there is a listbox, 2 buttons and 2 textboxes. The idea of the...
  16. D

    VB Newbie Form Start Up Position?

    Hi, I havent been using Vb.Net for long and was wondering if somebody could help me out on probably one of the most dumbest question :confused:. I want to manually edit a forms start up position, at the moment I have it on 'Center' but i want it to be below the centre. If i select 'Manual' it...
  17. D

    Updating Datagrids Simple Problem

    Hi, I was wondering if somebody could help me out a little bit as im puzzled. Basically on a form I have a datagrid and some buttons, the buttons are simple and do simple operations. The part im struggling on at the moment is the 'Update' button, the only way I can update at the moment is if...
  18. D

    disable Inserting new records into a datagrid?

    Hi, I want to disallow the user from inserting new records on that DataGrid, but I cannot find a way to do this. Is there a way to prevent a user from inserting a new row through the DataGrid. The data that gets entered into the datagrid is by using select statements. Im using vb.net 2003. Thanks
  19. D

    Some advice please

    Hi I was wondering if you could offer me some help and advice me the best way around the following project. I have attached a link in which it shows what is required in a table and what I have created so far in Vb.NET. The link pretty much explains everything, a user loads the program and they...
  20. D

    Manual Data Forms

    Hi, I was wondering if someone could be able to help me out a little bit, basically I have some buttons and textboxes on a form which looks similar to a form created by a Data Form Wizard. On a form I installed the OleDbAdapter which created the OleDbConnection to my database, and with the...
Back
Top