February 13th, 2013 02:47 PM
Ok, that answers my question, I'm not connected on the same wire and it won't happen. So I'll need to find another solution.
Thanks a lot for your time in answering.
February 13th, 2013 01:40 PM
No, I know what Wireshark is. I do not want to sniff the network.
Here is what I want, I want to retrieve information that tries to enter my phone to try and retrieve the phone number to do a...
February 13th, 2013 12:28 PM
I am trying to retrieve information sent to an IP address which is in my case an IP Phone. I would like to know if there is any free code or API calls that can let me read what's going to a specific...
January 18th, 2012 09:33 AM
No I did not find a solution in that direction. I did do a work arround but it does not relate to this. I had to find another solution much more complexe which does not not implicate mouse clicks....
January 28th, 2011 11:15 AM
Use Keyascii = vbKeyTab instead of SendKeys "{TAB}"
This should solve your problem. I remember having that problem. When I want to use the Enter Key but I don't want to hear the 'ding' sound, I...
January 27th, 2011 11:05 PM
So did this help you out? Does it do what you want it to do?
January 27th, 2011 11:01 PM
Did you try to send Chr(9) instead of "{TAB}"? It may work. I don't really know what you are trying to do but when I want to send the TAB string, I use the Chr(vbKeyTab) which I think is 9. Try...
January 13th, 2011 09:18 AM
The tutorial is up, see below to download the project. I have also included a screenshot for those that want to see what the final results are.
In this tutorial, NO OCX are used, NO DLLs. The...
January 11th, 2011 11:08 AM
I'm working on the tutorial. Please be patient. It's easy stuff to say but to program it's another game.
Using simple buttons is a simple task but when it come's time to more complexe one's that...
January 8th, 2011 10:49 PM
Give me a day or 2. I'll see what I can do!
January 6th, 2011 07:02 AM
dglienna: I know you like any VB better than VB6 but this post was put in a VB6 forum so the personne that posted this presume's that he/she will get a VB6 answer. Everything is possible in VB6 and...
January 4th, 2011 01:25 PM
I downloaded your project and as I said, the best way is to build the theme yourself. Your ocx is missing and I can't run your application. You will notice that most sofwares similar to your run...
January 4th, 2011 11:48 AM
You don't need to use active skin to make your own skined window. I use images with mouse_move, down and up events. I draw Each buttons and the windows borders. See results in the attachments.
...
January 3rd, 2011 01:44 PM
Here is the MOD file (Module file for VB) for those that prefer to download.
January 3rd, 2011 10:35 AM
I made this module out of several codes I found for many features people may need for there VB applications. You should probably have almost all of what you need for the control of the mouse cursor...
December 22nd, 2010 09:30 AM
I cannot disable the click because the user needs to be able to click several times on the image. And, I cannot also use the DblClick event because there is no control over the mouse button pressed....
December 21st, 2010 11:17 AM
I cannot move to VB.NET so I need to work with VB6. All my applications are with VB6. The DoEvent does not work. I really need to flush the last click event of the mouse.
Please do not suggest...
December 21st, 2010 07:53 AM
I would like to know how you can clear the mouse clicks. Here is my problem.
I use an image as a button with mouse_move, mouse_up and mouse_down events. But what happens is that when I click...