Click here to Skip to main content
15,918,041 members
Home / Discussions / C#
   

C#

 
QuestionRe: Paste clipboard value to remote application. Pin
sampath Jayasinghe14-Jan-07 12:57
sampath Jayasinghe14-Jan-07 12:57 
AnswerRe: Paste clipboard value to remote application. Pin
Luc Pattyn14-Jan-07 13:22
sitebuilderLuc Pattyn14-Jan-07 13:22 
AnswerRe: Paste clipboard value to remote application. [modified] Pin
Luc Pattyn14-Jan-07 13:25
sitebuilderLuc Pattyn14-Jan-07 13:25 
AnswerRe: Paste clipboard value to remote application. Pin
Luc Pattyn14-Jan-07 13:42
sitebuilderLuc Pattyn14-Jan-07 13:42 
GeneralRe: Paste clipboard value to remote application. Pin
sampath Jayasinghe14-Jan-07 17:10
sampath Jayasinghe14-Jan-07 17:10 
GeneralRe: Paste clipboard value to remote application. Pin
Luc Pattyn14-Jan-07 17:57
sitebuilderLuc Pattyn14-Jan-07 17:57 
GeneralRe: Paste clipboard value to remote application. Pin
sampath Jayasinghe15-Jan-07 16:41
sampath Jayasinghe15-Jan-07 16:41 
QuestionAutocomplete -> BindingSource -> Position change Pin
Glen Harvy13-Jan-07 14:09
Glen Harvy13-Jan-07 14:09 
Hi,

I have an autocomplete textbox populated with a list by [LastName, FirstName] of all my members obtained from a datatable at runtime - works well Smile | :)

What I want to do is to have the details of that member displayed on the form without any other user interaction other than typing in the members name in the textbox.

I have enabled a "textchanged" event which will then change the bindingsource.position but here is where I have a problem.Frown | :(

How do I get the position number of the current member in the textbox so that I can change the bindingsouce position?

I don't want to include the postion number of the member in the textbox field and then parse it out - would look most unprofessional.

I also don't want to do another search on the datatable just to get the position number - lots of duplicated processing.

I thought about changing the textbox tag as you move thru the member list and passing that to the event but I can't work that out either.

Any suggestions will be welcomed.



Glen Harvy

QuestionSetting a default value for a datagridviewtextbox column Pin
bluewavestrider13-Jan-07 12:07
bluewavestrider13-Jan-07 12:07 
AnswerRe: Setting a default value for a datagridviewtextbox column Pin
Lisa Jorgensen13-Jan-07 15:14
Lisa Jorgensen13-Jan-07 15:14 
GeneralRe: Setting a default value for a datagridviewtextbox column Pin
bluewavestrider14-Jan-07 4:45
bluewavestrider14-Jan-07 4:45 
Questionhow to read status registers of parallel port Pin
George-Lucian13-Jan-07 11:44
George-Lucian13-Jan-07 11:44 
AnswerRe: how to read status registers of parallel port Pin
Phillip M. Hoff13-Jan-07 11:59
Phillip M. Hoff13-Jan-07 11:59 
QuestionA multithreading "best practice" question! Pin
Nader Elshehabi13-Jan-07 10:58
Nader Elshehabi13-Jan-07 10:58 
AnswerRe: A multithreading "best practice" question! Pin
Phillip M. Hoff13-Jan-07 11:38
Phillip M. Hoff13-Jan-07 11:38 
GeneralRe: A multithreading "best practice" question! Pin
Nader Elshehabi13-Jan-07 12:28
Nader Elshehabi13-Jan-07 12:28 
GeneralRe: A multithreading "best practice" question! Pin
Phillip M. Hoff13-Jan-07 14:25
Phillip M. Hoff13-Jan-07 14:25 
GeneralRe: A multithreading "best practice" question! Pin
Nader Elshehabi14-Jan-07 9:02
Nader Elshehabi14-Jan-07 9:02 
QuestionXNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Software_Specialist13-Jan-07 10:48
Software_Specialist13-Jan-07 10:48 
AnswerRe: XNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Nader Elshehabi13-Jan-07 11:12
Nader Elshehabi13-Jan-07 11:12 
GeneralRe: XNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Software_Specialist13-Jan-07 11:31
Software_Specialist13-Jan-07 11:31 
GeneralRe: XNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Nader Elshehabi13-Jan-07 12:05
Nader Elshehabi13-Jan-07 12:05 
AnswerRe: XNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Colin Angus Mackay13-Jan-07 11:39
Colin Angus Mackay13-Jan-07 11:39 
GeneralRe: XNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Software_Specialist13-Jan-07 12:07
Software_Specialist13-Jan-07 12:07 
QuestionRead Excel file and create another file met some part of first excel file [modified] Pin
teymur_khan13-Jan-07 10:05
teymur_khan13-Jan-07 10:05 

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.