autofill textbox from external application Listview [modified]
-
hi i have virtually no vb experience so i hope i can explain this clearly. i have made a interface that i wont to copy a players name from a server browser listview "the all seeing eye" i need a textbox to autofill with the players name from a listview once i start inputting a name. getting the textbox to autofill from the name listview is not happining. can anybody help me with this. the reason i am undertaking this is to help us adminasta a game server which is being overrun with game hackers. i wont to be able to copy a players name and paste in a guid search engine to determine if they have any hacking convictions listed against them. cheers toe -- modified at 1:43 Friday 28th July, 2006
-
hi i have virtually no vb experience so i hope i can explain this clearly. i have made a interface that i wont to copy a players name from a server browser listview "the all seeing eye" i need a textbox to autofill with the players name from a listview once i start inputting a name. getting the textbox to autofill from the name listview is not happining. can anybody help me with this. the reason i am undertaking this is to help us adminasta a game server which is being overrun with game hackers. i wont to be able to copy a players name and paste in a guid search engine to determine if they have any hacking convictions listed against them. cheers toe -- modified at 1:43 Friday 28th July, 2006
Textboxes do not support autofill, you will need to find or write a custom control to do this.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Textboxes do not support autofill, you will need to find or write a custom control to do this.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
vb2005 text and combobox's do autofill but gettin them to fill from another program is the problem. in the controls properties down the bottom u have all the autocomplete properties cheers toe
-
vb2005 text and combobox's do autofill but gettin them to fill from another program is the problem. in the controls properties down the bottom u have all the autocomplete properties cheers toe
bump :)