Click here to Skip to main content
15,914,217 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Storing drawn graphics for repaint Pin
Luc Pattyn4-Sep-07 3:19
sitebuilderLuc Pattyn4-Sep-07 3:19 
AnswerRe: Storing drawn graphics for repaint Pin
jensenx4-Sep-07 7:16
jensenx4-Sep-07 7:16 
QuestionRegenerating Datasets and table adapters Pin
Mr Oizo3-Sep-07 10:55
Mr Oizo3-Sep-07 10:55 
AnswerRe: Regenerating Datasets and table adapters Pin
Christian Graus3-Sep-07 12:37
protectorChristian Graus3-Sep-07 12:37 
GeneralRe: Regenerating Datasets and table adapters Pin
Mr Oizo3-Sep-07 23:16
Mr Oizo3-Sep-07 23:16 
GeneralRe: Regenerating Datasets and table adapters Pin
Dave Kreskowiak4-Sep-07 4:20
mveDave Kreskowiak4-Sep-07 4:20 
QuestionAccessing Exchange server public folders Pin
manisghouri3-Sep-07 5:49
manisghouri3-Sep-07 5:49 
Questioncombobox: append Pin
Tom Deketelaere3-Sep-07 4:21
professionalTom Deketelaere3-Sep-07 4:21 
I can't seem to find a solution for this (and it's probably very simple)
Situation:
I have a combobox with a list(of string) as datasource
I've put the autocompletmode to append and the autocompletesource to listitems
everything works fine untill here

problem:
my users has to be able to type into the combobox but only text that is in the list
this works with a bit of code (check to see if there is text in the textpart of the combobox, if so check the list, if the list contains the text go on else clear combobox and start over)
but now when I start typing a word that is in the list the combobox appends the rest of the word (exactly like I want it) the only problem is that if I don't type the word out full the text that needs to be appended is not appended. The combobox only does this when I hit enter (this is not an option since the combobox is on a dialogwindow and hitting enter is accepting)

question:
anyone know how I can force the combobox to append the text when I leave the combobox (with tab)?

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

AnswerRe: combobox: append Pin
Johan Hakkesteegt4-Sep-07 2:11
Johan Hakkesteegt4-Sep-07 2:11 
GeneralRe: combobox: append Pin
Tom Deketelaere4-Sep-07 3:31
professionalTom Deketelaere4-Sep-07 3:31 
Questionlines in multiline rich text box Pin
BooleanTrue3-Sep-07 3:58
professionalBooleanTrue3-Sep-07 3:58 
AnswerRe: lines in multiline rich text box Pin
Luc Pattyn3-Sep-07 5:47
sitebuilderLuc Pattyn3-Sep-07 5:47 
GeneralRe: lines in multiline rich text box Pin
Paul Conrad3-Sep-07 7:12
professionalPaul Conrad3-Sep-07 7:12 
GeneralRe: lines in multiline rich text box Pin
Luc Pattyn3-Sep-07 7:30
sitebuilderLuc Pattyn3-Sep-07 7:30 
GeneralRe: lines in multiline rich text box Pin
Paul Conrad3-Sep-07 7:35
professionalPaul Conrad3-Sep-07 7:35 
QuestionMP3 Playlist Pin
Indra PR3-Sep-07 3:37
Indra PR3-Sep-07 3:37 
AnswerRe: MP3 Playlist Pin
plural3-Sep-07 4:41
plural3-Sep-07 4:41 
GeneralRe: MP3 Playlist Pin
plural3-Sep-07 4:43
plural3-Sep-07 4:43 
QuestionAccessing the windows forms generated code Pin
Mr Oizo3-Sep-07 3:27
Mr Oizo3-Sep-07 3:27 
AnswerRe: Accessing the windows forms generated code Pin
originSH3-Sep-07 3:39
originSH3-Sep-07 3:39 
GeneralRe: Accessing the windows forms generated code Pin
Mr Oizo3-Sep-07 7:38
Mr Oizo3-Sep-07 7:38 
GeneralRe: Accessing the windows forms generated code Pin
Paul Conrad3-Sep-07 7:57
professionalPaul Conrad3-Sep-07 7:57 
GeneralRe: Accessing the windows forms generated code Pin
Mr Oizo3-Sep-07 7:55
Mr Oizo3-Sep-07 7:55 
GeneralRe: Accessing the windows forms generated code Pin
originSH3-Sep-07 22:35
originSH3-Sep-07 22:35 
QuestionPlay AVI file Pin
Rupesh Kumar Swami3-Sep-07 2:12
Rupesh Kumar Swami3-Sep-07 2:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.