NO

Author Topic: Tutorial - Text box and drop box  (Read 3042 times)

O33

  • Guest
Tutorial - Text box and drop box
« on: February 19, 2008, 05:25:24 AM »
I understand this forum has some suggestions of tutorial websites, but I find it not too easy to pick up for me.  All I want to do is to have a input box, a drop box, and a text box.  The text box will change text associated to what the drop box is selected.  Does anyone know whether there's a tutorial website teaches as simple as this, or can write me a sample code?  I believe it should be too tough.  I totally appreciate it.

Besides, I find Pelles C very handy since it may be the only tool available in Vista :'( to develop Windows Mobile 5 application.  I used to code in MFC, and find it hard to pick up Win32.  But it is always nice to learn something new.

Offline DMac

  • Member
  • *
  • Posts: 272
Re: Tutorial - Text box and drop box
« Reply #1 on: February 20, 2008, 05:26:41 PM »
I think this code project article (in Pelles C) is what you are looking for.

http://www.codeproject.com/KB/winsdk/Win32AutoCompleteComboBox.aspx?msg=2189508
No one cares how much you know,
until they know how much you care.

O33

  • Guest
Re: Tutorial - Text box and drop box
« Reply #2 on: February 21, 2008, 04:47:27 AM »
I do appreciate that.  It is totally what I want.  Thanks a lot:D