No announcements
Found 3530851 threads
-
0 Votes
Create New Instance of Class
I found a way around and just created a second class identical to the mysqldatabase class except changed the class name to a different name ...Answered | 5 Replies | 708 Views | Created by T3rr0rByte13-Hobbyware.org - Saturday, September 5, 2015 7:16 PM | Last reply by Christopher84 - Saturday, September 5, 2015 10:04 PM -
1 Votes
c# types and creating new instance of class
For eg: u may develop an application where u will plug in several classes later (after deployment)And for avoiding recomplilation u can just deploy ur dll and give the information to ...Answered | 3 Replies | 3390 Views | Created by csharp coder - Monday, January 5, 2009 5:38 AM | Last reply by boldtechie - Monday, January 5, 2009 11:25 AM -
0 Votes
Creating a new instance!
No, but as Ashwin suggested after applying SP you may have to reboot that brings up another instance down.Answered | 2 Replies | 942 Views | Created by Eiram Rulz - Wednesday, March 4, 2015 4:50 PM | Last reply by krotha - Wednesday, March 4, 2015 8:33 PM -
1 Votes
Naming new instance of a class
{ Class myClass = new Class(); // Do something to setup myClass ...Answered | 2 Replies | 2991 Views | Created by iKnow - Monday, August 31, 2009 11:09 PM | Last reply by iKnow - Tuesday, September 1, 2009 7:18 PM -
0 Votes
Variable Name for Creating Instance of a Class
IE I create Control 1 and Control 2, both which have Control1(RS232 Instance) and Control 2(RS232 Instance).Answered | 14 Replies | 583 Views | Created by philhaldane - Friday, May 4, 2018 11:16 AM | Last reply by philhaldane - Friday, May 11, 2018 1:23 PM -
0 Votes
create new instance
Thanks, LeksAnswered | 4 Replies | 5130 Views | Created by Jassim Rahma - Sunday, October 4, 2009 7:52 AM | Last reply by Ekrem Önsoy - Monday, October 5, 2009 8:56 AM -
0 Votes
Is this Possible to Create instance for a class Dynamically .....?
I want to create instance from the string and Access the properties from the instance.Answered | 9 Replies | 6459 Views | Created by sam.arulprakash - Wednesday, July 7, 2010 4:43 AM | Last reply by sam.arulprakash - Tuesday, July 20, 2010 3:06 PM -
3 Votes
New instances of forms are created
Form1 doesn't need to expose anything publicly, and since the Form2 instance that is created is never passed outside of the form no external forces can access that ...Answered | 14 Replies | 1757 Views | Created by chandran.nr - Friday, December 7, 2012 10:00 AM | Last reply by Lisa Zhu - Wednesday, December 19, 2012 7:24 AM -
5 Votes
goto statement in sub buttonclicked
I recommend: 1] Put all the subroutine AFTER the main code 2] Try not to use GoTo at all if you can So we do the main stuff at ...Answered | 6 Replies | 673 Views | Created by Steven Jelsma - Friday, September 12, 2014 8:19 PM | Last reply by Steven Jelsma - Friday, September 12, 2014 9:39 PM -
0 Votes
WBEMTEST - Create Class or Create Instance
Has anyone ever tried using WBEMEST to Create Class or Create Instance What are the steps?Answered | 1 Replies | 1213 Views | Created by TJ_T - Friday, February 8, 2019 2:15 PM | Last reply by Dave Patrick - Friday, February 8, 2019 2:19 PM -
1 Votes
Use a combobox selection as name of new instance of a class
should have been: how can i make a selected item from a combobox become the variable used to create a new instance of a class.Answered | 29 Replies | 1269 Views | Created by da64 - Thursday, February 6, 2014 7:50 PM | Last reply by Prabhakar Thakur - Friday, February 7, 2014 11:36 PM -
0 Votes
Create a new instance of a User Control each time the tab is active
Yes you need to clear the existing user control and add newly created one to your tab page.Answered | 3 Replies | 3085 Views | Created by Louis Leong - Monday, April 20, 2009 3:59 AM | Last reply by chathruwan - Monday, April 20, 2009 6:01 AM -
0 Votes
Controller creates new instance of Class after ButtonClick
User1686398519 posted Hi Jonny0024, there is a new instance of my Class Since you did not ...Answered | 2 Replies | 198 Views | Created by Anonymous - Thursday, September 3, 2020 2:00 PM | Last reply by Anonymous - Friday, September 4, 2020 7:09 AM -
1 Votes
New Instance of child class from parent
But only if the runtimetype of the instance being created doesn't exist.Answered | 10 Replies | 5903 Views | Created by Burntchipsers - Thursday, December 10, 2009 10:24 PM | Last reply by syntaxeater - Saturday, December 12, 2009 12:38 AM -
1 Votes
DataGridView Call ProcessCmdKey from ButtonClick
"But I'm not calling the ProcessCmdKey from inside the class" Then call it from inside the class from a public or internal method.Answered | 7 Replies | 2193 Views | Created by Umfoefoe - Wednesday, May 15, 2013 6:44 PM | Last reply by Umfoefoe - Thursday, May 16, 2013 8:23 PM -
2 Votes
Create new instance for same object
In your everyday .NET programmer life you shouldn't be concerned about memory management, however it is considered a good practice to use Dispose on instances of ...Answered | 4 Replies | 1848 Views | Created by Pasupathi - Wednesday, July 11, 2012 6:46 AM | Last reply by Pasupathi - Thursday, July 12, 2012 6:22 AM -
0 Votes
Create a new instance of a UserControl with C#
You can create an instance of a UserControl in C# :Answered | 1 Replies | 4727 Views | Created by Yellow_Curry - Thursday, June 26, 2008 8:13 PM | Last reply by Yann ALET - Friday, June 27, 2008 12:27 PM -
0 Votes
Cannot create an instance of the abstract class
By def you cannot instanciate an abstract class, and for this work you must use the Interface IWorkBook on the same name space, so you must declare like this:Answered | 1 Replies | 3745 Views | Created by George F DArcy - Monday, September 15, 2008 2:42 AM | Last reply by FcoLomas - Monday, September 15, 2008 4:47 AM -
0 Votes
How to create a click event for a button in a class?
Using “Add User Control” menu command, you can create a new one and populate it in Designer.Answered | 5 Replies | 929 Views | Created by lkubler - Saturday, April 27, 2019 11:03 PM | Last reply by BonnieB - Sunday, May 12, 2019 8:14 PM -
0 Votes
Instance Of A Class
Hello, you can simply create an instance just like simple class CSVPrice csv=new ...Answered | 3 Replies | 1630 Views | Created by matta0990 - Thursday, March 15, 2012 11:02 AM | Last reply by Tarun00007 - Thursday, March 15, 2012 11:51 AM - Items 1 to 20 of 3530851 Next ›
No announcements