Search results for query: *

  1. R

    Free Autocomplete combo box

    If you get databinding to work in a user control let me know Hi. I tried to create a user control but got stuck trying to get the databindings right. It could find the DataSource and you had to manually enter the DisplayMember because it is typed as a string. The databindings for a combo...
  2. R

    Free Autocomplete combo box

    Couldn't make it work properly - gone back to old way I couldn't get the databindings to work so I have created a module with the code in it. Instructions are in the module. kind regards, Ricky
  3. R

    Free Autocomplete combo box

    Umm - a slight problem It actually has a problem when it's bound to a field. At this stage the text portion of the combobox doesn't get updated when you navigate to another record. I am investigating and will keep you posted. kind regards, Ricky
  4. R

    Free Autocomplete combo box

    I am developing an autocomplete combo box. If you want a copy of it - it's in VB.Net 2002 I can email the source and .dll to you. At the moment I am fine tuning it like adding simple error trapping. It works fine in testing. kind regards, Ricky P.S my email is rickydalley@hotmail.com
  5. R

    DataSource question

    Hello all. I am developing an autocomplete combo box control to use in my apps which I will publish for free when it's done. I have all the functionality I need like turning autocomplete on and off, change the font and forecolor. The last hurdle I have come up against is getting it to...
  6. R

    Datagrid columns

    It works Thanks it now works like a charm. I have even managed to show one column as currency in it's format. Quite simple once you know how. Unfortunately I didn't find the help in VS.Net very helpful. BTW I'm currently using .Net 2002 but hopefully will be getting 2003 so I can program for...
  7. R

    Autocomplete combobox

    Reply to Ventashar Actually Ventashar I'm now using the one that is at http://www.codeproject.com/vb/net/autocomplete_combobox.asp as mentioned in one of the other replies to my original thread. It works pretty much the same except the first one I tried didn't have any code for the Leave...
  8. R

    Datagrid columns

    Hi all. I am trying to display the records of a table in a datagrid. What I need to know is how do I modify the column width and text in the column headers? I have tried all the help plus done a search on this forum but can't find out how. kind regards, Ricky
  9. R

    Autocomplete combobox

    Found it Hi again. Found what I needed by (of course) searching the net for the code. It works like a dream. kind regards, Ricky
  10. R

    Autocomplete combobox

    Hello. I am using VB.Net 2002 and want to know how to make a combobox do autocomplete like the ones in Access does. I can't believe Microsoft have come this far with development and yet the combobox stays in the dark ages. I might be missing something. If I'm right in my assumption does...
Back
Top