Forum: C# Jul 15th, 2008 |
| Replies: 1 Views: 761 Hey
I have this project now:
http://peecee.dk/upload/download/123403
It allmost works, the preview thing just doesnt work properly
Could you guys take a look at it?
Because I cant seem... |
Forum: C# Jul 14th, 2008 |
| Replies: 1 Views: 761 Hello.
I have a question..
I have this script:
int mouseDownX;
int mouseDownY;
int width;
int height; |
Forum: C# Jun 30th, 2008 |
| Replies: 0 Views: 3,047 Hello.
I have been creating a application that checks the application version and sees if it fits with the version from http://msbeditor.dumpen.dk/versioninfo.html
If it doesnt I use a... |
Forum: C# May 3rd, 2008 |
| Replies: 1 Views: 1,117 Now I got the saving text working by not removing any data from the text file so my array looks like this:
// Test
0
0 0 0 15 15 7 // 0
end
1
1 1 30 25 25 240... |
Forum: C# May 3rd, 2008 |
| Replies: 1 Views: 1,117 Hello.
I have a small question/problem.
I have this text file:
// Test
0
0 0 0 15 15 7 // 0
end |
Forum: C# Apr 6th, 2008 |
| Replies: 0 Views: 2,854 Hello.
I have a simple picturebox where there is a image loaded in
Im drawing a rectangle on the picturebox and when I press a button I want to invalidate it (remove the rectangle), but it... |
Forum: C# Mar 24th, 2008 |
| Replies: 1 Views: 2,346 Hey I got some quetions
Question 1:
I have a image that is in a picturebox which is called pictureBox1
I want to read monstersetbase.txt and add small ellipses to my image. The position of the... |