[SOLVED] Help on bingwallpaper and custom wallpaper

Answered
0
0

Howdy,

I have the app bases almost like i want to start moving forward to the forms creation, but I’d like some help.

I’ve managed to create a login page with WiseJ help, and the desktop. I inserted the bingwallpaper into the login page and it’s working, but in the desktop page, i have it also inserted and it’s not working, and it may be due to the way i’m calling forms/windows.

After login I’m doing this on the login page:
Application.Desktop = New MyDesktopMain
Me.Hide()

What am I doing wrong?

Here’s my app so that you can help me, if possible, so I ask:
1, What am I doing wrong?
2, How to have also as an alternative, custom wallpaper images as an alternative to bingwallpaper, but that does the same rotation?

http://neotrix.decimal.pt/bugs/dpanel-for-wisej.zip

  • You must to post comments
Best Answer
0
0

Hi Jorge,

The BingWallpaper should work on desktop controls by default.

You can select a specific control that the BingWallaper should show on by clicking “bingWallpaper1” and setting the “Control” property to your specified object (any control you wish).

If you want to change the background of the desktop without Bing wallpaper, you can change the “Wallpaper” property of the desktop.  You can set it to an image resource.

Does this make sense?

Best regards,

Levie

  • Jorge Bastos
    Hi levie, For CustomWallpaper, check the image i attached, shouldn’t it work like bingwallpaper?
  • Levie (ITG)
    Hi Jorge, Is it not working for you? Did you attach valid images to the CustomWallpaper? Let me know! Best, Levie
  • Jorge Bastos
    Levie, The images we added in the imagelistentry and are present in the source. I used the “ImageSource” property, should they be added to the “Image” property instead?
  • You must to post comments
0
0

.

Attachment
  • You must to post comments
0
0

Thanks!

For some reason in the “desktop” item the bing control didn’t assigned it.

For the custom images, I think I’ll handle it myself, I’ll let you know if I need any help.

  • You must to post comments
0
0

Hi,

Can you help on this two items?

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.