TECHNOLOGY
Overview
Migrating a VB6 application in
10 easy steps
Comparing with
Upgrade Wizard
Support library and
code maintainability
RESOURCES
A smart approach to ActiveX control conversion
Estimate migration costs
White Papers
DOWNLOADS
VB6 Bulk Analyzer
Book Chapters
Code Samples
SUPPORT
FAQ
Manual
Knowledge base
Troubleshooting
Customers say
SERVICES
Get free advice
VB Migration Services
Testimonials
CONTACTS
The company
Write us
KNOWLEDGE BASE -
VB Keywords
Index
|
Next
Debug.Print
The Debug.Print method must be converted to either
Debug.Write
or
Debug.WriteLine
, depending on whether the original VB6 statement has a trailing semicolon.
Index
|
Next