Search:

Type: Posts; User: JonathanVBTaylor

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    491

    Script Error

    Hey Everyone,

    I am creating a normal Windows Form but inside I am using the WebBrowser tool, to display my website that I have
    created in HTML and Javascript using notepad. I have set up my...
  2. Re: [RESOLVED] changes when I run my application

    It keeps happening though, I will have to just keep deleting the files then and replacing it?
  3. Re: changes when I run my application

    Thanks for all of your help :)
  4. Re: changes when I run my application

    I figured it out Finally hehehe =] Somehow it created a folder called app.publish and inside there was my debug version of my changes. I then deleted the other Application file and replaced it with...
  5. Re: changes when I run my application

    When I deleted the folders, yeah I did what Jenner said
  6. Re: changes when I run my application

    Is there no other way on doing it?
  7. Re: changes when I run my application

    I get an error saying that my something.exe is missing
  8. Re: changes when I run my application

    Na, that didn't work :/
  9. [RESOLVED] changes when I run my application

    Hello everyone,

    I am trying to figure out why whenever I run my application in Visual Studio 2013, it doesn't show my latest form designs that I have made changes to? Can any one please help me...
  10. Re: Adding two textboxes values

    I figured it out, I understood your comment and tried it out but, then I just thought why not just rename my textbox in Form2 to something else and it works :)

    Form3 Code


    Private Sub...
  11. Re: Adding two textboxes values

    What if I had this?



    Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged
    Dim a, b As Integer
    a =...
  12. [RESOLVED] Adding two textboxes values

    Hey everyone,

    I am trying to add two textbox values together and display the value on the form and then when you click onto a button say one called payment it goes to another form and then inside...
  13. Re: How to display XML file data into a Combo-box? (categories)

    Here is the code:


    Private Sub outputXValue()
    If ComboBox1.Text = ("Lesson 1") Then
    Try
    TextBox1.Text = xml...<lesson1>(eIndex)...<word>.Value
    ...
  14. Re: [RESOLVED] How to display XML file data into a textbox?

    Hey Paul, that is the codes I wanted :) thank you so much it works!!!!!

    Jon :)
  15. Re: How to display XML file data into a Combo-box? (categories)

    tg how would I be able to call both IDs if I use that method for my XML file?
  16. Re: How to display XML file data into a Combo-box? (categories)

    Hey thanks Ian, I tried both of your codes and they both show all the words in the textboxes, but I this isn't what I wanted, I would like to show all the words and meanings but one by one, like in...
  17. How to display XML file data into a Combo-box? (categories)

    Hey Everyone,

    (this refers to my other thread http://www.vbforums.com/showthread.php?809327-RESOLVED-How-to-display-XML-file-data-into-a-textbox, I made it as RESOLVED but, there was more I wanted...
  18. Re: [RESOLVED] How to display XML file data into a textbox?

    Hey Paul, or anyone reading this,

    I am now trying to display two records at the same time from one XML file.
    Here is my XML file

    <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
    ...
  19. Re: How to display XML file data into a textbox?

    Thank you so much, this works :)

    I just had to add my file path in the Dim xml As XElement = XElement.Load("animals.xml")
    section to locate the file from my desktop.

    Thank you once again.
    ...
  20. [RESOLVED] How to display XML file data into a textbox?

    Hey everyone,
    I am trying to display my records from my external XML file that is located on my desktop,
    What I am trying to do is say I have a XML file called animals.xml (the name of my table)...
  21. Re: How to show a website inside a form by clicking onto a button?

    I've only used it for about two years, and really like it, but I have never used the Web Browser Tool before so I was wondering how it works, and you never know maybe others might have the same...
  22. Re: How to show a website inside a form by clicking onto a button?

    Thank you Bryan,
    However I figured it out once you told me that I could just add the url inside the Web Browser tool properties, I should of thought of that, what I could do now is have two separate...
  23. [RESOLVED] How to show a website inside a form by clicking onto a button?

    Hey everyone,

    I am trying to make an application where a user clicks onto a button and then inside the same form, a website will show by using a WebBrowser tool. I have found a youtube video ...
  24. Replies
    4
    Views
    766

    Databases

    I have a question that might be really obvious but, I was wonder does it really matter if you have an external or internal database, for example you have a login system and save all of your users...
  25. Re: How to cast an object to a different data type?

    here is my code that I created my final calculator:

    Public Class Form1
    Dim FirstNumber As Single
    Dim SecondNumber As Single
    Dim AnswerNumber As Single
    Dim ArithemeticProcess As...
  26. Re: How to cast an object to a different data type?

    Hey, Im still getting errors
    in my button I have typed this

    Public Class Form1
    Dim btn As Button = DirectCast(sender, Button)
    Private Sub Button_Click(sender As Object, e As EventArgs)...
  27. How to cast an object to a different data type?

    Hey everyone I am trying to practice VB and wanting to create a calculator.

    I have been watching youtube tutorials and found some but, I saw this onehere And I know its in C# but if you watch it...
  28. Replies
    4
    Views
    910

    Is VB dead?

    Is VB dead, or will it die out eventually? Will us VB programmers have to in the future or now learn C# or Java?
    or will VB always be around? What do you think?

    I am asking this because, I want...
  29. Replies
    9
    Views
    982

    Re: Best way to learn VB?

    I guess that's what I love about programming is that you think of something you want to develop and then you look back at your previous work and think, yeah I could do this or this to apply to my own...
  30. Replies
    9
    Views
    982

    Re: Best way to learn VB?

    Thanks Sitten,
    yeah you're right learning other languages could help too because, they are really similar

    I've studied PHP and found that it was similar to VB as in there are If statements etc....
  31. Replies
    14
    Views
    28,163

    Re: Matrix Effect

    Thank you,
    This is an awesome app :)
  32. Replies
    14
    Views
    28,163

    Re: Matrix Effect

    How do you get this to work? Where do you paste the code?
    could you try uploading a zip file of it so that, I or other people can understand how it works?

    Thanks,
    Jonathan
  33. Replies
    9
    Views
    982

    Best way to learn VB?

    Hello everyone,

    I am a student at university and was wondering what is the best and fastest way to learn VB?
    In the past two years of being at university I have been watching youtube videos to...
  34. Re: [RESOLVED] How to add radio buttons to OOP classes/ arrays

    Quick question,
    every time I try click onto one answer and go to the second question to choose an answer it unselects the 1st answer, how do I make it so that I can choose more than one answer?
  35. Re: How to add radio buttons to OOP classes/ arrays

    Thank you it actually works
  36. Re: How to add radio buttons to OOP classes/ arrays

    Hey I still get my answers displaying one after another e.g (Radio button)A)Spiderman, Wonderwoman, Batman and Superman.
  37. Re: How to add radio buttons to OOP classes/ arrays

    Hey I take it that's for the class version?
    How would I do it using my 2nd version a flat file database?
  38. Re: How to add radio buttons to OOP classes/ arrays

    It seems like I can't do it that way,
    so what about if I use a flat file txt file?

    here is my txt file:

    A.Batman!
    B.Superman!
    C.Wonderwoman!
    D.Catwoman!
  39. [RESOLVED] How to add radio buttons to OOP classes/ arrays

    Hey, I am trying to create a web app
    using classes and arrays
    but the problem that I am having is creating radio buttons for each answer,
    I keep getting an error displayed on my dreamweaver CS5....
  40. Replies
    3
    Views
    32,666

    Re: Login Form Code

    Do you know how to connect a login form to a mongodb database?
Results 1 to 40 of 51
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width