Results 1 to 8 of 8

Thread: [RESOLVED] Error 50003 Vista Only on Minimize

Hybrid View

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    37

    Re: Error 50003 Vista Only on Minimize

    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:
    1. NoPopup = NoPopup + 1
    2.             If NoPopup < 1 Then NoPopup = 1
    3.             Set PopUp(NoPopup) = New frmReminder 'Form2
    4.             PopUp(NoPopup).Iniciar "msg here", NoPopup
    5.             If NoPopup = 3 Then NoPopup = 0

  2. #2

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    37

    Re: Error 50003 Vista Only on Minimize

    Well, I fixed it... But I am not able to tell anyone what was wrong with the code because I dont know!

    All I did was scrap all existing alert code and replaced with some new fresh msn style alert code from pscode.com... That did the trick.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width