July 2003
Intermediate to advanced
736 pages
16h 35m
English
Because migrating a really trivial application would be misleading and a really long application would easily consume dozens, perhaps hundreds, of pages, I picked a sample application to migrate. The application consists of a separate client and server and is available with MSDN. (You will need to have MSDN for Visual Studio 6 installed, or you can acquire a copy of the source code from Microsoft to repeat the steps described here.)
| Name | Comments |
|---|---|
| OLE Container Control | Leave it behind. |
| Dynamic Data Exchange (DDE) | Consider using the SendMessage API method. |
| DAO or RDO | Consider upgrading to ADO in VB6 or ADO.NET in VB .NET. (You can use regular ADO in .NET through ... |
Read now
Unlock full access