Hi,
Just can't figure out a solution for this one.
If you run a webbrowser control and
Dim link As HtmlElement
Dim links As HtmlElementCollection = WebBrowser1.Document.Links
For Each link In links
link.AttachEventHandler("onclick", AddressOf LinkClicked)
Next
This is in the...
Hi,
I'm trying to find a collection type with key that offers fast lookup but also can be itterated though in order of insertion. The reason fot this is I am using it as a first in first out object cache. The cache has maybe 30,000 items. I used the dictionary class but this eventualy...
Hi,
I've created a multi threaded tcp/ip app. It works just fine, but it's not scalable. At the moment I have a single master thread that listens for incoming connections and spawns off another thread to handle that connection. The problem is this really starts to grid a bit at 100...
Thank you very much. That works fine. I had just read through a few javascript tutorials and the names keys bit was explained there. Obviously either incorrect or I got the wrong end of the stick (most likely).
Once again, thanks for your help.
Paul Smith
Microtech Limited
http://www.mtgsy.net
Hi,
I use PHP primarily and have some form variables (text fields) on a form as follows
ip[1372]
ip[5436]
ip[7618]
I've trying to update these dynamically when a user clicks a text box. The number in the brackets is a key for the php array, not the number of elements in the array, which from...
I belive I am. This is a problem that has just popped up. The system has been running happily for a few month before this. No changes to the system software or phone manager have been made.
Very strange....
Paul Smith
Microtech Limited
http://www.mtgsy.net
Version 3.2 (61)
A reboot cured the problem for a couple hours yesterday, but the issue is back again this morning. Click the hold button in phone manager and the call just disappears :(
Paul Smith
Microtech Limited
http://www.mtgsy.net
Hi,
Weve suddenly starting having the issue described here by these users thread940-847381
Call put on hold via the phone manager simply disapear.
Anyone find a solution for this?
Paul Smith
Microtech Limited
http://www.mtgsy.net
Hi,
Thanks. Doesn't this just provide another application for users to search recordings? I was really after and easy way for users to identify them in Phone Manager.
Paul Smith
Microtech Limited
http://www.mtgsy.net
Hi,
I've enabled voice recording of all inbound calls. These are deposited into the users normal voice mail boxes. The difficulty is trying to see what was left as a voice mail and what was a recorded message. Does anyone know if there is there any way to easily distinguish what is a...
Hi,
I can build a vb app or service without difficulties, but I want to emulate some of the other utilties I have seen where you can distribute just one app but with the option to 'run as a service'.
Does anyone have any ideas how to do this with a vb.net app?
The App I have requires user...
Thanks tsuji,
My first example actually DOES work fine, just not in IE as IE stops the animation of GIF's as soon as the form is submitted.
The page being submitted can take several seconds to start loading, hence the animated waiting gif. The solution, or so I have read, is to use settimeout...
Hi,
Many thanks for the example. Yes, this does work, but my image is not actually just an image on the page, it's actually the submit button as well. I'm using an image instead of a button like this
<input name="searchb" id="thisImage" type="image" src="../graphics/button_go_big.gif"...
Hi,
I did try that and could not get it to work. Looking on the elsewhere I have read that the .src of a input type=image is not able to be referenced in this way. Certainly all the combinations I tried didn't work.
Do you have an example of how you would reference the src?
Thanks.
Paul...
Hi,
This is driving me a little crazy!
I have the following line
<input name="searchb" type="image" src="../graphics/button_go_big.gif" width="65" height="66" OnClick="this.src='/graphics/icons/busy8.gif';">
This works fine in browsers other than ie. The image changes as the form submits...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.