Jump to content

kenexcelon

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by kenexcelon

  1. When I set an image on a menu item. Nothing shows. When I told my father about DotNetWidgets I found out that he purchased it after he took a couple of programming classes for his own applications. Anyway, he doesn't use it anymore and let me have it. Could you possibly help me figure out what's going on with the image index? I dragged the menu provider onto the form and created one menu item. He can't figure out the problem either.

    Here's screenshots of a menu with and without an image:

    without:

    noimage.png

    with:

    image.png

  2. The print wizard is an XP feature. Please consider adding your own printing method so I could use Paint .NET to print images on an older machine. a lot of people still have windows 2000 and such. I got lucky and downloaded XP for free via MSDNAA for my main machine.

    Thanks!

  3. Our oh so wise professor did this to us! I think we will get roughly 60% of the project developed, I hope. It's mostly syntax differences and I'm picking it up fairly quickly. I've been going crazy with break points and such! What makes the whole situation worse, the professor for the class doesn't even know C# herself. We are developing this for a professor that has all the knowledge to finish it within a relatively short time himself. Mr. Bailes is a very knowledgeable developer and wrote his original application in C++ around 8-9 years ago. We get to be the people to upgrade his application to the new .NET libraries. My school hasn't even as much as offered C# before next semester. I know which teacher to take for that if I want to learn a lot. It'll be an interesting journey to say the least. Any good sites that would be good resources for learning C#? I seem to learn best by example as most tutorials, online anyway, don't even touch the surface of what .NET can do or learning detailed aspects of hardly any language.

    Thanks for the reply.

  4. For one of my classes we have to develop a project for a professor. Given the time slot we have, he realizes we won't get all of the features implemented and he'll pick it up where we leave off. We have to build a simple image editor for Software Engineering class. The product will not be sold, but will be used by a few teachers. We're free labor! Anyways, I won't reuse any code. But, would it be ok to use some of the code as a reference? I've only had VB up to this point, so I basically have to learn C# in 2 weeks and the code seems like it would be a big help to everyone in the class due to the fact no one in the class knows C# and the nature of the project we have to build. If not, I'll understand. I also saw a dll named DotNetWidgets. That doesn't seem to be available anymore. Any other menu and toolbar controls you could recommend?

    Sorry for such a long post! :shock:

    Thanks

  5. If I would have gotten a penny for everything I've overlooked, I'd be very very rich by now :)! When I was taking my advanced vb .net class the errors I would get on our last project would be, well, sort of stupid and were easy to pin down. We had to set a variable to the value of another. Say x = y, and I should have had y = x. I fixed the problem and recompiled 10 minutes before I had to turn the project in. What took me 2 weeks to code, came down to 1 line of code! But, the night before I spent hours trying to track down the problem. I was bald for a while after that ordeal :). I'm getting ready to take a C# class, so that was one reason to look at the source. However, I would have liked it to be commented better. It does seem to be straightforward, for the most part, as far as trying to determine what code does what.

×
×
  • Create New...