Search results for query: *

  1. T

    Question Creating Custom Types

    I am having a hard time phrasing this question, but I'll do my best to... I am making a custom dialog box and I have a sub: Public Sub Display(ByVal Title as String, ByVal Message as String, ByVal Type as DialogType) End Sub Well want I want is, when I get to the parameter, for it to pop up...
  2. T

    Question Login validation error

    I need help with this bit of coding. Everytime it loads, it loads perfects and when you enter the correct credentials it works perfect. However when you enter the wrong credentials, the login window pops back up again, but when you enter the right credentials it displays the correct message box...
  3. T

    Question VB.Net to VBScript

    Is it possible to convert code from vb.net to vbscript? I have, basically, a windows form in vb.net but it is only a dialog box. The dialog box just has a few labels on it, two buttons, and two textboxes. When the user hits "okay" (button) it uses the "System.IO.StreamWriter" to write a text...
  4. T

    Question Loading back and fore color by name from a .txt file problem!

    Hello, I am having a minor problem with my code. Basically what it does is allows you to change the color (using the "colordialog" code) of the form backcolor and forecolor, and also writes the name of that color to a .txt file so when you exit the form, it saves the colors you chose. When the...
Back
Top