No announcements
Found 1488412 threads
-
1 Votes
What does assigning a function to $null variable mean and what is equivalent in C#
In C#, you just choose to not put the return value into a variable just like you have done.Answered | 1 Replies | 1359 Views | Created by newbiems - Monday, July 8, 2013 3:57 PM | Last reply by Marcus Rangell - Monday, July 8, 2013 4:07 PM -
2 Votes
C# Equivalent of C++ linked List
What class library are you using in C++?Answered | 2 Replies | 5435 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
C# equivalent to timeval structure
I'm porting some code from C++, to C#.Answered | 2 Replies | 2733 Views | Created by ajellisuk78 - Friday, April 26, 2013 11:51 AM | Last reply by ajellisuk78 - Friday, April 26, 2013 2:44 PM -
1 Votes
how to return the equivalent of a C# Tuple<A,B> from a function?
How can I return two variables from a function?Answered | 3 Replies | 1375 Views | Created by Steve Richter - Friday, January 4, 2013 2:57 PM | Last reply by Mike Danes - Friday, January 4, 2013 3:20 PM -
0 Votes
There is any CString Right() equivalent function in std::string?
R-VR wrote: Is there any equivalent function in std::string for CString right() function.Answered | 3 Replies | 7390 Views | Created by R-V-R - Friday, September 7, 2012 5:40 AM | Last reply by Igor Tandetnik - Friday, September 7, 2012 12:33 PM -
0 Votes
C# Equivalent of following vb6 function
string path = @"c:\temp\MyTest.txt"; if (!Answered | 1 Replies | 733 Views | Created by Pratik Kothari02 - Wednesday, May 8, 2013 5:58 AM | Last reply by RohitArora - Wednesday, May 8, 2013 6:17 AM -
0 Votes
CursorLocation Property equivalent in C#.
The .NET equivalent depends on the usage of the cursors.Answered | 2 Replies | 1320 Views | Created by Abhimanyu Tandon - Monday, March 14, 2016 9:18 AM | Last reply by CoolDadTx - Monday, March 14, 2016 2:16 PM -
1 Votes
C# equivalent of Sql IfNull()
I think the titles says it, I'm looking for the C# equivalent of the sql IfNull() fucntion, I need to return a certain string but if that string is empty, I want to return ...Answered | 6 Replies | 5452 Views | Created by bg1987 - Saturday, May 2, 2009 4:00 PM | Last reply by JohnGrove - Saturday, May 2, 2009 8:18 PM -
0 Votes
Consume WinJS.Promise (or equivalent) in C++ code
But if we want to call JS function, we can use create a event in C++ and then add listen a function for this event.Answered | 3 Replies | 1990 Views | Created by Ghostrider-13 - Tuesday, October 16, 2012 7:21 PM | Last reply by Jesse Jiang - Thursday, October 18, 2012 5:36 AM -
4 Votes
Equivalent of C++'s Class Templates
What is the equivalent of C++'s Class Templates in C#?Answered | 3 Replies | 1122 Views | Created by Jeff0803 - Saturday, October 10, 2015 10:12 PM | Last reply by Wyck - Sunday, October 11, 2015 5:07 PM -
1 Votes
vb.net equivalent of c# statement
Hi What is the vb.net equivalent of this c# statement?Answered | 1 Replies | 1757 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
C# Equivalent of Java Classes
I need to work on converting some objects from Java to C# and would like to know what the C# equivalent for the following Java classes are please.Answered | 1 Replies | 3622 Views | Created by Kobojunkie - Wednesday, September 16, 2009 3:13 AM | Last reply by Ron.Whittle - Wednesday, September 16, 2009 3:19 AM -
3 Votes
equivalent of strlen in C#
However, if the C pre-processor is being used (because the string is hard-coded into a C/C++ code file) then the C pre-processor will ...Answered | 17 Replies | 17449 Views | Created by jmgreen7 - Monday, April 25, 2011 11:59 AM | Last reply by jmgreen7 - Monday, April 25, 2011 5:11 PM -
1 Votes
What library is javascript eval C# equivalent?
For C# equivalent of javascript's eval, you may also want to read this blog: An Eval Function for C# using JScript.NET ...Answered | 3 Replies | 6870 Views | Created by JJTD - Monday, December 20, 2010 9:56 PM | Last reply by eryang - Tuesday, December 21, 2010 3:00 AM -
1 Votes
Finding .Net equivalent of Win32 functions and areas
I still encounter many general areas of Win32 functionality in which I search for an equivalent .Net namespace which might cover it, but it is a tedious task ...Answered | 8 Replies | 4550 Views | Created by eldiener - Tuesday, February 2, 2010 4:14 AM | Last reply by eldiener - Wednesday, February 3, 2010 5:53 PM -
0 Votes
In C# is there a equivalent Method of the "Like" of VB?
Long time since VB but would not Regex class give you the same functionality?Answered | 3 Replies | 1193 Views | Created by hopedream - Wednesday, May 14, 2014 2:41 AM | Last reply by hopedream - Wednesday, May 14, 2014 7:48 AM -
0 Votes
EMONTH equivalent function in sql 2008
I wrote up the different solutions and added them to the following blog entry since it follows one of my favorite blogging themes of solving problems in multiple ways using SQL Server & ...Answered | 8 Replies | 7597 Views | Created by Manesar - Wednesday, September 11, 2013 8:00 PM | Last reply by Jeff Moden - Saturday, November 2, 2019 11:59 PM -
3 Votes
createobject("mappoint.application)
What about CreateObject("MapPoint.Application.NA") ??Answered | 14 Replies | 7992 Views | Created by Gerald Foote - Thursday, June 15, 2006 5:24 PM | Last reply by JED03110 - Wednesday, September 26, 2007 8:24 PM -
0 Votes
Error using CreateObject("Outlook.Application")
Hello Loubriel, First of all, I have noticed the following line of code where you create a new Application instance: If objNS Is Nothing Then bjOutlook ...Answered | 2 Replies | 1859 Views | Created by Loubriel - Friday, September 2, 2016 9:33 PM | Last reply by David_JunFeng - Monday, September 5, 2016 5:42 AM -
4 Votes
CreateObject with x64 dll
Then the last option is to re-write the code in C# and build the exe.Answered | 13 Replies | 6401 Views | Created by DevNC - Friday, July 22, 2011 10:21 AM | Last reply by DevNC - Thursday, July 28, 2011 7:25 AM
No announcements