Hello all....

I am having a bit of trouble with a program i am making. It's a footy tipping program, and the season starts in under two weeks, so need to give it to my End User very soon (!!)

Anyway. all but one part of it is working....
You see, the initial screen works, no problems, but when I call the

.DoModal()

of the next screen, nothing happens...it just refuses to load. I believe this all started when I added:
1) MSFlexGrid (for displaying the results)
2) CommonDialogControl (for saving to file)

And ever since i put those in, it has refused to open this screen!
Well, it works on my laptop wihch I have used to make the program, but i'm guessing this is cos I have all the .ocx/.dll/.lib files needed due to having VC++ and VB installed....however, it doesn't run on the computer of the user, which it will have to soon

Any suggestions? Like, files which i'll need to bundle with it?
Thanks, any help (especially fast help) is appreciated