CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    3

    Call .Net Dll From Internet Explorer

    I have an ASP.NET application that I will use on my Local Intranet. I need to print some data from my client pc. I wrote a dll in VB.NET that makes the printout. So my question is, How Do I call the dll from Internet Explorer on my clients? The dll and the .NET framework are installed on my clients.


    Or is there a better way to do this?



    Thanks

  2. #2
    Join Date
    Jan 2001
    Location
    India
    Posts
    228
    i dont think its possible to control a printer on the client side thru
    internet explorer.
    regards
    madhu

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