Hi!

Anyone knows how to do that scanf function a mouse will work together in console-mode application for win32?

Let's say that the user has to enter 5 different informations (name, surname, address, ...). Now I want to create a function that will allow the user to select what information he will enter first (it must work the same as EDIT component in windows).

Code:
Example:

Name:    __________
Surname: __________
Address: __________

User must be able to select what information he will enter first.
Is there any other function (WINAPI) that will allow me to enter characters and that I will be allowed to use the mouse in the same time?

This function must only work in CONSOLE MODE.

I would be very grateful for some tips and hints.

Thank you in advance.