Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: VB.NET

Get Windows Shortcut (.lnk) Details

Posted on March 17, 2016 By David Kittell

The below will help you get the full path of a Windows shortcut (.lnk) in your program. The below examples specifically create a command-line executable file but you could use the function in your program just as well. View the full code in GitHub at https://github.com/dkittell/lnk-parser VB.Net example converted from…

Read more

Get file metadata

Posted on June 27, 2014October 26, 2015 By David Kittell

Create a project and add text box with a name of txtFileDetails and make it multi-line to run the code below.

Read more

Check Instance Of Application

Posted on May 9, 2014October 26, 2015 By David Kittell

Preferred Method: Project Menu -> Properties -> Application -> Check Box: Make Single Instance Application Non-Preferred Method: This code will look in your task manager for the same name of your application, if it exists it will prevent another copy of it from running.

Read more

Draw an arrow within a box

Posted on December 20, 2013October 26, 2015 By David Kittell
Read more

Draw An Arrow

Posted on December 20, 2013October 26, 2015 By David Kittell
Read more

OpenFileDialog

Posted on December 18, 2013October 26, 2015 By David Kittell

On a form create a textbox (txtFilePath), button (btnFilePathBrowse), and OpenFileDialog (ofdFilePath). Double click on the button and the OpenFileDialog in Design view to create the action scripts

Read more

Get IP Address

Posted on December 14, 2013November 13, 2015 By David Kittell
Read more

Folder Exists

Posted on December 14, 2013October 26, 2015 By David Kittell
Read more

Windows OS Version

Posted on December 14, 2013October 26, 2015 By David Kittell
Read more

File Exists

Posted on December 14, 2013October 26, 2015 By David Kittell
Read more
  • 1
  • 2
  • …
  • 4
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes