VB.NET Buttons Copy Pasting

  • Thread starter Thread starter Tony Raoub
  • Start date Start date
T

Tony Raoub

Guest
Hi,

I am creating a POS system in VB.net and I need to use a lot of buttons, so while designing the layouts and all that I tend to copy paste buttons that can be placed the same way in different TabPages

but when doing so VB.net inverts the Buttons names..

for example: I copied the buttons that are Button1 Button2 Button3 Button4 Button5..etc

when i paste them they are flipped and become Button10 Button9 Button8 Button7 Button6

and i need them to be in order because when i start coding I need them to be in order to make things easier

Continue reading...
 
Back
Top