chuawenching Posted July 31, 2003 Posted July 31, 2003 Hi there. Any idea of doing combo box from scratch in c#? I know how to create buttons and textboxes in c#, but not combox box? I can store 2 values Value 1: Haha Value 2: Hehe Any help? I don't want to use the VS.NET component... i had my own reasons.. Thanks. Regards, Chua Wen Ching :p Quote
*Experts* mutant Posted July 31, 2003 *Experts* Posted July 31, 2003 Do you really want to built it from scratch? Wouldnt extending the existing combobox with things you need be better? If you still want to, I suggest you take a look at the IList interface, it will help you. :) Quote
chuawenching Posted July 31, 2003 Author Posted July 31, 2003 Hmm.. actually i am want to code in my game with directx.. you think in directx (loading a game screen), i can extend existing comboxbox features? I never think of that and not sure i will work... I will look into IList... but is that complicated to create one? Regards, Chua Wen Ching :p Quote
*Experts* mutant Posted July 31, 2003 *Experts* Posted July 31, 2003 (edited) Oh, you want to create a combo box with DirectX. In that case you might have create one from scratch. Edited July 31, 2003 by mutant Quote
chuawenching Posted July 31, 2003 Author Posted July 31, 2003 huh.. sad :( Regards, Chua Wen Ching :p Quote
chuawenching Posted July 31, 2003 Author Posted July 31, 2003 Can i still use Ilist in Directx? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.