No announcements
Found 2010325 threads
-
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 | 1224 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
What is the equivalent for this in VB.NET
/* this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new ...Answered | 3 Replies | 3308 Views | Created by Bharath S - Friday, October 22, 2010 9:39 AM | Last reply by Andrew Morton - Friday, October 22, 2010 11:37 AM -
0 Votes
vb.net equivalent
I like to program if you could call what I do programming.Answered | 3 Replies | 646 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
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 | 34673 Views | Created by Mike737Aviator - Tuesday, August 8, 2006 1:45 AM | Last reply by Mike737Aviator - Tuesday, August 8, 2006 4:14 AM -
2 Votes
vb.net equivalent
Editor_Init(s, args, e.PropertyEditor.Editor)); } else if (e.PropertyEditor is ASPxLookupPropertyEditor) { ASPxLookupPropertyEditor ...Answered | 13 Replies | 1107 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 -
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 | 540 Views | Created by KannanSakkarai - Thursday, August 11, 2016 9:07 AM | Last reply by Cor Ligthert - Thursday, August 11, 2016 9:18 AM -
1 Votes
vb.net equivalent of c# statement
Hi What is the vb.net equivalent of this c# statement?Answered | 1 Replies | 1588 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 -
2 Votes
Equivalent of "Unchecked" keyword \expression in VB.NET
But that's not what i was looking for.Answered | 13 Replies | 16222 Views | Created by Vipins - Thursday, April 8, 2010 1:33 PM | Last reply by Kareninstructor - Tuesday, March 3, 2015 10:30 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 | 641 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 -
0 Votes
what is equivalent vb.net functions of VB6.PixelsToTwipsX() of vb6.0?
intAppWidth = frmMain.ClientRectangle.Width intAppHeight = frmMain.ClientRectangle.Height Your answers will be in pixels, which is ...Answered | 5 Replies | 14684 Views | Created by Vsbabu - Sunday, November 25, 2007 10:15 AM | Last reply by Zloth - Monday, November 26, 2007 6:03 PM -
1 Votes
Equivalent code in VB.net
read your post again...the equivalent code in vb.net....Answered | 8 Replies | 2610 Views | Created by cospow - Tuesday, December 29, 2009 12:18 PM | Last reply by Levi Domingos - Tuesday, December 29, 2009 9:21 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 | 2463 Views | Created by itm - Thursday, August 1, 2013 1:29 PM | Last reply by Magnus (MM8) - Thursday, August 1, 2013 2:09 PM -
1 Votes
*Pointers, using stackalloc inside functions, need quick explanation to a weird behavior
What is this course you are taking?Answered | 20 Replies | 5334 Views | Created by eguneys - Friday, April 3, 2009 4:46 PM | Last reply by Matthew Watson - Tuesday, April 7, 2009 8:47 AM -
0 Votes
What is the VB equivalent to this C# code?
C# to VB.NET: http://www.developerfusion.com/tools/convert/csharp-to-vb/Answered | 4 Replies | 2025 Views | Created by Abdul A. Ali - Tuesday, November 15, 2011 12:59 PM | Last reply by cheong00 - Wednesday, November 16, 2011 6:27 AM -
3 Votes
C# Equivalent of "To" statement, "Friend with events" and "Stopwatch" in VB.NET
") { // Code goes here } This is what the error says.Answered | 6 Replies | 7152 Views | Created by Shadow_69_91 - Monday, August 16, 2010 6:37 AM | Last reply by mrkevlar - Monday, August 16, 2010 8:24 AM -
1 Votes
Equivalent to the while not statement in vb.net?
The problem is I don't want to convert vb.net code to c#.Answered | 4 Replies | 2651 Views | Created by Shadow_69_91 - Friday, July 16, 2010 12:46 PM | Last reply by Shadow_69_91 - Friday, July 16, 2010 1:04 PM -
3 Votes
VB.Net equivalent of VB6 code which are obsolete.
" Eg: Dim g As Graphics = Me.CreateGraphics() With what can I replace the "Me".Answered | 6 Replies | 18893 Views | Created by Simran Kaur - Monday, August 30, 2010 6:16 AM | Last reply by Simran Kaur - Friday, September 17, 2010 8:13 AM -
0 Votes
vb.net equivalent of c# expression
Hi What is the vb.net expression of this c# expression please?Answered | 4 Replies | 1875 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 -
5 Votes
What is C#'s equivalent for VB's "IsDbNull"?
My suggestion: If you're doing a language conversion (vb.net to somethingElse.net), then you will have many iterations of replacing vb.net's global [object] functions with ...Answered | 10 Replies | 73760 Views | Created by Tom_LIU2 - Monday, June 19, 2006 3:44 AM | Last reply by aptdude - Monday, April 2, 2012 2:19 PM -
1 Votes
VB6 Winsock VB.Net Equivalent
- slightly modified on what you sent, but I can see events on the system and also send commands and they work.Answered | 18 Replies | 6461 Views | Created by masevans - Friday, September 2, 2016 8:18 AM | Last reply by Reed Kimble - Tuesday, September 6, 2016 11:51 AM - Items 1 to 20 of 2010325 Next ›
No announcements