Forum: VB.NET Jul 7th, 2009 |
| Replies: 1 Views: 343 Hi
Was one of the forms called (or created) in the other?
for example dim f as new form1
f.show()
If yes, then the "parent" form can access the other forms controls by prefacing it with the form... |
Forum: VB.NET Jul 7th, 2009 |
| Replies: 6 Views: 655 Well, thank you for your suggestion, but it did not change anything in my situation.
I did, however, find a different workable solution.
ListView has an "activated" attribute, which, when set to... |
Forum: VB.NET Jul 5th, 2009 |
| Replies: 6 Views: 655 Thank you for your ideas. I tried them and they don't work. Any other ideas? Anyone know about simulating a double click event by timing the interval between the clicks?
Thank you. |
Forum: VB.NET Jul 2nd, 2009 |
| Replies: 6 Views: 655 Hi all, it's my first time in this forum, I hope you can help.
I've searched the web for a long time, couldn't find help, yet.
I have a listview that displays a list of PDF files. When the user... |