# How effective is the VB6 AI Migrator tool at converting an application's front end?

The VB6 AI Migrator actually does an outstanding job when upgrading the applications front end, thanks to the considerations taken like:

1. Successful default properties extraction from the original VB6 controls
2. Use of inherent .NET controls and constructions, which ensures the resulting graphical front-end will look as natural as possible
3. Absence of a proprietary runtime, which elevates the code maintainability and eases the process of future additions to the existing front end
4. Clever implementations of upgrade issues like control arrays and default properties resolution even in late-bound usages
5. Extensibility model that allows the tool to adapt to particular code patterns and programming techniques

Also, during the conversion process, the VB6 AI Migrator will display all the conflicts and issues related to references or 3rd party libraries and other resources.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/vbuc/knowledge-base/faq/how-effective-is-the-vb6-ai-migrator-tool-at-converting-an-applications-front-end.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
