text entry on window

J

Juha Nieminen

Robin said:
How can I put a bin text entry on a window in c++ with the windows
api?

The Windows API is not really something you want to be using directly.
It's a nightmare.

If you are using Visual Studio, learn to use the GUI editor. It's easy
to learn.
 
P

Puppet_Sock

Robin said:
How can I put  a bin text entry on a window in c++ with the windows
api?

Also, you might get more and better help if you ask in a
news group where your question is on topic. For windows
and such, try a group with windows or dos or microsoft
in the name. That is, assuming it is Microsoft windows
you are talking about...
Socks
 
A

Andreas

news group where your question is on topic. For windows
and such, try a group with windows or dos or microsoft
in the name.

Which group with a DOS in the name would you propose?

Andreas
 
J

jacob navia

Le 30/09/10 13:52, Robin a écrit :
How can I put a bin text entry on a window in c++ with the windows
api?

Thanks,
-r
Use the TextOut API. It is very easy to use.
For more information get the Petzold book about windows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,825
Members
47,371
Latest member
Brkaa

Latest Threads

Top