How to Convert Code from VB to C++?

Let’s learn how to Convert Code from VB to C++. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

Can i Convert VB code to C++ code

Can I convert my VB code to C++? How can I do it? This is my VB code: Dim OpenFileDialog1 As New OpenFileDialog With OpenFileDialog1 .CheckFileExists = True .ShowReadOnly = False .Filter = "All Files|*.*|Bitmap Files (*)|*.bmp;*.gif;*.jpg" .FilterIndex = 2 If .ShowDialog = DialogResult.OK Then ' Load the specified file into a PictureBox control. PictureBox1.Image = Image.FromFile(.FileName) End If End With

Answer:

Well you can convert it to C++, and using a graphical library might be the easiest way to do so. I recommend...

Read more

shubu at Stack Overflow Mark as irrelevant Undo

Other solutions

Are there any Visual FoxPro code conversion products that would convert to C# or VB.NET code?

Looking for third-party product that would convert VFP 9.0 code to newer platform without spending months of re-write.

Answer:

You cannot convert the code , you need to rewrite.

Read more

Brad M at Yahoo! Answers Mark as irrelevant Undo

How can I convert VB6 code to VB 2008?

ive tried opening a vb6 file with vb 2008 express and it failed, so is there anyway to do it without rewriting the code?

Answer:

Copy all the code from your VB6 project and into a new VB08 Project. Then edit out any errors you get...

Read more

Jeff at Yahoo! Answers Mark as irrelevant Undo

Answer:

C# EXAMPLE String text="My sample data"; System.Text.ASCIIEncoding encode=new System.Text...

Read more

wiki.answers.com Mark as irrelevant Undo

I want a convertor that convert easy basic code into vb. plz help!!!?

i have code written in easy basic programming and i want to convert them into vb code, plz help

Answer:

From what I know about both languages, you won't find one. They're not very similar. Try doing it yourself...

Read more

QDGJGAU2ZHMSWOV6GIV7RPEUOA at Yahoo! Answers Mark as irrelevant Undo

Answer:

Originally, a full version of Adobe's Acrobat application was required to create PDF (Portal Document...

Read more

wiki.answers.com Mark as irrelevant Undo

Answer:

You will need a PDF server running somewhere that can be accessed by your VB code. It will need to be...

Read more

wiki.answers.com Mark as irrelevant Undo

How can i convert the name of web form into Hexadecimal using ASP.net in VB.net Code?

Example http://localhost/index.aspx into http://localhost/1aanjdhfioas%index%qewqf65456.aspxa123affrgert just like that. Thank you and Have a nice day

Answer:

I assume that you want to Encode the URL... try this... Dim s As String = HttpUtility.UrlEncode( "...

Read more

AV3LUPF7PJN2A4GRIVDYBPWL6U at Yahoo! Answers Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.