Frequently Asked Questions

 

Q) How to receive the statistical information about original VB6 project?
A) Please see www.vbto.net/GetStats.html

Q) Which kinds of objects does VBto Converter support for conversion from VB forms into appropriate VC++, VBNET, C#, Builder, Delphi resources?
A) The VBto Converter application currently converts about 30 kinds of Visual Basic 6.0 objects.  These objects include:

 

Form

MDIForm

Menu

Toolbar

Frame

SSTab

Label

TextBox

UpDown

SpinButton

CommandButton

StatusBar

CheckBox

OptionButton

ComboBox

ListBox

ListView

TreeView

PictureBox

Image

ImageList

Slider

ProgressBar

HScrollBar

VScrollBar

Shape

Line

CommonDialog

Timer

DriveListBox

DirListBox

FileListBox

TabStrip  

Any registered ActiveX

 

 

 

Development continues to extend this list of supported objects.  You should always check this site for updates to your registered version!

 

If you have a registered version and you need to convert some special objects which are not supported at present, we could modify VBto Converter specially for you!

 

Q) Which properties are supported by VBto Converter?
A) We currently support most primary properties.  These include:

 

Name

Caption

Text

Tag

List

ItemData

Left

Top

Width

Height

Index

TabIndex

TabStop

Enabled

Visible

Locked

Orientation

Min

Max

Value

MultiLine

TickFrequency

TickStyle

LargeChange

SmallChange

Increment

Style

TabHeight

Alignment

Align

BorderStyle

ShowInTaskbar

MinButton

MaxButton

ControlBox

Sorted

Checked

FillStyle

X1

Y1

X2

Y2

FilterIndex

StartUpPosition

BackStyle

MultiSelect

SelectRange

SelStart

SelLength

Scrolling

Wrap

BorderWidth

Interval

Appearance

Tab

View

GridLines

FullRowSelect

Checkboxes

ImageWidth

ImageHeight

HideSelection

LineStyle

SingleSel

Scroll

MinWidth

NumPanels

Bevel

HotTracking

LabelEdit

AutoSize

WordWrap

UseMaskColor

ImageIndex

Shape

MixedState

Flags

Stretch

Weight

Italic

Underline

Strikethrough

TextSave

BuddyControl

DialogTitle

InitDir

FileName

DefaultExt

Filter

SimpleText

Shortcut

BackColor

FillColor

BorderColor

ForeColor

ToolTipText

MaskColor

Picture

Key

ImageList

Size

OleObjectBlob

 

As with the objects, the list of supported properties will be extended as development continues on VBto Converter.  We also plan to release a report soon that lists properties that are not converted.

 

Q) Are there limitations for unregistered version of the application?
A) Yes.  The unregistered version is restricted.  Not all objects of a form are converted and stored in output files (they are selected randomly).

 

Q) Are there discounts for upgrading versions?  
A) Yes, upgrades are free up to Version 2.99.  There will be a small fee to upgrade to Version 2.* from any Version 1.* product.

 

Q) Is it possible for VBto Converter to add a form, extracted from a current VB6 project, into an already existing VC++ project?
A) Yes!  The VBto Converter simply adds the new form to the existing project.  VBto Converter makes all necessary modifications to your existing resource.rc, resource.h, and project.dsp files without changing your existing VC++ code.  

 

Q) Does VBto Converter convert arbitrary visual components such as ActiveX and COM?
A) Yes, but partially. Only registered components may be converted.  In the VC++ code, resources such as converted components are created as invisible static objects with some source code in the C++ files to include this component.  Appropriate #import directives are place in the Stdafx.h file.

 

Q) Which form will be the first (run at start up) in the created VC++ project?
A) When VBto Converter creates a new VC++ project, the first form will be the first form of the original VB6 project, or the first form from a list of converted forms.  If VBto Converter is adding code to an existing VC++ project, VBto Converter doesn't change the first form specified in the .dsp file. 

 

www.vbto.net