Click here to Skip to main content
15,894,955 members
Home / Discussions / C#
   

C#

 
AnswerRe: Disabling controls Pin
XRaheemX13-Oct-05 3:43
XRaheemX13-Oct-05 3:43 
AnswerRe: Disabling controls Pin
Dave Kreskowiak13-Oct-05 6:22
mveDave Kreskowiak13-Oct-05 6:22 
Questionalignment problem please help me its urgent Pin
arusmemon12-Oct-05 19:42
arusmemon12-Oct-05 19:42 
QuestionScrolling the RichtextBox Pin
AB777112-Oct-05 19:21
AB777112-Oct-05 19:21 
AnswerRe: Scrolling the RichtextBox Pin
mav.northwind12-Oct-05 20:15
mav.northwind12-Oct-05 20:15 
QuestionSend Pack Data from Server To Client In C# ? Pin
thk2612-Oct-05 18:40
thk2612-Oct-05 18:40 
AnswerRe: Send Pack Data from Server To Client In C# ? Pin
David Stone12-Oct-05 19:40
sitebuilderDavid Stone12-Oct-05 19:40 
QuestionNeed control structure to validate Text Input Pin
...---...12-Oct-05 16:31
...---...12-Oct-05 16:31 
What is the best way to handle an invalid input?

void DrawComplexNumber1(Graphics g)
{
Pen p = c_xy.GetNextPen();
p.DashStyle = DashStyle.Dot;
c_xy.SetOrigin(xIndent + graphRect.Width/2, yIndent + graphRect.Y/2);
cmplxValue1.Real = Convert.ToDouble(textComplex_1Real.Text);
//wHAT IF INVALID? need CODE
cmplxValue1.Imaginary = Convert.ToDouble(textComplex_1Imaginary.Text);
//WHAT IF INVALID? need CODE
g.DrawLine(p, 250, 250, (float)(250 + (xIndent * cmplxValue1.Real)), (float)(250 - (yIndent * cmplxValue1.Imaginary)));
}

thanks a lot....
QuestionWork with scenario in c#? Pin
mpw_12-Oct-05 16:10
mpw_12-Oct-05 16:10 
QuestionHow to quickly draw a transparent image Pin
cchere12-Oct-05 14:57
cchere12-Oct-05 14:57 
AnswerRe: How to quickly draw a transparent image Pin
sduhd12-Oct-05 15:38
sduhd12-Oct-05 15:38 
GeneralRe: How to quickly draw a transparent image Pin
Anonymous12-Oct-05 15:43
Anonymous12-Oct-05 15:43 
QuestionHow to Draw a Rectangle? Pin
sduhd12-Oct-05 14:53
sduhd12-Oct-05 14:53 
AnswerRe: How to Draw a Rectangle? Pin
Gulfraz Khan13-Oct-05 2:18
Gulfraz Khan13-Oct-05 2:18 
QuestionSystem.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
Rein_Petersen12-Oct-05 9:28
Rein_Petersen12-Oct-05 9:28 
AnswerRe: System.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
leppie12-Oct-05 11:19
leppie12-Oct-05 11:19 
GeneralRe: System.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
Rein_Petersen13-Oct-05 2:56
Rein_Petersen13-Oct-05 2:56 
QuestionRead only strings Pin
TheMajorRager12-Oct-05 7:52
TheMajorRager12-Oct-05 7:52 
AnswerRe: Read only strings Pin
Dave Kreskowiak12-Oct-05 8:05
mveDave Kreskowiak12-Oct-05 8:05 
AnswerRe: Read only strings Pin
Robert Rohde12-Oct-05 8:50
Robert Rohde12-Oct-05 8:50 
GeneralRe: Read only strings Pin
Dave Kreskowiak12-Oct-05 11:38
mveDave Kreskowiak12-Oct-05 11:38 
QuestionPlease could someone help me with the code required to access resources in a res file Pin
Rendili12-Oct-05 7:49
Rendili12-Oct-05 7:49 
QuestionAssign null value to a Decimal Pin
zaboboa12-Oct-05 7:41
zaboboa12-Oct-05 7:41 
AnswerRe: Assign null value to a Decimal Pin
Dan Neely12-Oct-05 7:49
Dan Neely12-Oct-05 7:49 
GeneralRe: Assign null value to a Decimal Pin
zaboboa12-Oct-05 7:50
zaboboa12-Oct-05 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.