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
D

dmex

@dmex
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Odd Windows 7 feature
    D dmex

    I think the idea of the feature was some visual feedback when your desktop locks up. Most people usually grab the title bar and shake it when their desktop/application is locked up :confused:

    The Lounge question

  • open a website from a windows application in any browser
    D dmex

    Actually...This will launch any default browser at the URL you specify Private Sub LaunchURL(byval URL as String) Try Process.Start(URL) Catch ex as exception End Try End Sub You can then use: LaunchURL("http://urlhere") from anywhere within your code.. The Try is needed because some browsers like Firefox will sometimes return an error for no reason... Steven

    Visual Basic question
  • Login

  • Don't have an account? Register

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