
I need help creating a timer in visual basic (console application)
Oct 1, 2018 · I'd like to create a timer so that after 60 seconds, a variable from the main sub will be set to true. If anyone could help, that would be very much appreciated. *fat dab* Monday, …
Problem with Windows application framework properties
May 3, 2009 · When "Enable application framework" option is unchecked, Startup object can be a form or Sub Main. The "Enable application framework" option is unchecked by default. …
is it possible to calculate code metrics for web site projects
Aug 4, 2009 · In Visual Studio, Code Metrics are only available only for C#, Visual Basic, and C++/CLI projects that are not web site project. As far as I know, there is a little difference …
XP Visual Styles - social.msdn.microsoft.com
May 11, 2012 · I unticked "Enable XP visual styles", but application still has XP visual style. I want to achieve that application will be in Windows Classic color scheme look. Basically the same …
Running and giving codes to admin cmd with visual basic
Feb 14, 2016 · I'm using visual basic 2013. I'm trying to make a program to run and give commands to admin cmd using vb. I wrote a code to do it using "runas". But still it says "You …
Datagridview column width by column name
Sep 21, 2007 · Visual Basic does the rest, then I simply wanted to resize the column in the datagridview. I'd of thought that the datagridview columns would logically be called the same …
How to distribute a VB.NET application alongwith a SQL Server …
Jan 3, 2006 · In reply to your answer, I want to compile the VB.NET 2002 application alongwith the SQL 2000 database that will have the base data and then put this database onto a server …
[VB.NET] Getting the file extension from a MIME Type
May 1, 2013 · I would like to get the extension of a file from his MIME Type in Visual Basic.NET.
trouble trying to connect a database in vb2008
Apr 21, 2009 · (Installing Visual Basic 2008 Express SP1 will install .NET Framework 3.5 SP1 meanwhile.) Visual Studio 2008 Express Editions with SP1 Microsoft .NET Framework 3.5 …
problem in opening excel file by using visual basic 2013
Jan 31, 2019 · Here is an example to work with. If the Excel file exists the file is opened then checked to see if the sheet exists, if so we now have a reference to it. I wrote an option to …