About 6,110 results
Open links in new tab
  1. 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, October 1, …

  2. Web Forms Site versus Web Forms Application?

    Oct 7, 2021 · You want to include both C# and Visual Basic code in a single web project. (By default, a web application is compiled based on language settings in the project file. Exceptions can be made, …

  3. How to block Visual Basic WebBrowser Error Messages

    Oct 22, 2011 · The WebBrowser control uses the IE settings, so if you disable script debugging and script error notifications in IE it should carry over to the WebBrowswer control and therefore your …

  4. How to drag (Move) a line from one position to another

    Dec 27, 2011 · If you want to move the line at design time, you can try the Line and Shape controls in Visual Basic Power Packs. You can move the line from one position to another.

  5. How to use Microsoft Office Chart 11.0

    Dec 11, 2007 · Hahaha, nice one ReeneC, soweee . :-) By the way the code that you gave to me (exporting data from DataGridView to HTML format, works great! I can't use the formatting though …

  6. Leer Datos de una balanza por el puerto serial usando visual studio c#

    a lo que me comento cruznik sobre baudrate,paridad,bits de stop, el programa en visual basic tambien tiene un formulario para cambiar la configuracion de estos parametros, asi como seleccionar el …

  7. VB.Net (VS2013) App To Communicate With Motorola Walkie Talkie

    May 5, 2015 · I've created a Visual Basic (VS2013) application the currently broadcast Audio messages out of the computer via built in laptop speakers. I was trying to find a way to transmit this broadcast …

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

  9. Outlook VB to forward msg - social.msdn.microsoft.com

    Function KnownText (Text) If InStr (Text, "new issue created") Then KnownText = "new issue created" ElseIf InStr (Text, "new") Then KnownText = "sap help issue application" End If End Function ' This …

  10. What is the replacement for cls? - social.msdn.microsoft.com

    Jun 26, 2012 · If say you want to start over and clear everything back to an initial form state you can use Application.Restart () >> ' Public Class Form1 Private Sub Button1_Click (ByVal sender As …