input text

I have a Win32 app using OpenGL.
I created an edit box, a list box to input user name.

I can add a name in the editbox and push a button to add it to the list.
I have two problems however.

-The selection focus on the list box doesn’t appear.
-The scrollbar on the list box doesn’t move.
Is there a better way to do that?

You are going to get some spam for posting a non-opengl question?
You question would be better answered on a forum for programming window applications.

Originally posted by clogon:
[b]I have a Win32 app using OpenGL.
I created an edit box, a list box to input user name.

I can add a name in the editbox and push a button to add it to the list.
I have two problems however.

-The selection focus on the list box doesn’t appear.
-The scrollbar on the list box doesn’t move.
Is there a better way to do that?[/b]

Originally posted by nexusone:
[b]You are going to get some spam for posting a non-opengl question?
You question would be better answered on a forum for programming window applications.

[/b]

I guess I was desperate. I thought someone have come across similar thing.
I have just realized that this has nothing to do with OpenGL.
Thank anyway.