Search:

Type: Posts; User: sureshkumarct

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,797

    Calling one program from another

    I have created a graphics app in turbo C in which I have created a window by using the bar() fucntion.In this application I am calling another application (another .c file) which shows a...
  2. Replies
    1
    Views
    4,590

    using gotoxy() in graphics mode

    Is there anyway I can use the gotoxy() function in graphics mode to display the text cursor at the point i click the mouse? I tried but does not work..I only need to have the input focus(the text...
  3. Replies
    6
    Views
    3,228

    Problem with strcat() function

    I want to create an html file using C and as the first step , I wrote a simple program as follows:




    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    void main()
    {
  4. Handling mouse in graphics mode in Turbo C/DOS

    I am doing a graphics application in Turbo C/DOS.I need to have mouse support in it.I had already posted a question about capturing mouse in a text mode applicatioan and i got the reply...
  5. Replies
    3
    Views
    1,509

    Problem with text cursor in C

    Hi all,
    sorry to trouble u all again,but its very urgent ..I had posted a question in this forum about setting the text cursor in a C program. I need to handle mouse in my C program and I am able...
  6. Replies
    1
    Views
    1,628

    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...
Results 1 to 6 of 6