I have a program and when I run it, splash screen shows up but when it get's to a program itself, then my VB just freezes up so I have no choice but to use Ctrl+Alt+Del to shut the Vb down......
Anyone know how can I trace out that error because VB doesn't show me what is wrong....
I use few API calls like GetWindowsDirectory, GetPrivateProfileString (read from INI), SetWindowPos, etc. in my Form_Load() Sub , also it loads few pictures, sets few strings into text boxes, activates timers, etc....not difficult stuff, but I really need to find out what is wrong with my program, so if anyone have any advice that he/she can give me about "unknown" errors then please reply

Thank You