Click here to Skip to main content
15,907,326 members
Home / Discussions / C#
   

C#

 
AnswerRe: help regarding populating grid values to form Pin
Christian Graus7-Jul-08 6:52
protectorChristian Graus7-Jul-08 6:52 
GeneralRe: help regarding populating grid values to form Pin
tasumisra7-Jul-08 6:59
tasumisra7-Jul-08 6:59 
GeneralRe: help regarding populating grid values to form Pin
Christian Graus7-Jul-08 8:39
protectorChristian Graus7-Jul-08 8:39 
QuestionAdding Item to ListBox from another class Pin
MAW307-Jul-08 6:49
MAW307-Jul-08 6:49 
AnswerRe: Adding Item to ListBox from another class Pin
Christian Graus7-Jul-08 6:54
protectorChristian Graus7-Jul-08 6:54 
GeneralRe: Adding Item to ListBox from another class Pin
Paul Conrad7-Jul-08 8:26
professionalPaul Conrad7-Jul-08 8:26 
GeneralRe: Adding Item to ListBox from another class Pin
MAW307-Jul-08 9:44
MAW307-Jul-08 9:44 
AnswerRe: Adding Item to ListBox from another class Pin
Xmen Real 7-Jul-08 7:09
professional Xmen Real 7-Jul-08 7:09 
hehe BeginUpdate() on ListBox and EndUpdate() on logListBox anyway

you can make that method static and can pass ListBox as a parameter then add items, something like this :
public static void AddItems(ListBox tmp_LB)
{
tmp_LB.BeginUpdate();
tmp_LB.Items.Add("AAA");
tmp_LB.EndUpdate();
}


TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

Questionstatic field initialization Pin
humayunlalzad7-Jul-08 6:15
humayunlalzad7-Jul-08 6:15 
AnswerRe: static field initialization Pin
Xmen Real 7-Jul-08 6:31
professional Xmen Real 7-Jul-08 6:31 
AnswerRe: static field initialization Pin
Giorgi Dalakishvili7-Jul-08 6:35
mentorGiorgi Dalakishvili7-Jul-08 6:35 
AnswerRe: static field initialization Pin
User 66587-Jul-08 6:53
User 66587-Jul-08 6:53 
GeneralRe: static field initialization Pin
humayunlalzad7-Jul-08 7:21
humayunlalzad7-Jul-08 7:21 
GeneralRe: static field initialization Pin
User 66587-Jul-08 7:34
User 66587-Jul-08 7:34 
Questiongenerate a Console.Readline Pin
Martijn van Kleef7-Jul-08 6:06
Martijn van Kleef7-Jul-08 6:06 
AnswerRe: generate a Console.Readline Pin
leppie7-Jul-08 6:35
leppie7-Jul-08 6:35 
Questionparsing associated program path from registry ? Pin
Xmen Real 7-Jul-08 5:45
professional Xmen Real 7-Jul-08 5:45 
AnswerRe: parsing associated program path from registry ? Pin
led mike7-Jul-08 5:49
led mike7-Jul-08 5:49 
GeneralRe: parsing associated program path from registry ? Pin
Xmen Real 7-Jul-08 6:15
professional Xmen Real 7-Jul-08 6:15 
AnswerRe: parsing associated program path from registry ? Pin
PIEBALDconsult7-Jul-08 15:43
mvePIEBALDconsult7-Jul-08 15:43 
GeneralRe: parsing associated program path from registry ? Pin
Xmen Real 7-Jul-08 17:00
professional Xmen Real 7-Jul-08 17:00 
GeneralRe: parsing associated program path from registry ? Pin
PIEBALDconsult7-Jul-08 18:31
mvePIEBALDconsult7-Jul-08 18:31 
GeneralRe: parsing associated program path from registry ? Pin
Xmen Real 7-Jul-08 18:35
professional Xmen Real 7-Jul-08 18:35 
GeneralRe: parsing associated program path from registry ? Pin
PIEBALDconsult7-Jul-08 18:52
mvePIEBALDconsult7-Jul-08 18:52 
QuestionPassing value to base class Pin
humayunlalzad7-Jul-08 5:41
humayunlalzad7-Jul-08 5:41 

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.