No announcements
Found 3913727 threads
-
0 Votes
Partial Class - public or internal
I realise I was not misinterpreting "Classes and structs that are declared directly within a namespace (in other words, that are not nested ...Answered | 5 Replies | 672 Views | Created by peterwt - Thursday, October 1, 2015 11:08 AM | Last reply by peterwt - Saturday, October 10, 2015 3:19 PM -
2 Votes
Class and Public Class Difference
should we declare the class public?Answered | 14 Replies | 2743 Views | Created by jinzuya - Wednesday, June 2, 2010 1:50 PM | Last reply by Rudedog2 - Thursday, June 3, 2010 6:18 PM -
0 Votes
Declare a public array of class
class MyClass1 { public static Node[] node; public void MyMethod1() { ...Answered | 10 Replies | 2256 Views | Created by Bouki - Friday, July 29, 2011 5:27 AM | Last reply by Louis.fr - Friday, July 29, 2011 12:30 PM -
5 Votes
Why Class can not be declared as Protected?
If there were a "protected" declaration for non-nested classes, how would you imagine its behaviour might differ from this?Answered | 12 Replies | 11447 Views | Created by GurunGuns - Friday, May 21, 2010 4:00 PM | Last reply by André Krijnen - Friday, May 21, 2010 9:29 PM -
1 Votes
Public and internal interfaces for a single class
In my opinion you should use abstract class instead of internal interface.Answered | 5 Replies | 1037 Views | Created by TMSfck - Thursday, October 2, 2014 6:15 AM | Last reply by Rudedog2 - Monday, October 6, 2014 12:35 PM -
1 Votes
How to dynamically declare the class
>but how can I use it with this: As already mentioned you cannot create variables dynamically in C#.Answered | 5 Replies | 634 Views | Created by Jassim Rahma - Sunday, May 22, 2016 10:38 AM | Last reply by Magnus (MM8) - Tuesday, May 24, 2016 7:38 PM -
3 Votes
Problem for Using Class in VB.NET
Seeing your code I wonder how much experience you have coding in VB.NET.Answered | 7 Replies | 693 Views | Created by Arshia Aghaei - Wednesday, November 12, 2014 8:38 PM | Last reply by Acamar - Thursday, November 13, 2014 9:27 AM -
2 Votes
Declaring Class
Hi,Classes are defined using the class keyword, as shown in the following example: public class ...Answered | 2 Replies | 1482 Views | Created by Rohit Binjola - Thursday, May 10, 2012 11:19 AM | Last reply by Lisa Zhu - Friday, May 11, 2012 5:12 AM -
0 Votes
Moles for internal sealed classes
My focus was on internal classes.Answered | 9 Replies | 8599 Views | Created by Andrej Pie - Thursday, April 8, 2010 8:23 AM | Last reply by Peli - Wednesday, April 28, 2010 4:57 PM -
0 Votes
can i make object of a private class as public
protected internal: The type or member can be accessed by any code in the assembly in which it is declared, or from within a derived class in ...Answered | 2 Replies | 1773 Views | Created by Syed Natiquddin - Thursday, March 1, 2012 1:08 PM | Last reply by Bob Wu-MT - Tuesday, March 6, 2012 6:05 AM -
1 Votes
Unable to declare a class in 2 other classes
I managed to declare class Time in EmployeeID space, but could not declare it in EnterEmployeeName.Answered | 3 Replies | 2735 Views | Created by Allen_Press - Saturday, September 26, 2009 12:59 AM | Last reply by Allen_Press - Saturday, September 26, 2009 8:47 PM -
0 Votes
how to declare an internal class within a public class using vb.net?
Public class Class1 Private Class availableOnlyToClass1 End ...Answered | 2 Replies | 21 Views | Created by Anonymous - Monday, November 17, 2008 9:32 AM | Last reply by Anonymous - Saturday, August 29, 2009 12:49 AM -
0 Votes
how to declare a queue in a class
<p>I have declared a queue in my header file </p><p></p> What you mean by queue do you want to use stl::queue as mentioned by webjose or do you want ...Answered | 2 Replies | 2597 Views | Created by hardyz - Thursday, April 26, 2012 4:29 AM | Last reply by Pintu Shukla - Thursday, April 26, 2012 2:10 PM -
0 Votes
Public Class Accessible by Usercontrol
Best regards, Sheldon _Xiao [MSFT] MSDN Community Support | Feedback to us Get or Request Code ...Answered | 5 Replies | 4209 Views | Created by HPHenne - Wednesday, February 23, 2011 2:40 PM | Last reply by Sheldon _Xiao - Monday, February 28, 2011 2:25 AM -
0 Votes
Why Class Cannot declare as private?
Also protected cannot be used in outer class..Answered | 6 Replies | 5898 Views | Created by DurgaMani - Wednesday, March 16, 2011 5:18 AM | Last reply by vijaykamat - Wednesday, March 16, 2011 8:11 AM -
5 Votes
public class vs friend class vs class define class
Useful when creating a .dll .Answered | 12 Replies | 3476 Views | Created by MaDFroG20091013 - Wednesday, December 2, 2009 2:59 AM | Last reply by bdbodger - Thursday, December 3, 2009 8:18 AM -
2 Votes
Declaring a C# Class Object in a Form
using System; using System.Collections.Generic; using System.ComponentModel; using ...Answered | 6 Replies | 4091 Views | Created by Oasisfactor - Tuesday, August 14, 2012 6:49 PM | Last reply by Oasisfactor - Tuesday, August 14, 2012 7:02 PM -
1 Votes
Is it possible to call a function just using a class declaration?
How do I do this?Answered | 4 Replies | 446 Views | Created by -B-M- - Friday, January 22, 2016 1:41 PM | Last reply by Pintu Shukla - Monday, January 25, 2016 3:50 AM -
0 Votes
declare variable in a class use type in another class.
Hi Towry Wang You can do it in this way.Answered | 1 Replies | 1715 Views | Created by Towry Wang - Monday, September 10, 2012 3:26 PM | Last reply by Mohammad Zakir Hussain - Monday, September 10, 2012 3:44 PM -
0 Votes
Base classes with VB.Net 2010
in vb.net you can inherit + extend controls: Public Class yourTextBox Inherits TextBox Public Overrides Property Font() As ...Answered | 2 Replies | 1679 Views | Created by General_Fear - Monday, October 15, 2012 12:55 AM | Last reply by .paul. _ - Monday, October 15, 2012 1:46 AM - Items 1 to 20 of 3913727 Next ›
No announcements