No announcements
Found 3723876 threads
-
1 Votes
[WPSL][C#] How to derive from the Hub class?
Like what package or packages should I install through nuget and how exactly do I derive the server side class from Panorama.Answered | 6 Replies | 517 Views | Created by Clint William Theron - Thursday, October 22, 2015 9:29 AM | Last reply by mcosmin - Monday, October 26, 2015 7:12 PM -
0 Votes
Derive a class from two concrete class in C#
Based on my understanding your issue was wanted to let one class inherit two conrete class.Answered | 3 Replies | 3310 Views | Created by Anita Tadhani - Friday, June 4, 2010 1:43 PM | Last reply by Fafafaalex - Monday, June 7, 2010 2:57 AM -
0 Votes
[WPSL][C#] how to remove all settings?
I've guessed that there is Clear method, just I haven't done WPSL, so I've gave answer based on general C# semantics, which was somewhat better than answers before...Answered | 5 Replies | 569 Views | Created by Clint William Theron - Friday, November 6, 2015 4:17 PM | Last reply by ivan.icin - Friday, November 6, 2015 11:53 PM -
0 Votes
C++ casting Base To Derived class
Your question should be posted to the Visual C++ Language Forum (http://social.msdn.microsoft.com/Forums/en-US/vclanguage/threads).Answered | 1 Replies | 3266 Views | Created by warchieft - Friday, December 14, 2012 8:27 AM | Last reply by Lim Bio Liong - Friday, December 14, 2012 9:34 AM -
2 Votes
CRTP - How to call the base class implemention of a method from the derived class?
Also, be careful with __super if you derive from more than one base class.Answered | 1 Replies | 1461 Views | Created by Loch ness2 - Monday, December 29, 2014 8:37 PM | Last reply by Igor Tandetnik - Monday, December 29, 2014 10:44 PM -
1 Votes
how to derive a class from this base one?
I need to make another class that works exactly like this one except one public function that I need to modify, so it seems that the simplest way is to derive a new class ...Answered | 2 Replies | 626 Views | Created by alikim - Saturday, April 9, 2016 9:13 AM | Last reply by alikim - Saturday, April 9, 2016 10:16 PM -
0 Votes
Derive from a class with private contructors
No duplicate code, you need only wrap functions of ClassA: class ClassA { public void fun1(param1, param2) { ...Answered | 5 Replies | 3150 Views | Created by ARHANGEL19 - Thursday, June 25, 2009 12:36 PM | Last reply by Michal Zalewski - Saturday, June 27, 2009 5:19 PM -
1 Votes
Deriving just one class ?
But if in C# you can't specify more than 1 derived type than how compiler is doing it ?Answered | 9 Replies | 3131 Views | Created by Jarod.Net - Sunday, July 13, 2008 11:42 AM | Last reply by olimac - Monday, July 14, 2008 1:21 AM -
0 Votes
base class to derived class conversion
How does it differ from any other base class?Answered | 3 Replies | 4997 Views | Created by sambit_itwm - Tuesday, January 10, 2012 7:45 PM | Last reply by Helen Zhao - Thursday, January 12, 2012 7:06 AM -
0 Votes
How to Explicitly Convert from Derived Class to Base Class
But I think there are "System" defined conversions, like converting from base class to derived class and vice versa.Answered | 34 Replies | 22704 Views | Created by e.s. kohen - Wednesday, March 24, 2010 4:18 AM | Last reply by e.s. kohen - Monday, March 29, 2010 10:29 PM -
0 Votes
How to show a card derived from button class?
Hi bh19954, You can also host these buttons in a TableLayoutPanel, ...Answered | 2 Replies | 975 Views | Created by bh19954 - Friday, March 1, 2013 4:22 PM | Last reply by Bob Wu-MT - Monday, March 4, 2013 8:52 AM -
0 Votes
C#: How override function can be further override in derive class
The thing with inheritance is, that class C is also inherting from A - indirectly.Answered | 2 Replies | 715 Views | Created by Mou_kolkata - Thursday, February 18, 2016 2:57 PM | Last reply by Christopher84 - Thursday, February 18, 2016 6:14 PM -
17 Votes
Base Class in C#, and Derived Class in VB.NET...
As the .NET framework is written in C#, and you are allowed to use the Handles keyword in Visual Basic while deriving from these framework ...Answered | 24 Replies | 5570 Views | Created by kb111 - Tuesday, July 7, 2009 1:31 PM | Last reply by Rudedog2 - Tuesday, July 7, 2009 4:52 PM -
0 Votes
How to create an instance of a derived class from a base class
You need to cast the object returned by that method to your derived class then call GetResponseStream.Answered | 2 Replies | 3691 Views | Created by Nobodyxyaax - Wednesday, July 22, 2009 2:37 AM | Last reply by Michael Sun [MSFT] - Friday, July 24, 2009 4:28 AM -
0 Votes
how call base class method from derived class method?
On 11/15/2012 6:52 PM, Steve Richter wrote: In the ToString method of the Derived class, how do I call into the ToString method of the Base ...Answered | 1 Replies | 1908 Views | Created by Steve Richter - Thursday, November 15, 2012 11:52 PM | Last reply by Igor Tandetnik - Thursday, November 15, 2012 11:53 PM -
0 Votes
Properties in derived class
It's because if a property is abstract, the derived class MUST provide an implementation.Answered | 10 Replies | 3742 Views | Created by vinay dvd - Thursday, April 8, 2010 9:01 AM | Last reply by Matthew Watson - Thursday, April 8, 2010 2:20 PM -
2 Votes
derived classes ( and the base access)
When you cast the derived class to the base class....Answered | 15 Replies | 4254 Views | Created by Mitja Bonca - Tuesday, September 29, 2009 11:52 AM | Last reply by Rudedog2 - Tuesday, September 29, 2009 8:27 PM -
2 Votes
Accessing derived class members: c# vs java
There is no member called 'b' in your 'base' class.Answered | 3 Replies | 1089 Views | Created by IamaNovice - Monday, January 13, 2014 9:02 PM | Last reply by PaulLinton - Tuesday, January 14, 2014 1:34 AM -
0 Votes
Derived classes?
I add both tables to the dbml file, but ideally I would like the StrategyAudit class generated to be derived from Strategy, because there are many times when you ...Answered | 1 Replies | 3597 Views | Created by bpeikes - Wednesday, August 12, 2009 9:39 PM | Last reply by Damien Guard - Thursday, August 13, 2009 3:08 AM -
0 Votes
[WPSL] SQL CE Db Records in WP8
Check my reply in your anotherAnswered | 1 Replies | 611 Views | Created by TsquareSoftware - Wednesday, July 15, 2015 1:13 PM | Last reply by Victory S - Thursday, July 16, 2015 3:41 AM - Items 1 to 20 of 3723876 Next ›
No announcements