No announcements
Found 1584529 threads
-
1 Votes
vb.net equivalent of c# statement
Hi What is the vb.net equivalent of this c# statement?Answered | 1 Replies | 1573 Views | Created by Y a h y a - Sunday, February 26, 2012 10:58 AM | Last reply by Cor Ligthert - Sunday, February 26, 2012 11:23 AM -
1 Votes
What is equivalent of stackalloc in VB.Net
I was trying to convert c# code to VB.Net and I could not find any equivalent of stackalloc in VB.Net.Answered | 6 Replies | 1186 Views | Created by Manoj.CM - Thursday, August 4, 2016 11:58 AM | Last reply by Manoj.CM - Friday, August 5, 2016 8:47 AM -
0 Votes
vb.net equivalent
Telerik converted it incorrectly while Tangibles free demo C# to VB converter converted it to just as you show it.Answered | 3 Replies | 623 Views | Created by Y a h y a - Friday, April 4, 2014 9:32 PM | Last reply by Mr. Monkeyboy - Saturday, April 5, 2014 11:16 AM -
3 Votes
C# Equivalent of "To" statement, "Friend with events" and "Stopwatch" in VB.NET
C# has an equivalent for() statement.Answered | 6 Replies | 7113 Views | Created by Shadow_69_91 - Monday, August 16, 2010 6:37 AM | Last reply by mrkevlar - Monday, August 16, 2010 8:24 AM -
0 Votes
vb.net equivalent of c# expression
Hi What is the vb.net expression of this c# expression please?Answered | 4 Replies | 1869 Views | Created by Y a h y a - Tuesday, January 10, 2012 3:17 AM | Last reply by Mike Feng - Wednesday, January 18, 2012 3:40 PM -
2 Votes
vb.net equivalent
Convert between VB, C#, C++, & Java (http://www.tangiblesoftwaresolutions.com) Instant C# - VB to C# ...Answered | 13 Replies | 1096 Views | Created by Y a h y a - Thursday, April 3, 2014 2:27 PM | Last reply by Franklin Chen - Thursday, April 10, 2014 10:17 AM -
2 Votes
Equivalent of "Unchecked" keyword \expression in VB.NET
When converting C# `checked` or `unchecked` keywords to VB.NET, if you still want simple and clean VB.NET code, then you really need to realize what is happening and recode ...Answered | 13 Replies | 16080 Views | Created by Vipins - Thursday, April 8, 2010 1:33 PM | Last reply by Kareninstructor - Tuesday, March 3, 2015 10:30 PM -
2 Votes
VB.NET equivalent of C# default(T)
C# "x is y" is equivalent to VB "TypeOf x Is y".Answered | 5 Replies | 9421 Views | Created by sandip_ray63in - Thursday, February 4, 2010 11:01 AM | Last reply by sandip_ray63in - Friday, February 5, 2010 6:03 AM -
1 Votes
Logical equivalent of Foreach in T-SQL
There is a difference between C# and SQL.Answered | 5 Replies | 26854 Views | Created by P.Brian.Mackey - Wednesday, August 5, 2009 3:44 PM | Last reply by Brian Tkatch - Friday, August 14, 2009 2:06 PM -
0 Votes
What is the equivalent for this in VB.NET
CTRL + K,C Having any Microsoft ref document for this?.Answered | 3 Replies | 3297 Views | Created by Bharath S - Friday, October 22, 2010 9:39 AM | Last reply by Andrew Morton - Friday, October 22, 2010 11:37 AM -
3 Votes
T-SQL Equivalent
try the below code select t.name,c.name from sys.tables t,sys.columns c where t.object_id = c.object_id and c.name like ...Answered | 3 Replies | 3149 Views | Created by czarvk - Tuesday, August 2, 2011 8:20 PM | Last reply by Surendra Nath GM - Tuesday, August 2, 2011 8:35 PM -
1 Votes
delegate vb.net equivalent
item.ControlCreated += Sub(sender As Object, e As EventArgs) End Sub Hello Mr.MonkeyBoy: But I'm afraid this isn't ...Answered | 4 Replies | 617 Views | Created by Y a h y a - Wednesday, October 9, 2013 12:12 AM | Last reply by ThankfulHeart - Wednesday, October 9, 2013 1:20 AM -
3 Votes
StrPtr Equivalent in VB.NET
I'm new to using VB.NET, but I've been programming in VB for 25 years.Answered | 3 Replies | 34500 Views | Created by Mike737Aviator - Tuesday, August 8, 2006 1:45 AM | Last reply by Mike737Aviator - Tuesday, August 8, 2006 4:14 AM -
2 Votes
C# Equivalent of C++ linked List
What class library are you using in C++?Answered | 2 Replies | 5218 Views | Created by Gopala Krishna - Sunday, August 1, 2010 1:26 PM | Last reply by pvdg42 - Sunday, August 1, 2010 1:45 PM -
0 Votes
what is the equivalent to vb modules in c#
There is no real equivalent of a VB.Net module in C#, a longer answer can be found ...Answered | 1 Replies | 2375 Views | Created by itm - Thursday, August 1, 2013 1:29 PM | Last reply by Magnus (MM8) - Thursday, August 1, 2013 2:09 PM -
0 Votes
Equivalent code for VB6.SetDefault() in VB.NET
Hi, I migrated one of the VB6 application to VB.NET, Framework 4.5.Answered | 1 Replies | 512 Views | Created by KannanSakkarai - Thursday, August 11, 2016 9:07 AM | Last reply by Cor Ligthert - Thursday, August 11, 2016 9:18 AM -
0 Votes
c++ to vb.net DLL Import
What I do not know is what is the equivalent of "Handler" to VB.NET in order to create the appropriate import.Answered | 6 Replies | 2246 Views | Created by Mike_Sfd - Monday, May 29, 2017 12:43 PM | Last reply by Mike_Sfd - Friday, June 2, 2017 7:22 AM -
0 Votes
t-sql equivalent to substring from the right/instring?
Have a look at CHARINDEX, this is basically the T-SQL versino of InString.Answered | 3 Replies | 6019 Views | Created by CoderDonna - Monday, May 10, 2010 7:19 PM | Last reply by Gert-Jan Strik - Monday, May 10, 2010 9:50 PM -
1 Votes
Equivalent code in VB.net
read your post again...the equivalent code in vb.net....Answered | 8 Replies | 2597 Views | Created by cospow - Tuesday, December 29, 2009 12:18 PM | Last reply by Levi Domingos - Tuesday, December 29, 2009 9:21 PM -
4 Votes
Equivalent of C++'s Class Templates
What is the equivalent of C++'s Class Templates in C#?Answered | 3 Replies | 935 Views | Created by Jeff0803 - Saturday, October 10, 2015 10:12 PM | Last reply by Wyck - Sunday, October 11, 2015 5:07 PM - Items 1 to 20 of 1584529 Next ›
No announcements