Hi guys first of all i am newbie here so please go easy on me
Ok my question is i am at school and my teacher gave us an assignment which we meant to convert this program that current runs on java which is an image where the user use the mouse to zoom into d image runs on java as a html
now we need to convert it into c# i dnt know anything about c# java or c# sharp so got a begginers book on c# which is Beginning
Microsoft® Visual C#® 2008
Karli Watson and others
now the problems is due on a week an gone tru i've been learning if statment switch and loops but i am thinking bt the time i go tru d book i will not be able to create a image that uses the mouse to zoom in the image so does anyone know what would be the quickest way for me to be able to do this program?? i mean what should i try to concentrate in learning to be able to achive on time?? i could upload the current java program if anyone interest in seing bt i gt learn how to do it in c# myself
Loading
Sam HobbsPosted Oct 20, 2010, 4:03 PM
So did the instructor make this assignment for the purpose of teaching or for the purpose of getting a student to do the work that he or she cannot do?
Mahesh ChandPosted Oct 20, 2010, 8:40 AM
We can only show you the path. You are the one to follow it.
kayla mayPosted Oct 20, 2010, 7:55 AM
Sam HobbsPosted Oct 19, 2010, 4:35 PM
Since there is so much for you to learn, it is difficult to suggest where to start. I suggest reading the book and learning what the book teaches in the order that the book teaches it. Don't expect to be able to convert the program in a week; even if you get help doing it, you still will not have learned much. Converting the program might be very educational but you must learn the basics first.
Suthish NairPosted Oct 19, 2010, 4:15 PM
http://www.c-sharpcorner.com/UploadFile/mahesh/Java2CSMigration10032005161817PM/Java2CSMigration.aspx
kayla mayPosted Oct 19, 2010, 3:35 PM
Suthish NairPosted Oct 19, 2010, 3:24 PM
I suggest, you take your time and learn the technology which you prefer for your bright future.
Finding a quickest way is not good for you.
Learn (check article sections here) try out samples, if any problems face here we all ready to help.
JurePosted Oct 19, 2010, 2:52 PM
But if there aren't any restrictions on the type of application, then Windows Forms will probably be the easiest to implement.
About the code, if you have the source, then in the worst case you can just look-up syntactic equivalents of certain classes/functions and copy-paste what you can.
Zip the whole source code and post it here as an attachment.