Advertisement

1 - 10 of 542 containing alltags:("private") (0.001 seconds)
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...
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.
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...
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)....
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...
Zones: MS Visual BasicDate Answered: 02/25/2005 Grade: B Views: 0
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?
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...
Zones: Java, New To JavaDate Answered: 09/14/2005 Grade: A Views: 0
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...
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 ...
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$\...
Zones: MS Visual BasicDate Answered: 10/28/2005 Grade: B Views: 8