hi,,all of the members,as u all know i m going to prepare a 3D home designig software as my final project.. so first thing is that how to draw the lines rectangles and other necessary things with mouse by selecting that object(rectangle ,circle etc),so can any body tell me how to draw these things on picture box and how to add scroll bars to picture box so that when running that project the picture box be scrolled..
i have got help about 3D from this forum, but my basics are too week so plz can any body tell me how to draw those images with mouse as paintbrush.
If you want to add scrollbars you have to store the fullsized image in the memory (or hidden picturebox) and use BitBlt to draw it back to the screen. You then calculate what region you want to draw back using the values from the scrollbars.
well i m planning it to draw any drawing in 2D and then by certain command we can view it as 3D .and i want to use visual basic with directX 7 or 8,but still it would be confusing because my teacher has advised that it would be best in C language.but there is a lot of difficulty to design an interface as compared to visual languages.so i m a little bit confused to either use visual C or Visual basic...how ever i have no any professional approach in both of these languages..so tell me what should i do??regards..
Choose which ever langauge you are most familiar with, you may notice some slight performance differances. But if you are more comftable with Vb then go with that.
I'm 99% certain in can be achieved in both langauges
ok i m going to start the project in VB so first of all tell me how should i make a picture box so that i can draw line as wall ,door and other parameters etc..
i have downloaded the program of lines,but it has neither exe file in vb nor it is showing any form in Visual basic IDE,just simply showing a module but in module strange types of characters are shown here.so what is the reason and how can i solve it..