For a combo box that works like a combo box?
I need to add a combo box to a DataGridView that is bound to data. I need to be able to display multiple columns within the combo box (like you would find in any other normal program).
I need the combo box to drop down without having to click it 4 times (like you would find in any other normal program). and I need to be able to enter text into the combo box and the user see what they have typed (like you would find in any other normal program). I have found many examples on the net, but nothing that ties all these requirements together.
If I had been working in .net for several years, this is something I could probably do myself, however, I am from an ms access and VB background where my programming skills have been focused on making programs work, not programming controls to make them work correctly. Hench to say, I am lost on this one. I am not asking anyone to program it for me, but the very basic of the basics would be a nice place to start. Half of the examples, I couldn't even get working so that's how thick I am.
Why did Microsoft provide such a crappy useless combo box anyway? I mean, if we're going back to the days of writing our own controls, hell, why not make us write the code to draw the screen. As you can tell, I am extremely frustrated, I could finish this project in 1 or 2 days in MS Access, a week in VB. So what makes .net so much greater if everything is so much more difficult to accomplish. I thought this was supposed to make everything easy.
I need to add a combo box to a DataGridView that is bound to data. I need to be able to display multiple columns within the combo box (like you would find in any other normal program).
I need the combo box to drop down without having to click it 4 times (like you would find in any other normal program). and I need to be able to enter text into the combo box and the user see what they have typed (like you would find in any other normal program). I have found many examples on the net, but nothing that ties all these requirements together.
If I had been working in .net for several years, this is something I could probably do myself, however, I am from an ms access and VB background where my programming skills have been focused on making programs work, not programming controls to make them work correctly. Hench to say, I am lost on this one. I am not asking anyone to program it for me, but the very basic of the basics would be a nice place to start. Half of the examples, I couldn't even get working so that's how thick I am.
Why did Microsoft provide such a crappy useless combo box anyway? I mean, if we're going back to the days of writing our own controls, hell, why not make us write the code to draw the screen. As you can tell, I am extremely frustrated, I could finish this project in 1 or 2 days in MS Access, a week in VB. So what makes .net so much greater if everything is so much more difficult to accomplish. I thought this was supposed to make everything easy.