If I have too many controls on my form, my graphics won't show! For my checkers game I wanted a nice startup graphic, but it wouldn't show because there were too many buttons from the board! Why is this? Anyone have a way around it? :confused:
Printable View
If I have too many controls on my form, my graphics won't show! For my checkers game I wanted a nice startup graphic, but it wouldn't show because there were too many buttons from the board! Why is this? Anyone have a way around it? :confused:
Uh, is this VB or C++? If I recall correctly, VC++ doesn't use forms...correct me if I'm wrong. :confused:
C++...well you know what I mean when I say form...I mean window... :rolleyes:
Too much VB again. :D
Define "too many." Hundreds?
48ish seems to be the limit (its a checker board...so with extra controls we barely reach 70 overall) :)