About 21,400 results
Open links in new tab
  1. Could not retrieve schema from my database.

    Apr 11, 2012 · Yeah, I was trying to use SQL, but I could never get my connection open. So I decided to use MS Access. I reinstalled Visual Basic Express 2010, but it didn't work. I don't have SQL Server …

  2. How to load DLL at runtime? - social.msdn.microsoft.com

    Sep 10, 2009 · Anotehr approach is to make a class in the DLL that has shared function that returns bitmaps, objects, or other things for you. For example, you can make a class that has a Shared …

  3. REGISTRARE VISUAL BASIC 2008 EXPRESS EDITION

    Sono passati i giorni di prova e mi esce una finestra che mi chiede il codice di registrazione. Con il 2010 è stato facile, mi sono registrato e ho ricevuto il codice appena ho fatto il login, ma come faccio ad …

  4. code to start google chrome and perform a simple google search

    Jan 27, 2016 · Visual Basic forum is aim to Visual Basic is aim to discuss and ask questions about the Visual Basic programming language. Your question is more related to VBA, I will help you move this …

  5. Need help with C# and Motorola MC9090 external serial port via …

    Nov 19, 2010 · Can anyone help me with access to the power on the external COM port on the MC9090? I am able to read and write the serial port from a C# program (via an ADP9000-100 …

  6. Deleting a record from dataset - social.msdn.microsoft.com

    Dec 2, 2005 · I have a form with a List box that is populated by the dataset and displays the information column from the above table. When a user selects one of the items in the list box and clicks a Delete …

  7. How to correctly create class events in C# to be consumed by COM ...

    Nov 16, 2011 · In this C# class library, I have added an event to the class. But I don't seem to be able to get this event correctly set-up to be consumable by Visual BASIC 6.

  8. Calling Fortran routines from Visual Basic

    May 17, 2006 · I'm trying to call, in Visual Basic, my Fortran routines. But i don't know how to proceed. I've already tried some examples but it didn't work out. All i know is that i must create a fortran dll and …

  9. How to remove SIngle quote (') from strings

    Feb 4, 2009 · All replies 1 Sign in to vote Try the replace function Dim Mystring As String = "abcdef'ghijklmnopqrstuvwxyz" Mystring = Mystring.Replace ("'", "") MessageBox.Show (Mystring) …

  10. Sendkeys to batch file - social.msdn.microsoft.com

    Dec 10, 2008 · When i step through the program i dont get any errors although the visual basic editior always jumps back to the top preventing the sendkeys from working.