Thread: Setting text cursor in Tubo C

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    6

    Setting text cursor in Tubo C

    Hi , i am quite new to this forum...I am doing an appication in Turbo C/MS DOS which involves mouse handling. this applicatiomn uses graphics.h. I need to capture the mouse and when I left click the mouse on a particular point on the screen I need to set the text cursor at that point so that I can start typing at that location. I am able to capture the mouse and can detect the left click ,but I cannot get the text cursor on the screen.I tried it in both text mode and graphics mode but was not able to do it..please help. I actually need to do it in both text mode and graphics mode..Thanks in advance....

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    gotoxy?


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. mygets
    By Dave_Sinkula in forum C Programming
    Replies: 6
    Last Post: 03-23-2003, 07:23 PM
  2. Setting Text simple
    By Nor in forum Windows Programming
    Replies: 5
    Last Post: 04-22-2002, 08:03 AM
  3. Setting static text color -- I know I'm doing something wrong
    By Garfield in forum Windows Programming
    Replies: 4
    Last Post: 01-26-2002, 01:59 PM
  4. Setting text colour
    By JamMan in forum C++ Programming
    Replies: 1
    Last Post: 11-19-2001, 11:43 AM
  5. Setting ListBox text
    By BubbleMan in forum Windows Programming
    Replies: 5
    Last Post: 09-19-2001, 07:09 AM