Click here to Skip to main content
15,893,594 members
Home / Discussions / C#
   

C#

 
Questionhow to get the open ports of the remote pc Pin
prasadbuddhika5-Feb-10 0:55
prasadbuddhika5-Feb-10 0:55 
AnswerRe: how to get the open ports of the remote pc Pin
Dave Kreskowiak5-Feb-10 2:21
mveDave Kreskowiak5-Feb-10 2:21 
Questionc# captureparms Pin
danf884-Feb-10 23:25
danf884-Feb-10 23:25 
QuestionClarification in WPF Pin
Joe Rozario4-Feb-10 23:09
Joe Rozario4-Feb-10 23:09 
AnswerRe: Clarification in WPF Pin
OriginalGriff4-Feb-10 23:25
mveOriginalGriff4-Feb-10 23:25 
GeneralRe: Clarification in WPF Pin
Joe Rozario4-Feb-10 23:27
Joe Rozario4-Feb-10 23:27 
AnswerRe: Clarification in WPF Pin
V.5-Feb-10 0:58
professionalV.5-Feb-10 0:58 
GeneralRe: Clarification in WPF Pin
Joe Rozario5-Feb-10 1:02
Joe Rozario5-Feb-10 1:02 
Thank You friend .for your reply ...

i have solved the problem .... Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D Big Grin | :-D

solution like these

private LinearGradientBrush Setcolour(string FirstColour, string sSecondColour, Point StartPoint, Point EndPoint, MatrixTransform MatrixTr)
{
LinearGradientBrush lgb = new LinearGradientBrush(GetColour(FirstColour), GetColour(sSecondColour), 0);
lgb.MappingMode = BrushMappingMode.Absolute;
lgb.StartPoint = StartPoint;
lgb.EndPoint = EndPoint;
lgb.Transform = MatrixTr;
return lgb;
}

MainBrush.Fill = Setcolour("#ffffffff", "#ff020202", new Point(141.363, 201.300), new Point(141.363, 252.324), new MatrixTransform(1.000, 0.000, -0.000, -1.000, -81.196, 252.324));

Thank u all ......
QuestionShort cut key Problem in c# User Control Pin
shashank35254-Feb-10 23:05
shashank35254-Feb-10 23:05 
QuestionModule based software Pin
Eduard Keilholz4-Feb-10 21:11
Eduard Keilholz4-Feb-10 21:11 
AnswerRe: Module based software Pin
Not Active4-Feb-10 21:20
mentorNot Active4-Feb-10 21:20 
Questionmultithreaded application Pin
Member 5903104-Feb-10 19:31
Member 5903104-Feb-10 19:31 
AnswerRe: multithreaded application Pin
Not Active4-Feb-10 20:12
mentorNot Active4-Feb-10 20:12 
AnswerRe: multithreaded application Pin
Calla4-Feb-10 20:52
Calla4-Feb-10 20:52 
Questionhow can i select null instances using datacontext.tablename.select ? Pin
tonyonlinux4-Feb-10 19:13
tonyonlinux4-Feb-10 19:13 
AnswerRe: how can i select null instances using datacontext.tablename.select ? Pin
Not Active4-Feb-10 20:10
mentorNot Active4-Feb-10 20:10 
GeneralRe: how can i select null instances using datacontext.tablename.select ? Pin
tonyonlinux4-Feb-10 20:21
tonyonlinux4-Feb-10 20:21 
GeneralRe: how can i select null instances using datacontext.tablename.select ? Pin
Not Active4-Feb-10 20:48
mentorNot Active4-Feb-10 20:48 
QuestionInheritance/Polymorphism [modified] Pin
Sundeepan Sen4-Feb-10 18:26
Sundeepan Sen4-Feb-10 18:26 
AnswerRe: Inheritance/Polymorphism Pin
Not Active4-Feb-10 20:07
mentorNot Active4-Feb-10 20:07 
GeneralRe: Inheritance/Polymorphism Pin
Sundeepan Sen4-Feb-10 20:28
Sundeepan Sen4-Feb-10 20:28 
AnswerRe: Inheritance/Polymorphism Pin
Wamuti4-Feb-10 21:58
Wamuti4-Feb-10 21:58 
AnswerRe: Inheritance/Polymorphism Pin
PIEBALDconsult5-Feb-10 3:19
mvePIEBALDconsult5-Feb-10 3:19 
GeneralRe: Inheritance/Polymorphism Pin
Sundeepan Sen5-Feb-10 7:04
Sundeepan Sen5-Feb-10 7:04 
GeneralRe: Inheritance/Polymorphism Pin
PIEBALDconsult5-Feb-10 7:50
mvePIEBALDconsult5-Feb-10 7:50 

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.