Search results for query: *

  • Users: hamzabil11
  • Content: Threads
  • Order by date
  1. H

    Question Syntax error in INSERT INTO statement?

    Hi, I have 2 values in 2 textboxes that I want add into a database. The database connection goes fine, but when I go on to execute the INSERT INTO statement, it returns a syntax error. The code I am using: Dim Username = TextBox1.Text Dim Password = TextBox2.Text Dim conString =...
  2. H

    Windows themes

    Hi, I want to know if you can apply windows themes to an app. I have a theme file, and all I want to do is apply it so that the UI of the app changes to the theme, without affecting the current users theme. The app is a theme customisation one, and I need to have a button called 'TEST THEME'...
  3. H

    Question dissappearing mdi child windows forms

    Hi, I have an MDI Parent Form, and a MDI Child Form. There is a button on the Parent which starts up the Child form. As soon as you click the button, it shows the Child form for 5 seconds, and then hides it. Any idea what's going on? This was fine before, but when I added a Menu strip acting...
  4. H

    Question error not specific

    Hello everyone, I have a vb.net error which says Could not find file ''. That's all. It doesn't show me where the error is, how what file it is, and it doesn't even let me debug my project. Please help. SCREENSHOT: Thanks, hamzabil11
  5. H

    Question Apply global Windows themes to an app

    Hi, I want to know if you can apply windows themes to an app. I have a theme file, and all I want to do is apply it so that the UI of the app changes to the theme, without affecting the current users theme. The app is a theme customisation one, and I need to have a button called 'TEST THEME'...
  6. H

    Question How to read text of a text file and use it in an app?

    I need some help making a vos in visual basic .net. So far I am very confused. The vos is supposed to read a text file and then get info from it. Every text file will contain 3 lines of information for the vos. The 1st line will be the name of the custom app, the 2nd being the icon, and the 3rd...
Back
Top