About 4,590 results
Open links in new tab
  1. Where to find Microsoft Windows CE Toolkit for Visual Basic 6.0

    May 31, 2012 · I'm a having hard time finding Microsoft Windows CE Toolkit for Visual Basic 6.0 for download. I have a msdn subscription but it’s not available. The Toolkit for Vb6 is too old to …

  2. Visual Studio, Visual Basic and RAPI - social.msdn.microsoft.com

    Nov 6, 2008 · In Visual Studio 2005, developing by Visual Basic you don't have access to RAPI functions.

  3. Convert dic to txt - social.msdn.microsoft.com

    Mar 20, 2012 · Question 0 Sign in to vote Is there a code sample or free program on how to convert *.dic to *.txt file Monday, February 2, 2009 9:05 AM

  4. problema di crittografia - social.msdn.microsoft.com

    Jul 1, 2011 · Mi rendo conto che la domanda che sto per fare è alquanto strana, e infatti non pretendo di ricevere risposta, ma provo a farla sperando di trovare qualcuno tanto competente …

  5. Type <Form>.<DatasetName> is not defined

    Mar 20, 2023 · Gallery MSDN Library Forums Get started for free Type <Form>.<DatasetName> is not defined Archived Forums 421-440 > Visual Basic

  6. Barcode Scanner in VB.net - social.msdn.microsoft.com

    Apr 7, 2016 · This forum is discuss Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. …

  7. Consuming Web Service with Base64 authentication

    Sep 8, 2009 · I need to call a web service from .Net and the web service is authenticted through Base64 authentication.

  8. An unhandled exception of type 'System.AccessViolationException ...

    Sep 18, 2014 · An unhandled exception of type 'System.AccessViolationException' occurred in System.Data.dll Additional information: Attempted to read or write protected memory. This is …

  9. To do a select case using two variables or parameters

    Jun 22, 2004 · User-851521618 posted Hi! Is it possible to do a select case using two variables or parameters? For example, something like this: Dim family As integer = …

  10. Select code in vb.net using MS Access

    Oct 7, 2021 · If memory serves, data connections to Access databases use the OleDbConnection class. So if you wanted to execute a query in Visual Basic, it might look something like this : ' …