No announcements
Found 2496185 threads
-
1 Votes
How to passed Reference parameter to WinRT component by C#?
2 clarifications: - You cannot pass reference parameters.Answered | 2 Replies | 3942 Views | Created by istring - Tuesday, October 9, 2012 9:12 AM | Last reply by Marian Luparu - Thursday, November 8, 2012 7:04 PM -
5 Votes
Parameters use in init methods
No, there is no other way to pass parameters into form objects.Answered | 3 Replies | 2657 Views | Created by damezumari - Wednesday, July 11, 2012 10:34 PM | Last reply by Olaf Doschke - Friday, July 13, 2012 3:19 PM -
1 Votes
How to pass an Object to a Method designed by somebody else?
If you copy the complex object ( or anything really ) onto the clipboard then why can't your method just grab whatever you have in the clipboard?Answered | 2 Replies | 507 Views | Created by Travis Banger - Sunday, December 7, 2014 5:52 AM | Last reply by Andy ONeill - Sunday, December 7, 2014 10:51 AM -
0 Votes
Enforcing implementation of static method in inherited class?
CarName must be an instance property.Answered | 3 Replies | 4679 Views | Created by BryanCC - Monday, October 12, 2009 3:53 PM | Last reply by nobugz - Monday, October 12, 2009 5:18 PM -
1 Votes
Passing Properties before opening a Form Fails
Its got me really stumped!!!Answered | 7 Replies | 4400 Views | Created by SquireDude - Monday, March 1, 2010 10:02 PM | Last reply by SquireDude - Tuesday, March 2, 2010 5:20 PM -
8 Votes
c# default parameters to a method
I'm not really sure I see what you're getting at here.Answered | 11 Replies | 8041 Views | Created by gilit2 - Monday, June 6, 2011 4:47 PM | Last reply by Louis.fr - Friday, June 10, 2011 4:23 PM -
1 Votes
Dynamically reference to Parameters
I still get the error, that the expression refers to a non-existing report parameter.Answered | 10 Replies | 5174 Views | Created by apoptygma - Sunday, January 9, 2011 2:58 PM | Last reply by Dan Guzman - Thursday, January 13, 2011 1:52 PM -
1 Votes
Passing UserControl as Function/Method Parameter
Removed the ref from both the method and the method call, and now it builds and runs.Answered | 6 Replies | 1301 Views | Created by Jarppi du Plessis - Monday, May 6, 2013 1:37 PM | Last reply by Jarppi du Plessis - Monday, May 6, 2013 2:48 PM -
0 Votes
Compiled Parameter Value when Parameter type is 'ntext'
Does SQL Store the compiled parameter value when the parameter data type is ntext?Answered | 4 Replies | 891 Views | Created by MTHumphrey - Saturday, October 25, 2014 11:03 PM | Last reply by Cheer08 - Tuesday, October 28, 2014 11:23 AM -
0 Votes
Passing Event Handles to methods
and so can the receiving method take just HANDLE as its parameter, or something else?Answered | 1 Replies | 455 Views | Created by Jy_13 - Friday, January 29, 2016 2:19 PM | Last reply by Igor Tandetnik - Friday, January 29, 2016 3:27 PM -
1 Votes
Pass generic in method parameter?
I did move the type parameter from the method Calculate to the interface IFitness, which is usually (but not always) a better match to requirements.Answered | 3 Replies | 949 Views | Created by wapt49 - Sunday, December 9, 2012 2:30 PM | Last reply by Pieter Geerkens - Sunday, December 9, 2012 3:17 PM -
9 Votes
Parameter passing question
What’s the underlying mechanism about pass parameter?Answered | 18 Replies | 3892 Views | Created by MaDFroG20091013 - Wednesday, November 11, 2009 2:30 AM | Last reply by MaDFroG20091013 - Saturday, November 14, 2009 10:38 AM -
1 Votes
Passing parameters to a Method
check(textBox1, out num1 )) return; //num4 = (decimal)14.1258 / (decimal)7.4; num3 = num1 % 2; if (num3 == 0) { textBox3.Text = "The ...Answered | 4 Replies | 2282 Views | Created by T.Gahan - Thursday, June 10, 2010 1:12 PM | Last reply by T.Gahan - Friday, June 11, 2010 9:46 AM -
2 Votes
Quirk In Passing A Combobox and Listbox as a Parameter
My user doesn't like to use tables, so I modified your approach to use a range and had to build the worksheet reference and "!Answered | 6 Replies | 5769 Views | Created by RichLocus - Wednesday, January 30, 2013 5:12 PM | Last reply by Syswizard - Friday, February 1, 2013 8:45 PM -
3 Votes
Report doesn't pass values to query's parameters
Report Builder doesn't accept parameters and give errors 2.Answered | 21 Replies | 3635 Views | Created by Michele Carfora - Tuesday, June 19, 2012 5:16 PM | Last reply by Michele Carfora - Wednesday, June 20, 2012 3:58 PM -
0 Votes
Passing Parameters in a query
Just for clarity, this is a method I use regularly.Answered | 5 Replies | 3339 Views | Created by vivification - Wednesday, March 28, 2012 1:44 AM | Last reply by Martina White - Monday, April 23, 2012 11:32 AM -
8 Votes
GetNavigationState doesn't support serialization of a parameter type which was passed to Frame.Navigate.
If you pass an object as a parameter, an entry in the frame's navigation stack holds a reference on the object until the frame is released or that entry is ...Answered | 11 Replies | 10310 Views | Created by ryan.w.li - Friday, May 25, 2012 1:37 AM | Last reply by Ashish Nirkhe - Friday, June 28, 2013 10:19 PM -
0 Votes
out parameter without a method
That is not a out Parameter.Answered | 3 Replies | 772 Views | Created by amigo 1 - Wednesday, July 31, 2013 5:54 AM | Last reply by cheong00 - Wednesday, July 31, 2013 7:32 AM -
6 Votes
Difference between Ref and Reference.
ref also comes with the stipulation that the variable must be initialized before passing it into the function.Answered | 9 Replies | 1394 Views | Created by SURYA KANT NAYAK - Friday, July 31, 2015 11:21 AM | Last reply by SURYA KANT NAYAK - Tuesday, August 4, 2015 6:00 AM -
0 Votes
Lambda expression as method parameter
you don't specify any types, and C# is a typed language And I don't understand how you expect the compiler to get the parameters into the ...Answered | 3 Replies | 725 Views | Created by Jon Q Jacobs - Friday, March 13, 2020 5:11 PM | Last reply by Jon Q Jacobs - Friday, March 13, 2020 6:13 PM
No announcements