Search results for query: *

  1. T

    Question Creating Custom Types

    Damn, it auto correct turned my if statement into a smiley face
  2. T

    Question Creating Custom Types

    Thanks for your reply jmcilhinney, I really appreciate it! I understand what you mean by not using an instance method, that makes sense, but what is a shared method? Lol I'll have to do some research on enums but thanks for telling what they are, I mean I had no idea what the hell to even call...
  3. 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...
  4. T

    Question Login validation error

    Hey thanks again, that helps a lot. I was trying to make a login that connects to a database (microsoft access) to get user names and passwords. And I think that your code for the login will work with what i'm trying to do, i'll test it when I get to school and i'll reply to let you know if it...
  5. T

    Question Login validation error

    Thanks for responding, and I shall do so in future questions. I understand that now but how could I amend the code for that error to go away? I tried rearranging the If statements and For statements but none seem to be in my favor and I am clueless on how to fix this error. Again thanks for your...
  6. 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...
  7. 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...
  8. T

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

    Thanks for the reply! And this helped alot and required a lot less thinking, lol. I appreciate the help.
  9. 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