Results 1 to 2 of 2

Thread: answers??

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Location
    Chicago
    Posts
    30

    answers??

    Hi

    I might be able to answer some of your questions.

    Will asp.net allow me to run a long routine without locking the browser?

    Yes !!! - you can create a mutlitrheded funtion or you can use a delegate with Asyncronous setting, but Unfortuanly I have not done, except briefly in a class.

    Can you shell an exe without going through a CGI?

    This one I do not know

    Can you access winapi functions through asp.net?

    I think you can but they may be a lttitle differnt sysntax than before, I think there are some .net classes that incorporate winapi - but I have not used them

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    yes you can use win api directly in asp .net.. No need to create a dll to wrap the api.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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