Click here to Skip to main content
15,889,867 members
Home / Discussions / C#
   

C#

 
AnswerRe: Unable to find Entry point in DLL Pin
Bharath.rao17-Feb-06 22:31
Bharath.rao17-Feb-06 22:31 
GeneralRe: Unable to find Entry point in DLL Pin
emran83419-Feb-06 15:38
emran83419-Feb-06 15:38 
QuestionQuestion about table with Grid in C# Pin
Yanshof17-Feb-06 19:59
Yanshof17-Feb-06 19:59 
AnswerRe: Question about table with Grid in C# Pin
Rmokkenstorm19-Feb-06 20:42
Rmokkenstorm19-Feb-06 20:42 
QuestionWebsite tracking Pin
Makarand Mannur17-Feb-06 19:21
Makarand Mannur17-Feb-06 19:21 
QuestionAgile/Extreme Pin
fmardani17-Feb-06 19:14
fmardani17-Feb-06 19:14 
AnswerRe: Agile/Extreme Pin
Colin Angus Mackay18-Feb-06 0:02
Colin Angus Mackay18-Feb-06 0:02 
QuestionProblem in Drawing Pin
mynameatif17-Feb-06 18:39
mynameatif17-Feb-06 18:39 
Hello,
I am working on a project where i have to fill a recgangle on a panel against a button click.When the button is clicked it works fine the rectangle is drawn but the problem accours when i resize my form or some other form is open on it the drawing that is on the panel is wash out imen it is clered from the panel i am writing the code.If any one knows the solution plz let me know.
Thanks
Regards
Atif

public void btn_click(object sender,EventArgument e)
{
Graphics g=mypanel.CreatGraphic();
SolidBrush b=new SolidBursh(Color.Red);
g.FillRectanle(b,0,0,40,40);
}

AnswerRe: Problem in Drawing Pin
yoaz17-Feb-06 22:29
yoaz17-Feb-06 22:29 
QuestionStepping up! Pin
Princewill17-Feb-06 14:35
Princewill17-Feb-06 14:35 
AnswerRe: Sepping up! Pin
George L. Jackson17-Feb-06 14:38
George L. Jackson17-Feb-06 14:38 
AnswerRe: Stepping up! Pin
leppie17-Feb-06 16:29
leppie17-Feb-06 16:29 
QuestionSSH Question Pin
vipix0117-Feb-06 13:46
vipix0117-Feb-06 13:46 
AnswerRe: SSH Question Pin
Robert M Greene17-Feb-06 14:18
Robert M Greene17-Feb-06 14:18 
GeneralRe: SSH Question Pin
vipix0117-Feb-06 14:23
vipix0117-Feb-06 14:23 
QuestionUsing Crystal Reports Pin
TheJudeDude17-Feb-06 12:52
TheJudeDude17-Feb-06 12:52 
Question Total Posts: 1 Member Since: Jan 30, 2006 [C#] loading .pgm file within a Bitmap object Pin
Lawx0117-Feb-06 11:35
Lawx0117-Feb-06 11:35 
AnswerRe: Pin
CiNN17-Feb-06 14:50
CiNN17-Feb-06 14:50 
GeneralRe: Pin
Lawx0117-Feb-06 15:17
Lawx0117-Feb-06 15:17 
GeneralRe: Pin
CiNN17-Feb-06 21:35
CiNN17-Feb-06 21:35 
GeneralRe: Pin
Lawx0118-Feb-06 0:46
Lawx0118-Feb-06 0:46 
Questioncannot connect to server(web service for pocket PC) Pin
Khaled Mahmoud17-Feb-06 10:58
Khaled Mahmoud17-Feb-06 10:58 
QuestionCant add a Web Reference Pin
DocH0liday17-Feb-06 10:50
DocH0liday17-Feb-06 10:50 
QuestionEquilizer Problem Pin
snouto17-Feb-06 7:30
snouto17-Feb-06 7:30 
QuestionC# to UML Pin
hg270517-Feb-06 7:15
hg270517-Feb-06 7:15 

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.