Search:

Type: Posts; User: Swoad

Search: Search took 0.01 seconds.

  1. Re: How to make label read text from a text file after publishing?

    I started using this very recently, like 3-4 days ago which is why I'm making such mistakes. I'll try and fix it, thank you for the advice.

    on that note, im getting two errors when using your code...
  2. How to make label read text from a text file after publishing?

    With this code it changes the label while in visual studio because the path directory is given but after I publish it, the code doesn't seem to work anymore. The label doesn't change even if i cahnge...
  3. Re: Need help with listbox texts to have a value and add onto another textbox

    I will literally pray for you, thank you so much you guys! i solved it and wish i could show you <33333 thank you thank you thank you
  4. Re: Textbox1.text value not showing in Textbox3.text until it exceeds $200, HELPP!!

    Yeah I can see where you're coming from, I figured it out. Thank you!
  5. Textbox1.text value not showing in Textbox3.text until it exceeds $200, HELPP!!

    Private Sub purbtn_Click(sender As Object, e As EventArgs) Handles purbtn.Click
    'declaring that the prices are numbers and that there is 5 of them
    Dim prices1(2) As Integer
    ...
  6. Re: Need help with listbox texts to have a value and add onto another textbox

    i don't know how to thank you enough! thanks for for everything
  7. Re: Need help with listbox texts to have a value and add onto another textbox

    I understand that but now values are not showing in textbox3.text until the value of textbox1.text is over 200, the discounts in textbox2.text is not being shown either and when the checkbox1.checked...
  8. Re: Need help with listbox texts to have a value and add onto another textbox

    youre an angel sent from above


    Private Sub purbtn_Click(sender As Object, e As EventArgs) Handles purbtn.Click
    'declaring that the prices are numbers and that there is 5 of them
    ...
  9. Re: Need help with listbox texts to have a value and add onto another textbox

    Private Sub purbtn_Click(sender As Object, e As EventArgs) Handles purbtn.Click
    Dim prices1(0) As Integer
    Dim prices2(4) As Integer
    prices1(0) = 10
    prices2(0) = 11...
  10. Re: Need help with listbox texts to have a value and add onto another textbox

    awesome that made into pounds, the two other questions that remain are as follows. There's a checkbox that when selected itll add 50 pounds to the total which it did but then the pound symbol...
  11. Re: Need help with listbox texts to have a value and add onto another textbox

    Error - Type 'CultureInfo" is not defined.
  12. Re: Need help with listbox texts to have a value and add onto another textbox

    OMG OMGOMG OMGOMG I LOVE YOU MAN! it worked so frikkin good! theres like a few more things i need help with still and is there anyway i could remove the $ thats showing before the total? or make it...
  13. Re: Need help with listbox texts to have a value and add onto another textbox

    I think it worked cause its not crashing anymore but it isnt showing the supposed total in the textbox1
  14. Re: Need help with listbox texts to have a value and add onto another textbox

    theres an error in this line when i try and press the button to sum the highlighted items "If listBoxes(x).Items(y).IsSelected Then" saying

    System.MissingMemberException: 'Public member...
  15. Re: Need help with listbox texts to have a value and add onto another textbox

    well basically i want any highlighted items in listbox1 to be added with any highlighted items in listbox2 when a button is pressed in a textbox so, yes
  16. Re: Need help with listbox texts to have a value and add onto another textbox

    'IsSelected' is not a member of 'Listbox'
  17. Re: Need help with listbox texts to have a value and add onto another textbox

    yes I have multiselect enabled. Is there anyway you could join a call with me? teams or messenger so i could share my screen
  18. Re: Need help with listbox texts to have a value and add onto another textbox

    what is my summing code? listbox1.selectedindex + listbox2.selectedindex? how would they know what the prices are? as you can see im horribly new at this and really bad at this too
  19. Re: Need help with listbox texts to have a value and add onto another textbox

    I tried really hard to get that but alas I failed miserably
  20. Re: Need help with listbox texts to have a value and add onto another textbox

    ListBox1.Items.Add("Beginner: How to Play - £10")
    ListBox2.Items.Add("Bobby Fischer Goes to War, by David Edmonds & John Eidinow, Paperback - £11.00")
    ListBox2.Items.Add("Chess...
  21. Re: Need help with listbox texts to have a value and add onto another textbox

    okay yeah that worked, but do i have to do each of the combos separately? like if i highlight the 1st one from the listbox1 and the 3rd one from listbox2 how do i make it so that it automatically...
  22. Re: Need help with listbox texts to have a value and add onto another textbox

    I'm trying to code the button so that when i click it, the textbox will show the amount of whatever I had highlighted previously from the two listboxes
  23. Re: Need help with listbox texts to have a value and add onto another textbox

    Private Sub Form2_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Dim prices1(0) As Integer
    Dim prices2(4) As Integer
    prices1(0) = 10
    prices2(0) = 11
    ...
  24. Re: Need help with listbox texts to have a value and add onto another textbox

    thank you thank you, it worked!
  25. Re: Need help with listbox texts to have a value and add onto another textbox

    Also another help i required was that i needed a label to read a text from a text file
  26. Re: Need help with listbox texts to have a value and add onto another textbox

    omg can i say I love you?
  27. Re: Need help with listbox texts to have a value and add onto another textbox

    Private Sub Form2_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    ListBox1.Items.Add("Beginner: How to Play - £10")
    ListBox2.Items.Add("Bobby Fischer Goes to War, by...
  28. Re: Need help with listbox texts to have a value and add onto another textbox

    181943

    thats the code i tried which is obviously wrong cause it just keeps on showing 0
  29. Re: Need help with listbox texts to have a value and add onto another textbox

    181942

    basically when i click those i want the valur of it to show on the "total" textbox
  30. Re: Need help with listbox texts to have a value and add onto another textbox

    Scenario
    Chess Champions offer online training courses for beginners, and for players looking to
    improve their ratings, which they sell direct to customers. They have asked you to create an ...
  31. Re: Need help with listbox texts to have a value and add onto another textbox

    I got like maybe 50% of that, I'll try it out and I just wanted to say thank you for taking the time out and trying to explain it. Is there anyway I could like stream and show you?
  32. Need help with listbox texts to have a value and add onto another textbox

    Basically, let's say in listbox1 I put a code staying listbox1.items.add(" lmao =$50")
    Listbox1.items.add("xD = $30")

    So, what I want is that when running this build when I select both of these...
Results 1 to 32 of 32



Click Here to Expand Forum to Full Width