|
-
Nov 24th, 2002, 10:03 PM
#1
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!!
-
Nov 24th, 2002, 10:30 PM
#2
PowerPoster
Are you talking about the webbrowser control? If so, it is in the COM components section when you customize the toolbox.
-
Nov 25th, 2002, 12:02 AM
#3
-
Nov 25th, 2002, 11:35 AM
#4
PowerPoster
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.
-
Nov 25th, 2002, 02:51 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|