okay, which means i am actually opening other forms first...hm......okok, will try that
also, in VB6, i have a way of disabling people from entering text into a textbox when they tried to key it in by setting KeyAscii = 0 under the keypress event, but in VB.NET, the keypress event does not have this, i have tried the e.empty event but doesn't seem to work, is that the right one? or is there another way to do so ? i want to do this without having to disable the text box as this will darken the textbox, i don't want that...