P
Pankaj S
Hi,
I have 2 questions, any help in this is highly appreciated
I have a scenario where I have 10 to 32 images, I have to find on which
image user clicked.
Which option is best suited for the this scenario:
1. Display images and get the mouse click event and check whether mouse
pointer is on particular image or not, if it is then get the image number.
2. Display those many image buttons and write button lick event.
Can I use Application.Run and Application.Exit more than once in one
application? What are the disadvantages of doing this? I want to use this to
keep form control in one class and navigate between forms using this
functions.
Thanks in advance.
Pankaj
I have 2 questions, any help in this is highly appreciated
I have a scenario where I have 10 to 32 images, I have to find on which
image user clicked.
Which option is best suited for the this scenario:
1. Display images and get the mouse click event and check whether mouse
pointer is on particular image or not, if it is then get the image number.
2. Display those many image buttons and write button lick event.
Can I use Application.Run and Application.Exit more than once in one
application? What are the disadvantages of doing this? I want to use this to
keep form control in one class and navigate between forms using this
functions.
Thanks in advance.
Pankaj