|
Browse by Tags
All Tags » .NET ( RSS)
-
|
In VB6 when you have an ActiveX Library it was very important to use the BinaryCompatibility setting to make sure that your applications did not break after a change. So let’s first introduce what is binary compatibility and how to accomplish that in...
|
-
|
AutoCAD 2010 will not be supporting VBA . Quoting “If you utilize VBA macros in your work environment, they will no longer work unless the VBA module is installed on your system. “ “When you run a command that requires VBA, a message dialog box will be...
|
-
|
During a migration from a FlexGrid to a DataGridView, we encountered a situation where the HorizontalScrollBar did not show. I found many suggestions like setting a MinimumColWidth value for all columns, etc. But it wasn’t until my friend Jesus added...
|
-
|
In VB6 ActiveX-EXEs or ActiveX OLE Server where used for several reasons. Sometimes it was performance (because it allowed you to run your code in another process) and sometimes as way to share resources between several applications, like connection information...
|
-
|
To be able to catch popup windows and open them in your own window you have to manage WebBrowser events like NewWindow2. But how do you do that in WPF? Well it isn’t really that difficult. These are the steps that you have to follow: 1. Add a COM reference...
|
-
|
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...
|
-
|
In a previous post , i had published an “Extended Version” of the WebBrowser control that gave you access to events like the NewWindow2. This event that is not public in the common WebBrowser control allows you to intercept the NewWindow event but gives...
|
-
|
This is an interesting workaround that you can use to support the migration of ActiveX Documents with the Artinsoft VBUM. DOWNLOAD TOOL With this tool you can fix your projects, so they are supported by the the Artinsoft Migration Tool. Just run the tool...
|
-
|
The WebBrowser control for .NET is just a wrapper for the IE ActiveX control. However this wrapper does not expose all the events that the IE ActiveX control exposes. For example the ActiveX control has a NewWindow2 that you can use to intercept when...
|
|
|
|