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

Read Text File Line By Line

Posted on September 18, 2013October 26, 2015 By David Kittell
Read more

Battery Life

Posted on May 3, 2013February 8, 2016 By David Kittell

By its self this code is rather simple and meaningless but useful when adding to scheduled tasks or applications that take a long time to run and have the potential of running on a laptop. Before using the code below in Design View you’ll need these: 1 Progress Bar 2…

Read more

Web Browser Controls

Posted on April 11, 2013March 3, 2016 By David Kittell

C# Visual Studio 2010 Project C# WebBrowser VB.NET Visual Studio 2010 Project VB.NET WebBrowser

Read more

Import Excel Spreadsheet into DataGrid

Posted on March 25, 2013October 26, 2015 By David Kittell

Originally found at http://blueraiden.exofire.net/blog/import-excel-spreadsheet-data-to-datagridview-using-vb-net For the code to work you need to first add a DataGridView and a Button in design view and have a valid file path for the Excel file.

Read more

File Open

Posted on March 11, 2013October 26, 2015 By David Kittell
Read more

New Line

Posted on March 4, 2013March 10, 2016 By David Kittell

Often we forget what code we need to use to create a new line (line break), hopefully this will help. n = CR (Carriage Return) Used as a new line character in Unix r = LF (Line Feed) Used as a new line character in Mac OS nr = CR…

Read more

Filter Datagrid

Posted on March 1, 2013October 26, 2015 By David Kittell

If you already have a data grid and want to search it you can create a textbox and do a textbox.textchanged control to run something like below:

Read more

Visual Studio Oracle Tools

Posted on February 28, 2013October 26, 2015 By David Kittell

When working with Visual Studio and Oracle you will need to download Oracle’s Visual Studio Tools. Code Samples: http://www.oracle.com/technetwork/articles/dotnet/cook-dotnet-101788.html If I thought I could legally host the file I would. Official Page: http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html If the link fails to work do a search on http://www.oracle.com/ for Visual Studio ODAC 11.2 Release…

Read more
  • Previous
  • 1
  • …
  • 3
  • 4

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
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes
 

Loading Comments...
 

You must be logged in to post a comment.