Search results for query: *

  1. D

    Resolved Console vs Debug

    I know this is probably a pretty stupid question but I have never used the Console.Print before and am confused as to where the output of a Console.Write (FileName). I run the code in the code window and see nothing on the screen. Public Class Form1 Private Sub Button1_Click(sender As...
  2. D

    Threading Error

    Using Visual Express 2010, I have the following code in a Form Class for the Browse Button (note the Me.OpenFileDialog declaration is in the Class Declaration area. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog Private Sub but_Browse_Click(ByVal sender As System.Object, ByVal e...
Back
Top