Microsoft Visual Studio .NET (position text problem)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Boyle

    Microsoft Visual Studio .NET (position text problem)


    Hi,

    Can anyone tell me if there is a command to position text in the Win32
    Console project application like there was in the Borland C++ 5.5 i.e.
    gotoxy(x,y).

    Cheers,

    Michael



  • Buster Copley

    #2
    Re: Microsoft Visual Studio .NET (position text problem)

    Michael Boyle wrote:[color=blue]
    > Can anyone tell me if there is a command to position text in the Win32
    > Console project application like there was in the Borland C++ 5.5 i.e.
    > gotoxy(x,y).[/color]

    This is not an appropriate question in this newsgroup, which treats
    issues of the standard C++ language. You will find people more
    knowledgeable about Win32 applications in Microsoft's fora. Sorry, I
    don't know where to redirect you to off the top of my head. You could
    start with Google.

    Please understand I'm not trying to be mean. There are good reasons for
    you to ask your question elsewhere. Also, bear in mind that it's
    generally considered polite to read a group's FAQ before posting. Google
    for 'C++ FAQ' to find the one for comp.lang.c++.

    Good luck,
    Buster.

    Comment

    • Attila Feher

      #3
      Re: Microsoft Visual Studio .NET (position text problem)

      Michael Boyle wrote:[color=blue]
      > Hi,
      >
      > Can anyone tell me if there is a command to position text in the Win32
      > Console project application like there was in the Borland C++ 5.5 i.e.
      > gotoxy(x,y).[/color]

      Read this:


      And this:


      --
      Attila aka WW


      Comment

      • John Ericson

        #4
        Re: Microsoft Visual Studio .NET (position text problem)


        "Michael Boyle" <m.boyle@onyxne t.co.uk> wrote in message
        news:3f671734@n ntp.onyx.net...[color=blue]
        >
        > Hi,
        >
        > Can anyone tell me if there is a command to position text[/color]
        in the Win32[color=blue]
        > Console project application like there was in the Borland[/color]
        C++ 5.5 i.e.[color=blue]
        > gotoxy(x,y).
        >
        > Cheers,
        >
        > Michael
        >[/color]

        Google is your friend (e.g.
        http://www.mvps.org/vcfaq/lang/6.htm ).

        - -
        Best regards, John E.


        Comment

        • Michael Boyle

          #5
          Re: Microsoft Visual Studio .NET (position text problem)


          Many thanks John. Most appreciated.







          "John Ericson" <jericson@pacbe ll.net> wrote in message
          news:AcF9b.3091 $GK6.694@newssv r29.news.prodig y.com...[color=blue]
          >
          > "Michael Boyle" <m.boyle@onyxne t.co.uk> wrote in message
          > news:3f671734@n ntp.onyx.net...[color=green]
          > >
          > > Hi,
          > >
          > > Can anyone tell me if there is a command to position text[/color]
          > in the Win32[color=green]
          > > Console project application like there was in the Borland[/color]
          > C++ 5.5 i.e.[color=green]
          > > gotoxy(x,y).
          > >
          > > Cheers,
          > >
          > > Michael
          > >[/color]
          >
          > Google is your friend (e.g.
          > http://www.mvps.org/vcfaq/lang/6.htm ).
          >
          > - -
          > Best regards, John E.
          >
          >[/color]


          Comment

          Working...