About 50 results
Open links in new tab
  1. 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 setting the …

  2. How to create bill of materials in Visual Basic

    Oct 27, 2014 · Use Entity Framework, create a LINQ or Lambda statement via a data context which represents SLQ with a where condition.

  3. Visual Basic and SQL Server Commit Transaction

    Feb 15, 2013 · If you don't use a .Net transaction or the Entity framework (and the way you write it I guess you don't and are you using the word transaction like a command) there is no commit. Not in …

  4. DoCmd.Echo in visual basic - social.msdn.microsoft.com

    Jan 9, 2017 · with docmd.echo at at the beginning of a procedure I thought that the screen would be froozen and with docmd.echo off that The screen would be enabled again. However my screen is still …

  5. 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? Thursday, January 29, …

  6. Words in txt file in alphabetical order - social.msdn.microsoft.com

    Sep 14, 2011 · How do i put the words in a txt file in alphabetical orderusing code ?

  7. Increment a filename - social.msdn.microsoft.com

    Aug 17, 2009 · How do I make it so that if the filename in textbox13 already exists, it just adds a 1, 2, 3, etc... on the end so that the program doesn't lock up?

  8. 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

  9. Accessing Visual FoxPro data using VBA (Excel)

    Jul 26, 2006 · I am trying to query some records from a FoxPro database in Excel using VBA. I am able to grab all the data I want, based on my criteria, except for the dates. I cannot query by dates. Could …

  10. 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 scheduled in …