Ok this is the weirdest thing that I have ever had happen! In my project I have a form that I have named frmSetting. I call this with frmSetting.Show vbmodal. Now this works absolutely fine in the development environment and when compiled (exe) on the machine I used to create it. When I transfer the exe to another machine everything works except for this one form not showing its self. I have done tons of tests to see how far it was getting and It just seems that the one line of code "frmSetting.Show vbmodal" is not being executed at all. No errors or anything are arising. Thanks in advance for any ideas!