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...
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...
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,
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...
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...
Hi,
Sorry, total Javascript newbie here.
I have a function that needs me to supply HTML code as a variable.
What I have is a function that already exists that dumps the code to screen. If I supply this function instead of a variable, that's what happens, and I get a javascript error.
Is...
Hi,
I setup a vpn using windows 2003R2 routing and remote access/nat.
Both vpn servers can ping anything either side of the network.
Side 1 can ping anything side 2 of the network
Side 2 cannot ping anything on side 1 of the network
It's as if a filter (NAT maybe) is making it so that...
Hello,
I'm after some performance advice if anyone has some. I've a table and query described below. The table holds about 13 million records. Query times for the query are about 135 seconds, which is way to long for live queries. Does anyone have any suggestions on how to reduce this. I...
I'm probably missing somthing that is staring me in the face, but....
insert into stats_copy (domainname,d,d2) select domainname, datetime, sum(hits) as thits from stats where datetime >= DATE_SUB(NOW(),INTERVAL 7 DAY) and domainname like 'test%' and server=2 group by datetime ON DUPLICATE...
Hi,
I have an fc4 box with 2 40g IDE drives in it. The RAID mirror was setup as part of the fc4 graphical install. One of the drives has failed and the machine fails to boot.
Now that I've read a bit more, I see I should have used grub to install the MBR on the other disk as well. I didn't...
Hi,
I tested this code running it in the console and it works fine, but if I run the same code from a service, the application runs, but the arguments never get passed.
Does anyone know a way to get this to work?
Dim psi As New System.Diagnostics.ProcessStartInfo("C:\program...
hello,
I need some help getting a callback from a com object written in c+ to work
All I get now is 'The specified cast is not valid'. My code is
Imports System.Runtime.InteropServices
Module Module1
Public Delegate Function CallBackDelegate(ByVal e As Long, ByVal param As Integer...
Hi,
Just upgraded a 4602 to V3 using the old black phone modules (from the old network Alchemy system), but now the phone 30 does not work correctly.
Previously, we didn't upgrade the phone modules. Do we need to now? Is it safe to uprgade them using the firmware on the v3 CD?
Thanks.
Hello,
This is an easy one I guess, but I can't seem to find out how to do it.
My system currently sends messages from 'root@system'. This is an invalid email address, so I want to to send from 'root@mydomains.com'. How do I change this without changing the hostname of the machine? There...
hello,
Can somone help me out with .AddNew() and an acecss db?
So far I have several fields bound to an access database with 1 unique autoincrement field (ID). I can navigate the recordset and update records without problem. My question is about the adding of records.
So far I have a button...
Hi,
Can you go straight to 2.1 on the 412? I know you need to go to 1.99 on the 403 first, but cannot find that version for the 412 anyway.
Can you go straight to 2.1 on the 412?
Thanks.
Hello,
I'm using the vb Oledbconnection, oledbadapter, and vb.net generated dataset to bind my text boxes to an access database. Currently the default select statement selects all the records. What I want is to just display 1 record on this particluar form and have no record navigation.
I...
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.