Click here to Skip to main content
15,884,628 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I check inside the control where I am - in design mode or run-time mode? Pin
Dave Kreskowiak23-Aug-05 10:01
mveDave Kreskowiak23-Aug-05 10:01 
GeneralRe: How can I check inside the control where I am - in design mode or run-time mode? Pin
Dave Kreskowiak23-Aug-05 10:04
mveDave Kreskowiak23-Aug-05 10:04 
AnswerRe: How can I check inside the control where I am - in design mode or run-time mode? Pin
afinnell24-Aug-05 13:52
afinnell24-Aug-05 13:52 
Generalhi i have some database questions to ask you.... Pin
nidhelp23-Aug-05 6:49
nidhelp23-Aug-05 6:49 
Generalinternet connected state Pin
Mridang Agarwalla23-Aug-05 6:33
Mridang Agarwalla23-Aug-05 6:33 
GeneralRe: internet connected state Pin
gnjunge23-Aug-05 7:45
gnjunge23-Aug-05 7:45 
GeneralPassing values to methods. Pin
zaboboa23-Aug-05 6:05
zaboboa23-Aug-05 6:05 
GeneralRe: Passing values to methods. Pin
Werdna23-Aug-05 6:26
Werdna23-Aug-05 6:26 
you need to declare your method to take array by ref

private void SetupStageAllocation (ref Control[] controlArray)
{

controlArray = new Control[numStages];
// Do some stuff
}


this.SetupStageAllocation(ref this.allocGrading);
GeneralRe: Passing values to methods. Pin
zaboboa23-Aug-05 6:39
zaboboa23-Aug-05 6:39 
GeneralRe: Passing values to methods. Pin
Guffa23-Aug-05 7:02
Guffa23-Aug-05 7:02 
GeneralRe: Passing values to methods. Pin
Matt Gerrans23-Aug-05 9:43
Matt Gerrans23-Aug-05 9:43 
GeneralNewsletter/Massemail Pin
cyonite23-Aug-05 6:04
cyonite23-Aug-05 6:04 
GeneralSystem.Diagonastics.Process.GetProcesses throws error if the user does not have admin rights. Pin
manivannan.p23-Aug-05 5:14
manivannan.p23-Aug-05 5:14 
GeneralRe: System.Diagonastics.Process.GetProcesses throws error if the user does not have admin rights. Pin
Judah Gabriel Himango23-Aug-05 5:19
sponsorJudah Gabriel Himango23-Aug-05 5:19 
GeneralRe: System.Diagonastics.Process.GetProcesses throws error if the user does not have admin rights. Pin
manivannan.p23-Aug-05 18:45
manivannan.p23-Aug-05 18:45 
GeneralDynamic Event Handler Pin
pssuresh23-Aug-05 4:52
pssuresh23-Aug-05 4:52 
GeneralRe: Dynamic Event Handler Pin
SeMartens23-Aug-05 5:12
SeMartens23-Aug-05 5:12 
GeneralIIS virtual Directory Pin
C0d3_P03t23-Aug-05 4:26
C0d3_P03t23-Aug-05 4:26 
GeneralRe: IIS virtual Directory Pin
BammBamm23-Aug-05 5:34
BammBamm23-Aug-05 5:34 
GeneralRe: IIS virtual Directory Pin
Sarvesvara (BVKS) Dasa23-Aug-05 16:50
Sarvesvara (BVKS) Dasa23-Aug-05 16:50 
GeneralRe: IIS virtual Directory Pin
C0d3_P03t23-Aug-05 23:41
C0d3_P03t23-Aug-05 23:41 
GeneralSerializationException With DataTable Pin
Wender Oliveira23-Aug-05 4:06
Wender Oliveira23-Aug-05 4:06 
GeneralRe: SerializationException With DataTable Pin
SeMartens23-Aug-05 4:21
SeMartens23-Aug-05 4:21 
GeneralRe: SerializationException With DataTable Pin
Wender Oliveira23-Aug-05 4:48
Wender Oliveira23-Aug-05 4:48 
GeneralRe: SerializationException With DataTable Pin
miah alom23-Aug-05 4:39
miah alom23-Aug-05 4:39 

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.