Search results for query: *

  1. H

    Question Syntax error in INSERT INTO statement?

    Hi, Sorry for the late reply, but thanks a lot for that. Although I did go onto a website for the JET SQL reserved keywords (can't remember the link now...), Password wasn't in there. Thanks a lot, you have really helped with my app. Thanks again, hamzabil11
  2. 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 =...
  3. 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'...
  4. 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...
  5. 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
  6. 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'...
  7. H

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

    Oh ok, it's all right. Thanks for the help anyways hamzabil11 EDIT: I understand what you mean by the paragraphs before this one, but I am getting confused here. I am only a noob and I don't really get it when you said I am the type of guy that would understand the problem better by analysing...
  8. H

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

    Thanks so much, I was really confused. If it's not too much of a problem, can I also ask you how to Minimize and maximise other apps from my app. Thanks again, hamzabil11
  9. 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