Is there a way to add image on window form?
I’m trying to add an image on window form using c#, but every implementation did not give the result I needed. I want the image stay on the navigation bar, but it always hop into the main tab. This is the code I’m currently using public TabPage AddCustomTabs() { TabPage imageTab = new TabPage(); imageTab.Text… Read More Is there a way to add image on window form?