I am trying to get a list of fields for a particular object instance using reflection. They are private fields, however, I understand you can call field.setAccessible(true) so that reflection can...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20055369.html
Zones:
Java,
J2SEDate Answered: 01/26/2001 Grade: A Views: 0
Hi,
Is there any way to have the get and set functions of a property have different access levels, such as making the get public, but making the set private?
Thanks,
Zaphod.
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20495529.html
Zones:
.NETDate Answered: 02/04/2003 Grade: A Views: 0
Hi all.
My question is this I have a form with 3 textboxes on them.
Start
End
Total
They track time, what I'm looking for is it to total the time between the end and start time. I use this co...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20913726.html
Zones:
MS AccessDate Answered: 03/10/2004 Grade: A Views: 0
I have a code that fills 3 text fields based on the codes below. But I now want to modify the codes such that when PermitNo is entered in the txtPermitNo of "mytable". I want to be able to:
(1)....
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21228684.html
Zones:
MS AccessDate Answered: 12/08/2004 Grade: A Views: 0
I have a sub routine below that allows me to check to see if a COM Port exists by attempting to open the COM Port. If it passes the attempt to open then I can assume that the COM Port exists. I w...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21326643.htm...
i use makecert.exe to create a private/public key pair. Now i wanna use my private key to sign a msg (use RSA Algorithm).
Is there any class that help me to load this private key from file?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21519049.html
Zones:
C#Date Answered: 01/28/2006 Grade: A Views: 0
Hi,
I have a method like below in a class called numbers:
private double setNum(double num) {
return num;
}
How would I use setNum from the main method which is in another cl...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21535199.html
Like the tile says...
Explaining:
I have a form with multiple constructors, but the default constructor (the one with no arguments) is set to private.
Can I, using reflection, create an inst...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21551181.html
Zones:
.NETDate Answered: 09/06/2005 Grade: B Views: 12
Hi,
If I have a class that contains the private variable: Private Withevents cWorkSheet as Worksheet
I can trap all the worksheet events (selection change etc...) within my class.
My ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 10/18/2005 Grade: A Views: 0
hi,
i need to read a private queue from my computer to another computer on the network but it doesn't work!
i tried this :
DIRECT=OS:MachineName\private$\queuename
MachineName\private$\...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21605140.htm...