Click here to Skip to main content
15,867,330 members

Comments by Ritwesh (Top 28 by date)

Ritwesh 6-Feb-13 12:17pm View    
+5 for such a concise answer!!
Ritwesh 1-Jan-13 11:54am View    
I actually want to develop an application by which I can perform many actions even when the user just presses a few keys even without opening any application as such and such that my application can trace any key pressed even for other applications. I hope I was able to express myself. So, can it be done as I wish it to be? Plz... help
Ritwesh 17-Nov-12 14:52pm View    
Glad you got what you wanted buddy...:-)
Ritwesh 12-Nov-12 11:45am View    
As I can see from your comment is that you want to create a mode in which you can type 'autocomplete mode with binding property so that i can type the first letter can i can get the values from the database column'. Okay this can be done but not with textbox. You need to do this with a ComboBox. I would suggest you to create an unbound connection to your database to get all the data in a particular code. Then you can add each data value of the specific column to your ComboBox's AutoCompleteCustomSource. Then set the AutoCompleteSource to CustomSource. This shall do your bit. If you want I can supply you with that code too.
Ritwesh 11-Nov-12 3:14am View    
What I see is that you are using an unbound database connection and you are trying to enter a value into your database according to some parameters but the question lies whether one can use the databinding property for more than one line. This is not possible because text box represents a single line.