No announcements
Found 1265124 threads
-
0 Votes
C# convert Vb to C#
Hi, in ...Answered | 2 Replies | 4038 Views | Created by GopherNZ - Saturday, March 19, 2011 10:34 PM | Last reply by Thorsten Gudera - Saturday, March 19, 2011 11:23 PM -
1 Votes
How Convert VB to C#
If you already have it in VB.Net, you don't need to convert anything.Answered | 6 Replies | 14236 Views | Created by Fredy68 - Tuesday, June 21, 2016 3:54 PM | Last reply by DotNet Wang - Tuesday, June 28, 2016 9:22 AM -
0 Votes
Converting VB code to C#
Not quicker, but more concise: studentPassword = dob.Day.ToString("00") + dob.Month.ToString("00") + dob.Year.ToString().Substring(2, ...Answered | 7 Replies | 1627 Views | Created by JK95 - Saturday, October 3, 2015 9:46 PM | Last reply by Christopher84 - Sunday, October 11, 2015 9:06 PM -
4 Votes
Convert Val() of vb in c#
Convert between VB, C#, C++, & Java (http://www.tangiblesoftwaresolutions.com) Instant C# - ...Answered | 8 Replies | 6372 Views | Created by nikijain - Monday, August 20, 2012 3:02 PM | Last reply by Dave Doknjas - Thursday, July 12, 2018 1:59 PM -
0 Votes
Convert vb to c#
Forget about C# for the moment.Answered | 8 Replies | 3411 Views | Created by khushairy - Friday, March 29, 2013 8:29 AM | Last reply by khushairy - Monday, April 1, 2013 7:46 AM -
0 Votes
Converting C++ to VB
You can download a free C++ to Visual Basic Demo converter here http://www.tangiblesoftwaresolutions.com/Demo.htm When I tried it I copied that code into ...Answered | 1 Replies | 1256 Views | Created by Maya Key - Saturday, December 8, 2012 8:19 PM | Last reply by Mr. Monkeyboy - Saturday, December 8, 2012 10:06 PM -
2 Votes
Convert VB6.0 to .Net (vb or C#)
Good website to convert VB to C# .Net http://topc.somee.com/Answered | 9 Replies | 61169 Views | Created by Aniket.Malvankar - Monday, July 2, 2007 9:28 AM | Last reply by Mauricio Rojas - Thursday, May 19, 2011 5:27 PM -
2 Votes
convert Vb to C#
'foreach' variables must be declared in the control statement in C#: foreach (DataGridItem dgi in DataGrid1.Items) Convert between VB, ...Answered | 4 Replies | 5128 Views | Created by unseendreamzzz - Wednesday, April 11, 2012 11:48 AM | Last reply by Dave Doknjas - Wednesday, April 11, 2012 2:13 PM -
0 Votes
converting c# to vb code
I definitely agree with you that automatically "converted" code is often "not quite right", which is why I hate it when someone that's new to ...Answered | 3 Replies | 2287 Views | Created by sencs - Thursday, October 27, 2011 10:25 AM | Last reply by Yann Duran - Thursday, October 27, 2011 10:33 PM -
0 Votes
help to convert from VB to C#
Remember to check for null though: public static bool IsDate(object expression) { if (expression == null) return ...Answered | 6 Replies | 918 Views | Created by zleug - Wednesday, August 12, 2020 2:07 AM | Last reply by Dave Doknjas - Wednesday, August 12, 2020 1:32 PM -
0 Votes
Help Converting C# Code to VB
Thank you Adam, I just didn't understand how it was converting the data.Answered | 6 Replies | 3201 Views | Created by PEng1 - Tuesday, June 30, 2009 2:59 PM | Last reply by PEng1 - Tuesday, June 30, 2009 3:31 PM -
0 Votes
Converting from VB to C#
Convert between VB, C#, C++, and Java (http://www.tangiblesoftwaresolutions.com)Answered | 1 Replies | 3435 Views | Created by BBBSCoder - Saturday, December 13, 2008 9:55 PM | Last reply by Dave Doknjas - Saturday, December 13, 2008 11:19 PM -
0 Votes
convert a code from vb to c#
There are multiple online free tools available for code ...Answered | 1 Replies | 698 Views | Created by jaweher89 - Thursday, February 18, 2016 3:36 PM | Last reply by bahushekh - Thursday, February 18, 2016 4:03 PM -
0 Votes
'Err.Number' in VB convert to C# Help!
you can write your above code like: int id; int ...Answered | 1 Replies | 4073 Views | Created by mxstar45 - Tuesday, July 13, 2010 12:19 PM | Last reply by Ashish Khandelwal - Tuesday, July 13, 2010 12:27 PM -
0 Votes
Convert code vb to C#
you can use the tool to convert the code. but when you have converted, please check the code logic.Answered | 4 Replies | 914 Views | Created by nqt2812 - Monday, August 1, 2016 9:41 PM | Last reply by Hart Wang - Thursday, August 4, 2016 2:32 AM -
1 Votes
how to convert this from C# to vb?
The code you posted is not valid C# code - you have closing braces that don't have matching opening braces - you can't expect a code converter to deal with this.Answered | 5 Replies | 3529 Views | Created by devilActs - Saturday, December 31, 2011 7:22 AM | Last reply by Dave Doknjas - Saturday, December 31, 2011 10:48 PM -
0 Votes
Convert Code From C# to VB
The advices to convert this to VB you already got.Answered | 5 Replies | 1289 Views | Created by lilloc1552 - Tuesday, October 2, 2012 2:40 PM | Last reply by lilloc1552 - Tuesday, October 2, 2012 4:47 PM -
2 Votes
convert from c# to VB Net
Hi, [you maybe should change the type of this thread to Question] after fixing the typo in var myEntity = new MyEntity(): //should ...Answered | 3 Replies | 494 Views | Created by EdemFlo - Monday, February 20, 2017 10:52 AM | Last reply by Ed Price - MSFT - Monday, February 20, 2017 7:41 PM -
0 Votes
Convert Source Code (Point) from VB to C#
You just need to know the syntax for arrays in C# Point[] crossingLine = new Point[2]; crossingLine[0] = new Point(1, 2); // ...Answered | 4 Replies | 391 Views | Created by Rahmatullah Arrizal - Tuesday, August 9, 2016 3:23 PM | Last reply by Rahmatullah Arrizal - Tuesday, August 9, 2016 4:04 PM -
4 Votes
convert to VB
Jordan, This line in your code is still C# (with the semicolon removed) :-) I would write it like AddHandler Item.Selected, AddressOf ...Answered | 8 Replies | 3789 Views | Created by zleug - Wednesday, July 6, 2011 9:32 PM | Last reply by - Thursday, July 7, 2011 12:29 PM - Items 1 to 20 of 1265124 Next ›
No announcements