blah blah blah is here! blah blah » Close

1
votes
4 answers

Save panel as image

Hello, Short and simple question: [b]How to save the drawing (contents) on a panel as an image?[/b] Thanks in advance! Best regards, Sam

0
votes
1 answers

I'm tryin to make a clear butten to clear graphics I drew in a panel

Hy, im trying to find the code to clear the graphics i drew in a panel. Graphics gVenster = panel1.CreateGraphics(); -> is what I used to make the panel ready for graph. private void wissen_MouseClick(object sender, MouseE ...

0
votes
1 answers

C# SizablePanel

foamy
2499

Hi all, I have this control, derived from Panel, called SizablePanel. I've created some properties to allow me to modify whether or not the user will be able to resize the top, bottom, left or right edge. The code for this looks like thi ...

1
votes
1 answers

C# ScaleTransform with sync. panel resizing?

Hi Everyone I'm writing a simple drawing application, in this application the user will be able to "zoom" in and out of the simple line / box collections they have made. To do this I have been using the ScaleTransform function ...

-1
votes
2 answers

how to make my appln to look in professional way.!??

what i'am asking is that.., i'want my appln to install to C:\Program Files\... and also i'want to add it to appwiz.cpl (control panel -> Programs and features).., also reply how to UnInstall the software from appwiz.cpl.., plz hel ...

0
votes
2 answers

Check if cursor is resize-cursor

foamy
2499

Couldn't find my old [url=http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=79895]thread[/url], so here goes: [url=http://pastebin.com/m3a7cb7a1]this[/url] is the code I used to make the panel sizable.

Feedback