|
Browse by Tags
All Tags » C# » .NET General Tip ( RSS)
-
|
I’m an enthusiastic user of DXCore and I have been working on some extensions of my own. But I could not find the DXCore or DevExpress menu. Well there is a hack for that . Please invoke the Registry editor, add the "HideMenu" DWORD value to...
|
-
|
.NET has been around for quite a while. According Wikipedia it has been around since on 3 April 2003 . So now there exist applications developed for .NET Framework 1.0 or 1.1 and people need to migrate them to Framework 2.0 or Framework 3.5. It...
|
-
|
I was looking for a “.net” way of detecting the CapsLock state, but almost all the references pointed to pinvoke code like: <DllImport("user32.dll")> _ Public Shared Function GetKeyState(VirtKey As Integer) As Integer End Sub And I finally...
|
-
|
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...
|
-
|
Some time ago Jose Aguilar had blogged about the Interesting Behavior of TabIndex in Migrated Applications . As he explained at the time there are functional differences between the TabIndex behaviour in VB6 If you look at Figure1. Figure 1. This image...
|
-
|
Recently I discovered in MSDN a great addition, a must to for all C# developers. CodeRush Express. This product was build by DevExpress and it just make it perfect your experience with Visual Studio. For example finding symbols or files, tabbing...
|
-
|
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...
|
-
|
Here is some examples of how to determine the WeekNumber of a given Date using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main( string [] args) { object index = DateTime.Now;...
|
-
|
As vb6 migration experts in our company we deal everyday with a lot of issues around Interop and serialization. One important thing to note is the concept of “Bittable Types”. I’m not making up terms. Those terms actually exist. Just see this link in...
|
-
|
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...
|
-
|
This post shows a way to calculate the number of weeks. Remember that this calculation is culture-dependant For example the GetWeekOfYear methods requires a criteria to determine how to determine the first week and which day to consider as FirstDayOfWeek...
|
-
|
COM The idea is to make a class or several classes available thru COM. Then the compiled dll or the TLB is used to generate and Interop Assembly and call the desired functions. With this solution the current C++ code base line can be kept or might require...
|
-
|
Most people migrating their application want to move ahead and take advantage of new technologies and new operating systems. So if you had a VB6 application and you migrated it with us to .NET we will recommend and automate the process to use ADO.NET...
|
-
|
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...
|
More Posts Next page »
|
|
|