Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / August 2005

Tip: Looking for answers? Try searching our database.

How to Translate the Code?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JoseTA - 09 Aug 2005 16:52 GMT
Hi

The following source is written in VB. Now I want to covert this source code
to VC++ .NET. Could you please try to do this translation someone who have
knowledge in VB and C++?

Function Convert(ByVal MyNumber)
 Dim DecimalPlace, Temp
 
 DecimalPlace = InStr(MyNumber, ".")

 Temp = Left(Mid(MyNumber, DecimalPlace + 1) & "00", 2)
 .
 .
 .
End Function

Thanks in advance
Jose

 
Cowboy (Gregory A. Beamer) - MVP - 09 Aug 2005 18:19 GMT
I would look at Lutz Roeder's Reflector. I am not sure if it decompiles
assemblies to C++, but I know it does C#, VB.NET and Delphi. It is worth a
shot.

Signature

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

> Hi
>
[quoted text clipped - 17 lines]
>
>  
JoseTA - 10 Aug 2005 08:29 GMT
Hi

Thanks. I need a VC++.NET function for the InStr() and Mid() function of VB.

Jose

> I would look at Lutz Roeder's Reflector. I am not sure if it decompiles
> assemblies to C++, but I know it does C#, VB.NET and Delphi. It is worth a
[quoted text clipped - 21 lines]
> >
> >  

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.