Click here to Skip to main content
15,906,645 members
Home / Discussions / C#
   

C#

 
AnswerRe: on run time Pin
Patricker8-Aug-06 12:10
Patricker8-Aug-06 12:10 
Questionreturn objects to the pool Pin
Ista8-Aug-06 6:47
Ista8-Aug-06 6:47 
GeneralRe: return objects to the pool Pin
Guffa8-Aug-06 7:19
Guffa8-Aug-06 7:19 
AnswerRe: return objects to the pool Pin
Josh Smith8-Aug-06 7:45
Josh Smith8-Aug-06 7:45 
QuestionGDI+: Window region as an Image Pin
Imtiaz Murtaza8-Aug-06 6:11
Imtiaz Murtaza8-Aug-06 6:11 
AnswerRe: GDI+: Window region as an Image Pin
Dustin Metzgar8-Aug-06 6:15
Dustin Metzgar8-Aug-06 6:15 
QuestionMembershipProvider.EncryptPassword Method Pin
seee sharp8-Aug-06 5:57
seee sharp8-Aug-06 5:57 
Questionsplit Pin
TAREQ F ABUZUHRI8-Aug-06 5:54
TAREQ F ABUZUHRI8-Aug-06 5:54 
AnswerRe: split Pin
Dustin Metzgar8-Aug-06 6:13
Dustin Metzgar8-Aug-06 6:13 
QuestionHow to using NETSerial.dll and serial Port for c# Pin
tanapop8-Aug-06 5:51
tanapop8-Aug-06 5:51 
AnswerRe: How to using NETSerial.dll and serial Port for c# Pin
Ed.Poore8-Aug-06 6:54
Ed.Poore8-Aug-06 6:54 
QuestionRetrieving variables from the main form, in a new form. Pin
Subterranean8-Aug-06 5:31
Subterranean8-Aug-06 5:31 
AnswerRe: Retrieving variables from the main form, in a new form. Pin
S. Senthil Kumar8-Aug-06 5:42
S. Senthil Kumar8-Aug-06 5:42 
QuestionCheckBox ... [modified] Pin
mostafa_h8-Aug-06 5:30
mostafa_h8-Aug-06 5:30 
AnswerRe: CheckBox ... Pin
S. Senthil Kumar8-Aug-06 5:40
S. Senthil Kumar8-Aug-06 5:40 
GeneralRe: CheckBox ... Pin
mostafa_h8-Aug-06 7:42
mostafa_h8-Aug-06 7:42 
QuestionCombo Box in Datagrid using VB6.0 Pin
Tojan8-Aug-06 5:12
Tojan8-Aug-06 5:12 
AnswerRe: Combo Box in Datagrid using VB6.0 Pin
Drew McGhie8-Aug-06 5:16
Drew McGhie8-Aug-06 5:16 
QuestionLOC Count Pin
Tojan8-Aug-06 5:09
Tojan8-Aug-06 5:09 
QuestionPrint Dialog for Web Forms? Pin
orentuil8-Aug-06 4:45
orentuil8-Aug-06 4:45 
Questionhow to store by ref parameter in object table/array? Pin
Osinnnn8-Aug-06 4:33
Osinnnn8-Aug-06 4:33 
AnswerRe: how to store by ref parameter in object table/array? Pin
S. Senthil Kumar8-Aug-06 5:49
S. Senthil Kumar8-Aug-06 5:49 
Assuming you are using MethodBase.Invoke[^], the MSDN[^] documentation says that you don't need any special attributes for ref parameters.
"If the method or constructor represented by this instance takes a ref parameter (ByRef in Visual Basic), no special attribute is required for that parameter in order to invoke the method or constructor using this function. Any object in this array that is not explicitly initialized with a value will contain the default value for that object type."


Regards
Senthil
_____________________________
My Blog | My Articles | My Flickr | WinMacro

GeneralRe: how to store by ref parameter in object table/array? Pin
Osinnnn8-Aug-06 9:21
Osinnnn8-Aug-06 9:21 
QuestionCan you detect if a service is running? Pin
Stick^8-Aug-06 4:17
Stick^8-Aug-06 4:17 
AnswerRe: Can you detect if a service is running? Pin
led mike8-Aug-06 6:07
led mike8-Aug-06 6:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.