Search results for query: *

  1. W

    test if variable is greater than zero

    or do if val(textbox1.text) > 0 then or if textbox1.text > "0"
  2. W

    Big Problem, Gdi+ Error

    please.. help me.. this is due 2morrow ERROR = An unhandled exception of type 'System.Runtime.InteropServices.ExternalException' occurred in system.windows.forms.dll Additional information: A generic error occurred in GDI+. Public Class form1 Inherits System.Windows.Forms.Form '...
Back
Top