Search results for query: *

  1. Z

    Multiple button transparent to each picturebox in one form

    Please help me on this one @jimcilhinney, my deadline is in 2 days I need your help on this, I really help on this one
  2. Z

    Question Help about decrement increment

    sk11kur0chi, you can try this code if this works: (Button1 is reserve button) Put this under the public class form line: Dim units As Integer = 30 <-------no. of units Private Sub Button1_Click units -= 1 Label1.Text = units End Sub You will see that label1 will deduct in number each time...
  3. Z

    Multiple button transparent to each picturebox in one form

    I have 3 buttons and 3 pictureboxes, one button per picbox. But my problem is, i copied your code 3 times and works once only. I want to show my codes to fix whats wrong... Thanks for replying jmcilhinney :) What do you think is my problem here? Button1 is the only button transparent to its...
  4. Z

    Multiple button transparent to each picturebox in one form

    I'm having hard time to resolve my problem.. How to put a transparent button over a picturebox.. MULTIPLE TIMES! Per picturebox, one transparent button inside. I saw jmcilhinney's codes and only worked for one button.. Can i have a complete guide because im just a month new to VB ...
Back
Top