Hi Seth, hi list !
You're right gotoxy() and clrscr() are borland specific functions. If you
really need to use them just include "conio.c", it's an (not ANSI standard
as far as i know) implementation of this "features" (can be found in
\Dev-C++\include).
Sorry, but I can't give you an advice with your ASP.net problem (good luck
with that).
Michel
>
> Hi all,
>
> I'm currently using Dev-c-++ version 4.
> Does it include the gotoxy function ? If I'm not mistaken, It's a function
> that you could use on Borland.
> Another thing. I'm trying to automate the filling process of an ASP.NET
web
> page while using C++.
> I want to get to a point that allow to fill all the text fileds,
> check/uncheck buttons and such in one click.
> Any help will be welcomed.
>
> Seth.
>
|