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. XP look needed in vb applications

XP look needed in vb applications

Scheduled Pinned Locked Moved Visual Basic
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.
  • F Offline
    F Offline
    FASTian
    wrote on last edited by
    #1

    hey guys i need xp style in my vb application. If you know of any free libraries available please reply. Thanks a lot

    N 1 Reply Last reply
    0
    • F FASTian

      hey guys i need xp style in my vb application. If you know of any free libraries available please reply. Thanks a lot

      N Offline
      N Offline
      Niels Penneman
      wrote on last edited by
      #2

      VB.NET: System.Windows.Forms.Application.EnableVisualStyles() VB6: Add the API function InitCommonControls, defined as: void InitCommonControls(VOID); In VB: Private Declare Sub InitCommonControls Lib "comctl32.dll" () Make sure you make a call to this in Form_Initialize: Private Sub Form_Initialize() InitCommonControls End Sub Then add a manifest file called .manifest, so if your app is App1.exe then this file would be App1.exe.manifest. The file must contain the following lines: Your App name goes here greetz ;-) *Niels Penneman*


      Software/Dev Site
      Personal Site


      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