
Creating a MultiColumn ListBox in Visual Basic
Aug 25, 2008 · HI, can someone please help me out with creating a multicolumnlistbox box. I have tried all know but I actually don't know much since I'am new to Visual Basic. I've tried …
Visual Basic Roadmap? - social.msdn.microsoft.com
Jun 11, 2019 · I'm interested in confirming that Visual Basic has a future within .Net and if there are particular milestones on the roadmap that I need to be aware of, as the company I work …
Copy cells of a DataGridView to the Clipboard with a …
Nov 18, 2016 · How can I copy any selected row or column on a DataGridView to the clipboard using a MenuContextStrip?
Visual Basic File lock - social.msdn.microsoft.com
Jan 29, 2015 · I'm using My.computer.FileSystem to read/write .txt files in Visual Basic. Is it possible to lock files before reading to prevent conflicting access by more than 1 user? …
Creating a cluster application with visual basic
Jul 28, 2008 · I have a application build in VB and the connection to the data base is using ODBC.
Get surce code from dll - social.msdn.microsoft.com
Sep 21, 2010 · User442876312 posted Hello, Is it possible to get source code from dll ? It's a vb.net web application. Thanks in advance. Friday, August 8, 2003 9:09 AM
Schedule vb.net application - social.msdn.microsoft.com
Oct 7, 2021 · i developed an application which takes input from drop down list and then creates files when we click on that button for specified value in dropdownlist.
Rounding off a number to the nearest 100
User1659852741 posted Is there a function to round off a number to the nearest 100?For example,1321 would be rounded off to 1300 and 4674 would be rounded off to 4700.
Login form with XML user data - social.msdn.microsoft.com
Feb 24, 2009 · I want to create a basic Login form for my Winodws Form application (VB.net).
Single Instance App in Visual Studio - social.msdn.microsoft.com
Jan 13, 2006 · Visual Studio 2005 provides a property to only allow single instances. The property is only available if the Startup object is a form. I have a simple process that is going to be …