Forum: Visual Basic 4 / 5 / 6 Nov 5th, 2008 |
| Replies: 11 Views: 1,109 ObjectName, if it's dim-ed as an object, has to actually point to an existing object. You can't just dim it and then try and make it invisible... say you want to create a label and have it referenced... |
Forum: Visual Basic 4 / 5 / 6 Oct 26th, 2008 |
| Replies: 11 Views: 1,109 you can't use string variables in place of an object name. I'm building a program that reads commands and scripts and can build new forms and objects after runtime- I have a generic form that is... |
Forum: Visual Basic 4 / 5 / 6 Oct 26th, 2008 |
| Replies: 0 Views: 999 I can't find out if a form is in focus in my code.
I have a form subclassed to catch an event that the form is being moved, so that I can have a separate form docked to it that moves along with it... |