Ok.. I am stumped on this one. I want to populate a text box each time a button is pressed but when I do that, it wants to overwrite the same line each time instead of doing a new line.
example:
textbox1.text = name(n)
It puts the name in the text box
then when I increment the array and put...
Private Sub cmdLoadConfig_Click()
Dim strTextLine As String
Open "C:\abcd.txt" For Input As #1
Do While Not EOF(1)
Line Input #1, strTextLine
txtRangeSelect.Text = strTextLine
Loop
Close #1
End Sub
I can understand on how to read in file but how do i loop for when the user clicks the next...
Ok, I downloaded the Asterisk Now distro, 1.7.0 from Asterisk.org I can add the extensions using Freepbx that came with it but cannot do anything with the phone. I was able to add a soft phone and that came up just fine, but the polycom ip 320 does not want to dial anything. I have checkd...
I have a fellow IT Systems Administrator who insists on logging on as the local admin instead of domain admin whenever he works on someones PC.
His reasoning is because if there is malware or a virus, the domain admin account as more access throughout the domain and it could easily affect...
I have a fellow IT Systems Administrator who insists on logging on as the local admin instead of domain admin whenever he works on someones PC.
His reasoning is because if there is malware or a virus, the domain admin account as more access throughout the domain and it could easily affect...
I am making a straight cable db25 to db9 connection using CAT 5 wiring. What I am wondering is what is the standard for the color code for serial communications?
Thanks
Mike
set oShell=createobject("WScript.Shell")
set envSystem = oshell.Environment("system")
var = "TEST"
envSystem.item(var) = 1234 'create the env variable
When I use the code above, my variable gets set under the environmental variables under my computer. This is good but I also want to see this...
How do I open port 15425 in a back to back isa config?
ISA 1
Nic 1: Internet Feed
Nic 2: DMZ 192.168.163.1
ISA 2
Nic 1: DMZ 192.168.163.250
Nic 2: Internal
Basicaly I need port 15425 open from ISA 1 and have it point to a machine in the internal network.
I created a protcol on...
For some reason, it I go directly to my web site internally name without www it displays fine. When i tried it on the outside with www, it works but without the www and just the domain name, it says page cannot be diaplayed. Where do I configure this to not use www? Is this in the listener...
Can anyone tell me why the code below will not delete the records I check? I went though the code several times and just don't understand it. Can anyone help?
Thanks
Mike
<?php
$link = mysql_connect("xxxx.org", "xxxxx", "xxxxx");
$tbl_name="signups";
mysql_select_db("ms150", $link);
//...
Does anyone know of a way to redirect a Terminal Servers local C: drive to a users local drive. I have a application that runs on the Terminal Server and outouts to the C: drive. When it outputs, it is writing onto the Terminal Servers local C: drive. I need to to write to the users local C...
I just started playing with Asterisk @ home. Anyone know the cheapest place to get phones? Also what is the cheapest for FXO cards for plain old phones?
Thanks
Mike
We used to get alerted on the console when a tape was exported to the portal. Someone how this was turned off and I cannot figure a way to turn it back on. Any one have any ideas?
Backup Exec. 10
Dell Power Vault Tape Library
Thanks
Mike
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.