CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Cursors

  1. #1
    Join Date
    May 2002
    Location
    Ballymena
    Posts
    57

    Cursors

    How do you change the cursor state in a web application in c#?

    I have searched and cannot find anything.

    Do you have to use System.Windows.Forms ??

    Thanks,
    Jenny

  2. #2
    Join Date
    Sep 2002
    Location
    NY, USA
    Posts
    5
    Hello,
    Your cursor question sounds a lot like my 1st problem in my post from yesterday. You can find it here:



    I tried using the Windows Forms class, but I got an error message indicating that it was inaccessible from ASP.NET. The Windows Forms class has an AcceptButton function which sounds like exactly what I need on my form, but there doesn't seem to be a Web equivalent of this function in an HTML form.

    Good luck...
    Dan

  3. #3
    Join Date
    Sep 2002
    Location
    NY, USA
    Posts
    5
    Hello,
    Your cursor question sounds a lot like my 1st problem in my post from yesterday. You can find it here:



    I tried using the Windows Form class, but I got an error message indicating that it was inaccessible from ASP.NET. The Windows Form class has an AcceptButton function which sounds like exactly what I need on my form, but there doesn't seem to be a Web equivalent of this function in an HTML form.

    Good luck...
    Dan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured