Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi every one.

I was wondering to create a very simple application to design doors and windows.

A window is contain of many parts like frame,Mullion and sash and glass.

I want it to have a toolbox and a canvas to draw it.

The complete and heavy application which is used for quotation is Ra Workshop you can find the online presentation here:
http://www.raworkshop.com/Online-Tutorials.aspx[^]

The thing in my head is i create a component named Frame,Sash,Glass and etc and use them at runtime, but i couldn't figure out how to create them like the software.
I dont know the logic behind this graphical representation.

http://es.raworkshop.com/Resources/ScreenShots/RA/Ra-Workshop-Lite-04-En-Large.jpg[^]
In image above, does window created by GDI+ or is it a image???
Any help would be great
Kind Regards,
Posted
Updated 7-Jul-15 2:18am
v3

1 solution

 
Share this answer
 
Comments
st_249 7-Jul-15 8:15am    
I cant figure out what is the image! If you see the window in software, is it generated by GDI+ or is it image?
Richard MacCutchan 7-Jul-15 9:27am    
Sorry, I don't understand. You can create a dynamic image by using the GDI+ drawing functions. Or you can load an image from a file and display it on your Window.
st_249 8-Jul-15 13:34pm    
I mean how the programmer create the window??? Is he using Image functions or creating graphic shapes???
Richard MacCutchan 8-Jul-15 13:47pm    
A Window is created from a base template based on GDI. However it may (and mostly does) contain images as well as other GDI shapes. The shapes in the link above are mostly GDI/GDI+ I would think, but you would need to ask the people who created the program.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900