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 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...
shubu at Stack Overflow Mark as irrelevant Undo
Other solutions
Looking for third-party product that would convert VFP 9.0 code to newer platform without spending months of re-write.
Brad M at Yahoo! Answers Mark as irrelevant Undo
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...
Jeff at Yahoo! Answers Mark as irrelevant Undo
Answer:
C# EXAMPLE String text="My sample data"; System.Text.ASCIIEncoding encode=new System.Text...
wiki.answers.com Mark as irrelevant Undo
Answer:
The reason people say it's easier to learn your second programming language, is that the hard part for...
Anonymous at Answerbag.com Mark as irrelevant Undo
Pakiyo at Answerbag.com Mark as irrelevant Undo
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...
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...
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...
wiki.answers.com Mark as irrelevant Undo
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( "...
AV3LUPF7PJN2A4GRIVDYBPWL6U at Yahoo! Answers Mark as irrelevant Undo
Related Q & A:
- How to Convert a C++ Structure into C# Structure?Best solution by Stack Overflow
- How to convert a char array into an int in C++?Best solution by Stack Overflow
- How to convert xml to json in c#?Best solution by Stack Overflow
- How to convert this curl command in c#?Best solution by Stack Overflow
- How to convert Matlab .m file to C code?Best solution by mathworks.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.