Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regex match Pin
CPallini14-May-07 7:25
mveCPallini14-May-07 7:25 
AnswerRe: Regex match Pin
sam#13-May-07 21:58
sam#13-May-07 21:58 
QuestionTCP Client Persistent Conection Pin
SakthiSurya13-May-07 21:15
SakthiSurya13-May-07 21:15 
AnswerRe: TCP Client Persistent Conection Pin
subrata.jana13-May-07 22:46
subrata.jana13-May-07 22:46 
GeneralRe: TCP Client Persistent Conection Pin
SakthiSurya13-May-07 23:03
SakthiSurya13-May-07 23:03 
QuestionStupid question Pin
Muammar©13-May-07 21:01
Muammar©13-May-07 21:01 
AnswerRe: Stupid question Pin
SakthiSurya13-May-07 21:05
SakthiSurya13-May-07 21:05 
GeneralRe: Stupid question Pin
Muammar©13-May-07 21:20
Muammar©13-May-07 21:20 
AnswerRe: Stupid question Pin
subrata.jana13-May-07 21:07
subrata.jana13-May-07 21:07 
GeneralRe: Stupid question Pin
Muammar©13-May-07 21:20
Muammar©13-May-07 21:20 
QuestionReg : C# vs VB Pin
venkatasivaramaprasad13-May-07 20:47
venkatasivaramaprasad13-May-07 20:47 
AnswerRe: Reg : C# vs VB Pin
marky77713-May-07 21:00
marky77713-May-07 21:00 
AnswerRe: Reg : C# vs VB Pin
Christian Graus13-May-07 23:16
protectorChristian Graus13-May-07 23:16 
AnswerRe: Reg : C# vs VB Pin
Seishin#14-May-07 0:14
Seishin#14-May-07 0:14 
QuestionChatting using WebService as the central Server Pin
KKrista13-May-07 20:09
KKrista13-May-07 20:09 
AnswerRe: Chatting using WebService as the central Server Pin
subrata.jana13-May-07 21:16
subrata.jana13-May-07 21:16 
GeneralRe: Chatting using WebService as the central Server Pin
KKrista14-May-07 0:38
KKrista14-May-07 0:38 
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

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.