right click
-
how can i send a right click event to my application and more over can i get any help how can i simulate double click event in that same application.I want help in VB.net for these events any clue how can i impliment them farah
-
how can i send a right click event to my application and more over can i get any help how can i simulate double click event in that same application.I want help in VB.net for these events any clue how can i impliment them farah
Why do you want to ? Send them from where ? The obvious thing to do is to write a method that is called by your right click event, and call it when ever else you need to.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
how can i send a right click event to my application and more over can i get any help how can i simulate double click event in that same application.I want help in VB.net for these events any clue how can i impliment them farah
i just want to code a right click that works the same way as normal right click funtion does that is when i right click on any control in VB.net or over any where else outside my VB.net application it performs the right click function i want to write the code in VB.net but i am new to VB.net environment so i am having problem in coding it and i am also having problem to code double click event too . farah
-
i just want to code a right click that works the same way as normal right click funtion does that is when i right click on any control in VB.net or over any where else outside my VB.net application it performs the right click function i want to write the code in VB.net but i am new to VB.net environment so i am having problem in coding it and i am also having problem to code double click event too . farah
I suspect you need to use p/invoke to simulate right clicks. I don't know that the framework lets you. Your question the second tme is different to the first time. Also, why are you having problems with the double click event ? What bit is the problem?
farah mazhar wrote:
but i am new to VB.net environment
Sounds like a classic case of someone picking up a compiler and trying to use it without learning how first. What are you trying to write that your first VB project needs to simulate right clicks across the entire system ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I suspect you need to use p/invoke to simulate right clicks. I don't know that the framework lets you. Your question the second tme is different to the first time. Also, why are you having problems with the double click event ? What bit is the problem?
farah mazhar wrote:
but i am new to VB.net environment
Sounds like a classic case of someone picking up a compiler and trying to use it without learning how first. What are you trying to write that your first VB project needs to simulate right clicks across the entire system ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
yes you right i want my right click to work over the whole system through VB.net program farah
-
yes you right i want my right click to work over the whole system through VB.net program farah
I know. I was hoping when I saw your reply that you'd actually answered the questions I asked you.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )