- Nov 24, 2009
- 8
- 0
- 0
Hi I am new to programming and want to make a Simple menu with names and numbers and after you finalize the names and numbers you can make the program full screen and free write / drawn on it. What is a program that can do this?
Its hard to describe what I want to do but here it goes. At work we have a white board with names and what rooms are assigned to the rooms. I want to make a program that has a drop down menu to select names and rooms. At the bottom right corner I want to make a finalize button and then it makes it into a nice format with names and room numbers next to the names so people know what rooms they are assigned to.
The thing is sometimes there are changes to be made during the day and notes to be posted that don't fall into the category of names and rooms. So I want to be able to use the mouse and write free hand a note, anti-aliasing would be awesome but for now sloppy mouse handwriting will do.
Is this possible and with what program?
Can an adobe program do this?
Thanks for all the replies.
Your requirements are really quite vague. Any programming language with links to the win32 api can do this (languages without such links might be able to do this.)
What do you mean by menus? What you are saying and what you are explaining that you can do with it seem to be two different things.
As for the paint part of the program. You should realize that doing anything beyond MS paint esq painting is going to be pretty complex (heck, even MS paint stuff isn't going to be a walk in the park.) Don't expect to put any sort of photoshop functionality into this. While it is possible, it isn't likely.
Its hard to describe what I want to do but here it goes. At work we have a white board with names and what rooms are assigned to the rooms. I want to make a program that has a drop down menu to select names and rooms. At the bottom right corner I want to make a finalize button and then it makes it into a nice format with names and room numbers next to the names so people know what rooms they are assigned to.
The thing is sometimes there are changes to be made during the day and notes to be posted that don't fall into the category of names and rooms. So I want to be able to use the mouse and write free hand a note, anti-aliasing would be awesome but for now sloppy mouse handwriting will do.
Is this possible and with what program?
Can an adobe program do this?
Thanks for all the replies.
Last edited: