Search:

Type: Posts; User: THopwood

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,942

    Re: Adding a label to specific Images

    I think I'll be able to do it now using just one label. Do you have a sample of code the changes the text of the label and that's all I'll need :) Thank you for your help. And Yeah I'm unfamiliar...
  2. Replies
    8
    Views
    2,942

    Re: Adding a label to specific Images

    How do I create an array with a bitmap and a string property please?
  3. Replies
    8
    Views
    2,942

    Re: Adding a label to specific Images

    I'm using more than one label because the strings are all different sizes, therefore formatted to be centred horizontally and vertically within the panel I have put them in. Whether it's possible to...
  4. Replies
    8
    Views
    2,942

    Adding a label to specific Images

    Hi, So what I am looking to do is to add a label to a specific image. At the moment I have a gallery and I would like to add labels to it to display what the image is.
    For example if Images(0) was...
  5. Re: I'm typing in a textbox linked to a database and it stops everything from working

    I've fixed it now, the CustomerID textbox was set to an integer instead of a String like I wanted and the max value was -1 for some reason, I have changed that now. And the second piece of code just...
  6. Database saving and then un-saving when program restarts?

    I can add, delete, and save/update perfectly, through the program and the changes I have made will appear on the database in the program. If I go into the Microsoft access file, the changes will be...
  7. Re: I'm typing in a textbox linked to a database and it stops everything from working

    Thank you for that tip :)
  8. Re: I'm typing in a textbox linked to a database and it stops everything from working

    Yeah I apologise, I was up late working on it and I was being lazy. I've amended the original post now with the full source code of the form to hopefully give a better understanding.
  9. Re: I'm typing in a textbox linked to a database and it stops everything from working

    It's whenever I type in a specific text box, there's no code for that text box. It's only linked to a column in Microsoft Access
  10. I'm typing in a textbox linked to a database and it stops everything from working.

    So I am using a Data Set to insert items into my Microsoft Access Database, but whenever I type in the "CustomerID" Textbox, I am then prevented from doing anything, buttons won't work, Even the...
  11. Replies
    4
    Views
    1,063

    Images as checkboxes

    Is it possible to use images as checkboxes? I'm making a feedback form with a 5 star rating.

    At the minute I have pre-existing code to display the a full star indicating that the star is...
  12. Re: How do I Automatically update a text box, using a NumbericUpDown Box

    Thank you, I'll take a look.
  13. Re: How do you work out the difference between two dates.

    Brilliant, That's worked perfectly. Thank you very much.
  14. Re: How do I Automatically update a text box, using a NumbericUpDown Box

    So there is no way I specifically can make it auto update as I will be having a ComboBox, A NumbericUpDown Value, and two DateTimePickers which will all effect the price?
  15. Re: How do you work out the difference between two dates.

    I want to do running calculations.

    For example: If I changed the ComboBox Input, the price would update. If I changed the NumericUpDown Value, the price would update. If I changed the Arrival or...
  16. Re: How do you work out the difference between two dates.

    The calculation is working, but without the difference between the two dates included within it. So at the minute, the program is only doing 9 * People.Value instead of 9 * People.Value *...
  17. Re: How do you work out the difference between two dates.

    People is NumericUpDown, although this is working
  18. Re: How do you work out the difference between two dates.

    @.paul. I was given this error :(


    179860
  19. Re: How do you work out the difference between two dates.

    Thank you for your reply, It has given me the error 'Subtract is not a member of DateTimePicker'
  20. [RESOLVED] How do I Automatically update a text box, using a NumbericUpDown Box

    I'm trying to make my program so it auto updates the price in the text boxes for this "Pod" whenever I increase or decrease the value of the NumericUpDown box.

    People.Value is the NumericUpDown...
  21. Re: How do you work out the difference between two dates.

    ''
    'Displaying Prices for Liverpool Pod
    If cboxPod.Text = "Liverpool" Then
    TotalPrice.Text = ("£" & 9 * People.Value * (DepartureDate - ArrivalDate))
    ...
  22. [RESOLVED] How do you work out the difference between two dates.

    Basically I have two Date/Time Pickers within my program. One for Arrival and One for Departure.

    I need to work out the difference between the two dates selected so I can use them in a...
  23. Re: How do I use a combobox to make images and labels visible or hidden

    cboxPod is the ComoBox

    Basically I want it so if I select the "Liverpool" item in the combobox, lblLiverpoolPod, PictureBoxLiverpool, and txtFeaturesLiverpool will show and vice versa for the...
  24. [RESOLVED] How do I use a combobox to make images and labels visible or hidden

    Hi, So Basically what I am currently trying to is use a Combobox to change make labels and images either .Show() or .Hide()

    These are the item's I have within my ComboBox

    179842

    Let's say I...
  25. Replies
    5
    Views
    1,614

    VS 2019 Re: Restarting Image Loop

    Oh right, I understand :)
  26. Replies
    5
    Views
    1,614

    VS 2019 Re: Restarting Image Loop

    You're a star. Thank you so much :)
  27. Replies
    5
    Views
    1,614

    VS 2019 Restarting Image Loop

    Hi, So I'm doing a project for school and I have an image loop for my program with the code as follows


    Dim Images(10) As Bitmap
    Dim Pos As Integer = 0
    Private Sub...
  28. Replies
    4
    Views
    1,206

    VS 2019 Re: Login Form Help

    That explains a lot and you explained it clearly. I'm terrible with Psuedocode but I'll try to implement this in Visual Basic.
  29. Replies
    4
    Views
    1,206

    VS 2019 Login Form Help

    Hi, I'm currently doing a Holiday Booking System for my A Level Assessment.

    The Form is fully functional but there's an error which I am unsure on how to fix as I am not completely advanced at...
Results 1 to 29 of 29



Click Here to Expand Forum to Full Width