Page 2 of 2

Obscure Paint

Posted: Wed Nov 10, 2010 6:10 pm
by Usman55
Hello everyone,

This is the updated version of my Obscure Paint. Nothing much changed, but only some graphic changes and some bug fixes. I am willing to add some advanced features after some days because I am going to have 9 holidays from school for a religious event. So I will be able to take all the time I need. This is just a basic paint program and I made it a fixed window because there was an error which I could not solve out. And also the file slows down when using the Bucket Fill tool. I'll figure it out soon. And please don't post any disappointing comments (I know you won't). And you can download the source code from my sharecash account. You will have to complete a survey and thats all. But the source code is worth it (I guarantee).

Sourecode of Obscure Paint (Sharecash link): Currently unavailable.

Re: Obscure Paint

Posted: Wed Nov 10, 2010 6:14 pm
by Usman55
Hello everyone,

Here is the updated version: viewtopic.php?f=70&t=3700

Re: Obscure Paint

Posted: Wed Nov 10, 2010 10:46 pm
by mandai
It looks like the InvalidOperation was caused by the missing library Microsoft.VisualBasic.PowerPacks.Vs. I don't know any end-users that have this installed on their systems. It also looks like there is too much duplication in your code.

Re: Obscure Paint

Posted: Thu Nov 11, 2010 8:49 am
by TheSecretBoy
Cheatmasterbw wrote:
I can't seem to get the program working.

What operating system do you use?
What .net framework do you use?

Feel free to ask me how to add features (PM) about my Mega Paint Program! (Source here)
The same problem with me when i open it Else with RUN AS ADMIN then it pop out ( WINDOWS CHECKING FOR SOLUTION 1 + 1 = 11 hhh )

Re: Obscure Paint

Posted: Thu Nov 11, 2010 11:34 am
by Usman55
mandai wrote:
It looks like the InvalidOperation was caused by the missing library Microsoft.VisualBasic.PowerPacks.Vs. I don't know any end-users that have this installed on their systems. It also looks like there is too much duplication in your code.
What do you mean by duplication?

And 'I don't know why but my topic got deleted.

Re: Obscure Paint (Updated Version)

Posted: Thu Nov 11, 2010 4:19 pm
by mandai
You could make it use less code if you made events that used the sender paramater to interface with the active control, and you could share events between different controls.

Re: Obscure Paint (Updated Version)

Posted: Fri Nov 12, 2010 2:26 am
by Usman55
lol, can you do it for me please? I'll really appreciate it. And send me the code via PM.

Re: Obscure Paint (Updated Version)

Posted: Tue Nov 30, 2010 5:50 pm
by Usman55
Hello everyone,

I am going to do a remake of this and make it pretty advanced. And also I have figured out why it could not run on some computers. The problem was that I used a rectangle to make my form look cooler and the Shapes Power Pack is not installed on all computers so that was the problem. Hopefully, you can wait for the next version to come.