|
Browse by Tags
All Tags » .NET General Tip » BUGS ( RSS)
-
|
This post discusses and provides the implementation of a helper class to add support for printing the formatted contents of a richtextbox control. The print model in .NET is a little different than one used in VB6. For example see: http://support.microsoft...
|
-
|
Well recently Kingsley has point me to a lot of useful links to improve the ExtendedWebBrowser. However he found another detail. When in Javascript you do something like a: window . open(‘url’,’window’,’width=200;height=300’); Those width and height settings...
|
-
|
I had previously posted an extended version of the WebBrowser Control. This code posted in Opening Popup in a NewWindow and NewWindow2 Events in the C# WebBrowserControl , dealt with some issues when you want to have a form with a WebBrowser and in the...
|
-
|
One of our clients wanted to change the CreateObject function migration for a function of their own. So they wanted all cases like: Dim x As Object Set x = CreateObject("Excel.Application") To be migrated to something like: Excel.Application...
|
-
|
My good friend Jafet, was recently dealing with an interesting bug in Visual Studio. He created a simple Visual Studio Project that had just an interface that he exposed thru COM. He’s intention was to compile the Class Library and use the TLB file in...
|
|
|
|