Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Experts*
Posted

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.

:)

Posted

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

  • *Experts*
Posted (edited)
Oh, you want to create a combo box with DirectX. In that case you might have create one from scratch. Edited by mutant

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...