|
Re: Visual C++ 2005 Designer
Try adding brackets after your while statement. This is probably your problem because your while statement isn't doing anything right now.
ex:
for(){
while(){
arguments
}
}
p.s. The first dashboard is something like what you are trying to develop. Have you taken a look at it?
|