Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
QuestionHow can I use the loop indexing for a textbox's name? Pin
Khoramdin13-May-07 19:42
Khoramdin13-May-07 19:42 
AnswerRe: How can I use the loop indexing for a textbox's name? Pin
fang_eric13-May-07 19:50
fang_eric13-May-07 19:50 
AnswerRe: How can I use the loop indexing for a textbox's name? Pin
Giorgi Dalakishvili13-May-07 20:26
mentorGiorgi Dalakishvili13-May-07 20:26 
AnswerRe: How can I use the loop indexing for a textbox's name? Pin
Christian Graus13-May-07 20:33
protectorChristian Graus13-May-07 20:33 
Questionhow to acheive daemon functionality in c# Pin
Prajin13-May-07 18:57
Prajin13-May-07 18:57 
AnswerRe: how to acheive daemon functionality in c# Pin
Colin Angus Mackay13-May-07 23:46
Colin Angus Mackay13-May-07 23:46 
Questionhow to acheive daemon functionality in c# Pin
Prajin13-May-07 18:56
Prajin13-May-07 18:56 
Questionhow to use delegates Pin
praveenkumar palla13-May-07 18:34
praveenkumar palla13-May-07 18:34 
In my application i am using a user control "aguage3" my problem is

private void aGauge3_ValueInRangeChanged(object sender, AGaugeApp.AGauge.ValueInRangeChangedEventArgs e)
{
GuageIndex = e.valueInRange;
}
but i need this GuageIndex value(which is coming from above event) in another event called

private void aGauge3_DoubleClick(object sender, EventArgs e)
{
}

The first event is in timer control so it varies automatically


how can i get this GuageIndex value in double click event

Please help me in this

Thanks in advance
PraveenKumar Palla
AnswerRe: how to use delegates Pin
Leslie Sanford13-May-07 18:50
Leslie Sanford13-May-07 18:50 
GeneralRe: how to use delegates Pin
praveenkumar palla13-May-07 19:03
praveenkumar palla13-May-07 19:03 
GeneralRe: how to use delegates Pin
Christian Graus13-May-07 20:34
protectorChristian Graus13-May-07 20:34 
QuestionDate time format problem Pin
justintimberlake13-May-07 18:07
justintimberlake13-May-07 18:07 
AnswerRe: Date time format problem Pin
Christian Graus13-May-07 18:17
protectorChristian Graus13-May-07 18:17 
AnswerRe: Date time format problem [modified] Pin
Jaiprakash M Bankolli13-May-07 18:43
Jaiprakash M Bankolli13-May-07 18:43 
Questionhow to configure my ip for remoting thru an app.config need help Pin
neodeaths13-May-07 17:10
neodeaths13-May-07 17:10 
QuestionThe noobiest guy...needs a start Pin
WakenDJ13-May-07 16:19
WakenDJ13-May-07 16:19 
AnswerRe: The noobiest guy...needs a start Pin
Sathesh Sakthivel13-May-07 16:33
Sathesh Sakthivel13-May-07 16:33 
GeneralRe: The noobiest guy...needs a start Pin
WakenDJ13-May-07 16:36
WakenDJ13-May-07 16:36 
GeneralRe: The noobiest guy...needs a start Pin
Sathesh Sakthivel13-May-07 16:46
Sathesh Sakthivel13-May-07 16:46 
AnswerRe: The noobiest guy...needs a start Pin
Christian Graus13-May-07 16:40
protectorChristian Graus13-May-07 16:40 
GeneralRe: The noobiest guy...needs a start Pin
WakenDJ13-May-07 16:44
WakenDJ13-May-07 16:44 
GeneralRe: The noobiest guy...needs a start Pin
PIEBALDconsult13-May-07 17:13
mvePIEBALDconsult13-May-07 17:13 
GeneralRe: The noobiest guy...needs a start Pin
Christian Graus13-May-07 17:43
protectorChristian Graus13-May-07 17:43 
Questiontriggering the playing of a WAV/MP3 from an audio source (e.g. microphone) Pin
David Every13-May-07 15:01
David Every13-May-07 15:01 
AnswerRe: triggering the playing of a WAV/MP3 from an audio source (e.g. microphone) Pin
Leslie Sanford13-May-07 18:43
Leslie Sanford13-May-07 18:43 

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.