Visual Studio question
-
i'm a beginner and i have to write a program that contains buttons that draw a square and a circle and a clear button but i cant use a GUI application, any ideas on how to approach this. i have no idea how to create a button alp
-
i'm a beginner and i have to write a program that contains buttons that draw a square and a circle and a clear button but i cant use a GUI application, any ideas on how to approach this. i have no idea how to create a button alp
is this a school assignment ? bryce --- To paraphrase Fred Dagg - the views expressed in this post are bloody good ones. --
Publitor, making Pubmed easy. http://www.sohocode.com/publitorOur kids book :The Snot Goblin
-
i'm a beginner and i have to write a program that contains buttons that draw a square and a circle and a clear button but i cant use a GUI application, any ideas on how to approach this. i have no idea how to create a button alp
glowskull03 wrote: i have to write a program that contains buttons that draw a square and a circle Check out
Rectangle()
andEllipse()
respectively. glowskull03 wrote: ...but i cant use a GUI application Meaning that you are not allowed to, or that you do not know how? glowskull03 wrote: i have no idea how to create a button How aboutCreateWindow("Button", ...)
?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow