strange vb behavior

Johnson

Well-known member
Joined
Mar 6, 2009
Messages
158
Programming Experience
Beginner
any thing like this ever happen to you?

for instance. i have 2 functions

1: play a embedded wav resource
2:change desktop wallpaper

The code i use both work if i create a new application for each. So this tells me the code is correct.

But if i add the 2 functions to my application 1: does not play anything but gives me no error. 2: the wall paper just turns white and does not set it to my selected wallpaper. But like i say, they both work in new apps.


so what would be the first steps you would take to try find out why?
 
Back
Top