Right now i am using the method where i put the picture in a picbox, then save it as a .bmp then use SystemParametersInfo function to set the picture.
I do not like this because of one main reason: it takes huge amount of ram for a simple program such as this.
If anyone could help me out with a simpler/less ram consuming way to do this, it will be much appreciated. ;)