Category: VB.NET
Battery Life
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…
Web Browser Controls
C# Visual Studio 2010 Project C# WebBrowser VB.NET Visual Studio 2010 Project VB.NET WebBrowser
Import Excel Spreadsheet into DataGrid
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.
Filter Datagrid
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:
Visual Studio Oracle Tools
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…
You must be logged in to post a comment.