We have the configuration below set up in a 3560 switch. We are running out of dynamic IP’s in the current pool (6.35.159.0 – 6.35.159.255). We have a new set of IP’s that we can use (6.44.56.0 – 6.44.57.255 – an additional 512 addresses). Although I can figure out the commands to add a new...
cluless:
I don't see anything in the add in manager...
combo:
Can you clarify a little bit? It sounds like you're talking about what I need, but you didn't provide enough detail for me to really follow what you were talking about so I could try any of it.
Thanks
I'm not sure how to automate a mouse click, but if it's the same frame every time couldn't you just access it by number? For example:
window.location.href = "www.microsoft.com"
For i = 0 To window.frames.length - 1
MsgBox window.frames(i).title
Next
would show you the titles - I've...
So I have created this long involved macro that finally works. I created a new toolbar, put a button on that toolbar, and pointed the button the the macro. Everything is good. Now I want to save it as an xla so I can just put it in everyones excel startup folder, but I'm missing something...
Well, thanks to everyone for all the help - I was able to cobble together a working program with lots of research and info I gleamed from the replies here.
In windows 2000 there is always a "domain" - if you are not on a network (or are on a peer-to-peer network) then you log into the "local domain" - which is the computer. So when it says the domain is not available, it means the local domain - i.e. the computer - has issues. Windows 2000pro can...
Also, refer to this Microsoft support article - it references the error you are getting and the situation (getting the error after software install and reboot)
http://support.microsoft.com/kb/244671
Hope it helps.
Wow, that's a new one on me. I assume that you are on a peer-to-peer network, not domain? If on a domain you could try logging into the domain instead of the local computer. Also, if you have a good backup (just in case) and a Windows 2kpro cd (NOT a "system restore" CD as supplied by HP or...
I have a VB6 program that I have managed to make submit data with XML, and get a response back. Part of the data submitted is a user name and password, and part of what I get back is a URL to redirect to. I can't just copy and paste the URL into IE because when I do it gives me a user name...
I have a VB6 program that i have managed to make submit data with XML, and get a response back. Part of the data submitted is a user name and password, and part of what I get back is a URL to redirect to. I can't just copy and paste the URL into IE because when I do it gives me a user name...
OK, so I'm starting to get a handle on this and I'm working my way through some XML tutorials (having a hard time finding them that deal with VB6 not .net - maybe that's why I got the idea it would not work with VB6). Now for the BIG favor - As I have worked VERY little with .net and not at all...
Nimroduk:
Thanks!
Strongm:
Well ya, I figured that, but somewhere in the back of my head I had the idea stuck that you could not work with XML with VB6 - don't ask me why. So like I always tell my students - 'Better to ask the question and have people think you are stupid then not ask the...
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.