G
Guest
I have a child form that calls an input box to receive
information from a user during runtime. The code
looks like this:
strResult = InputBox("Enter new class code")
I am having trouble getting this inputbox to show up on
the screen!! It shows up in the taskbar but I can't access
it...does anyone know how to make this box visible?
Thanks,
Parveen
information from a user during runtime. The code
looks like this:
strResult = InputBox("Enter new class code")
I am having trouble getting this inputbox to show up on
the screen!! It shows up in the taskbar but I can't access
it...does anyone know how to make this box visible?
Thanks,
Parveen