Search results for query: *

  1. Kupoling-Katana

    Masked Textbox DLL?

    Okay, I (as you can see) have .NET 1.1, which does not support Masked Textboxes. But I am working on a form with a Username and Password entry boxes, and (while I am encrypting the password) I don't think the user wants to just see their passwords out in the open. I have seen threads (time and...
  2. Kupoling-Katana

    Bad INSERT INTO statement

    There's an error in my code, saying something about some INSERT INTO statement. Here's my code, give me whatever you can find out Public Sub create_acc() Try Dim inc As Integer = 0 Dim maxrows As Integer Dim con As New OleDb.OleDbConnection...
  3. Kupoling-Katana

    Splash Page problems (again)

    Okay, I have a app in which there are two forms, and depending on the conditions, I might have one start up at one time, and another at another time. So, I made a splash page. The problem is that when the splash page goes to open the next form (and close the splash page), both forms close. I...
  4. Kupoling-Katana

    Help: Changing Tabs with Buttons

    Okay, I've been creating a Startup Wizard, and I read a piece of advice in another topic about making each page a tab, then just hiding the tabs. But now I don't know how to navigate to each tab with the Previous and Next buttons. I have an idea of it, but I just don't know what procedure to use...
  5. Kupoling-Katana

    Splash Page problems

    Okay, for my application, I was working on a basic flow chart that would open the splash page, then read a text file to see if this is the first time the user has opened the application. However, I couldn't get the timer working (at all), so I decided to make it so that the user has to click the...
Back
Top