Results 1 to 5 of 5

Thread: preview html?!!

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    preview html?!!

    anyone knows a good control to preview an html file?
    what was that other old one called? the one which was available in vb6?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Are you talking about the webbrowser control? If so, it is in the COM components section when you customize the toolbox.

  3. #3

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    aah I was wishing there is a .NET control for that I couldnt find anything at pscode.com, dunno

    if I want to use this one, is it enough to put a copy of the ocx file in my app's folder? would that be enough for "installing" the com control?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    No, when you add it to your project, you will notice it creates a new dll file in your bin directory. This is the interop dll required to use the com component. You will just include this in your package when you deploy your app.

  5. #5

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by hellswraith
    No, when you add it to your project, you will notice it creates a new dll file in your bin directory. This is the interop dll required to use the com component. You will just include this in your package when you deploy your app.
    oh so the dll file has the com component in it? eeh weird. So the only and the only thing that I need is that dll file?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

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