Click here to Skip to main content
15,915,864 members
Home / Discussions / C#
   

C#

 
Questionhow to trap name of control clicked by mouse Pin
moonmonkey825-May-08 12:03
moonmonkey825-May-08 12:03 
AnswerRe: how to trap name of control clicked by mouse Pin
Xmen Real 25-May-08 17:23
professional Xmen Real 25-May-08 17:23 
AnswerRe: how to trap name of control clicked by mouse Pin
topcatalpha25-May-08 20:54
topcatalpha25-May-08 20:54 
Questionneutral density on screen AKA changing gamma only on part of screen Pin
jackeill25-May-08 9:44
jackeill25-May-08 9:44 
Questionis there a way to browse bitween tabPages using a ListBox control? Pin
leeoze25-May-08 7:07
leeoze25-May-08 7:07 
AnswerRe: is there a way to browse bitween tabPages using a ListBox control? Pin
Brady Kelly25-May-08 7:25
Brady Kelly25-May-08 7:25 
AnswerRe: is there a way to browse bitween tabPages using a ListBox control? Pin
User 665825-May-08 7:26
User 665825-May-08 7:26 
QuestionDrow Paint Pin
mihalich125-May-08 5:05
mihalich125-May-08 5:05 
hello,
I have 2 problems that i have with drawpanel
1) When i minimize i want to redraw my paint, i have event resize that do occurred
and update flag (FirstRunt=true)
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
if (FirstRun)
{
FirstRun = false;
if (rbByDistanceDendogramView.Checked)
DrowNamePanel(0, 2);
if (rbByLevelDendogramView.Checked)
DrowNamePanel(1, 2);
if (rbBySequenceDendogramView.Checked)
DrowNamePanel(2, 2);

}
}
function DrowNamePanel knows how to draw semetric to sizes
when i enlarge my form its works properly

2) when paint is hidden by another window/application area that was hided are dissapearing
so how can i recognize when it's happened and than redraw my draw.
AnswerRe: Drow Paint Pin
Anthony Mushrow25-May-08 5:21
professionalAnthony Mushrow25-May-08 5:21 
Questionrepresenting dataset after receiving from webservice Pin
Faysal25-May-08 4:55
Faysal25-May-08 4:55 
AnswerRe: representing dataset after receiving from webservice Pin
Bert delaVega25-May-08 8:45
Bert delaVega25-May-08 8:45 
Questionhow to get the correct code Pin
angels77725-May-08 2:51
angels77725-May-08 2:51 
AnswerRe: how to get the correct code Pin
Scott Dorman25-May-08 3:03
professionalScott Dorman25-May-08 3:03 
GeneralRe: how to get the correct code Pin
Laddie25-May-08 4:11
Laddie25-May-08 4:11 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:22
professionalScott Dorman25-May-08 4:22 
GeneralRe: how to get the correct code Pin
Laddie25-May-08 4:30
Laddie25-May-08 4:30 
AnswerRe: how to get the correct code Pin
angels77725-May-08 3:09
angels77725-May-08 3:09 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 3:28
professionalScott Dorman25-May-08 3:28 
GeneralRe: how to get the correct code Pin
angels77725-May-08 4:03
angels77725-May-08 4:03 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:21
professionalScott Dorman25-May-08 4:21 
AnswerRe: how to get the correct code Pin
angels77725-May-08 4:20
angels77725-May-08 4:20 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:26
professionalScott Dorman25-May-08 4:26 
GeneralRe: how to get the correct code Pin
angels77725-May-08 5:00
angels77725-May-08 5:00 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 6:28
professionalScott Dorman25-May-08 6:28 
Questionwhich website??? pliz help me Pin
mbaz25-May-08 2:34
mbaz25-May-08 2:34 

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.