Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. where is my toolbar images

where is my toolbar images

Scheduled Pinned Locked Moved Visual Basic
helpcsharpvisual-studiodesignquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Greeky
    wrote on last edited by
    #1

    when design time i see images on toolbar buttons but after build then run, there is no images. I guess it is a bug of Vs.Net Express . Any diffeerent idea ? Recently i face so many times Loader Exception and still there is no fix for that.

    J 1 Reply Last reply
    0
    • G Greeky

      when design time i see images on toolbar buttons but after build then run, there is no images. I guess it is a bug of Vs.Net Express . Any diffeerent idea ? Recently i face so many times Loader Exception and still there is no fix for that.

      J Offline
      J Offline
      Joshua Quick
      wrote on last edited by
      #2

      I know .NET 1.0 and 1.1 had a bug like this when calling EnableVisualStyles(). The work-around was to call Application.DoEvents() after enabling visual styles and before displaying your form, like this...

      Public Class Main
      Public Shared Sub Main(ByVal args() As String)
      Application.EnableVisualStyles()
      Application.DoEvents()
      Application.Run(New MyForm)
      End Sub
      End Class

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups