i have written a console application in c using borland c++. i want to include mouse capabilities in the program ie. run the program using the mouse just like in norton disk doctor(dos-based version). any help? :?:

Recommended Answers

All 2 Replies

There's old DOS mouse libraries. Maybe they still work.
But of course if you have a console application you implicitly never have mouse support.
If you have mouse support you have a textmode fullscreen application or a full graphical user interface.

If you work in DOS mouse support is easy to write yourself using some embedded assembler btw.

hi, can you send me a sample code? i'd really appretiate it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.