I tried the suggestion it didnt work, it seems vista gives the error the moment i try do anything to the form. I even tried at the start of the routine msgbox me.windowstate..crash... msgbox me.left... crash.... msgbox me.top crash....
Just in case here is the code from frmMain (resize event) which then calls this code to show the alert on frmReminder...
vb Code:
NoPopup = NoPopup + 1 If NoPopup < 1 Then NoPopup = 1 Set PopUp(NoPopup) = New frmReminder 'Form2 PopUp(NoPopup).Iniciar "msg here", NoPopup If NoPopup = 3 Then NoPopup = 0




Reply With Quote
