Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

C# - ImageList - how to include it in MainForm resource ???

Featured Replies

Posted

So I've added an ImageList to MainForm but unfortunately in compiled exe is not under MainForm resource but as an separated resource called imageListTreeView.ImageStream,
when I try to run the program it complain about resource not being found:
this.imageListTreeView.ImageStream = (ImageListStreamer)componentResourceManager.GetObject("imageListTreeView.ImageStream");

How to fix this problem?
 

Edited by CodeExplorer

  • The title was changed to C# - ImageList - how to include it in MainForm resource ???

It's hard to guess without having something to look at. Post the project (or DM if it's private)

  • Author

I resolved my problems.
I simply added again all images and now all works ok, and now ImageList is included in MainForm.
To be frankly I have no idea on why this error came from first place.
 

Edited by CodeExplorer

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.