Surely if this was the case then it wouldn't be possible to format your hard drive and re-install the OS? Isn't Windows XP once registered linked to that machine and it can be installed on that machine as many times as you want?
I want to format my laptop and partition the hard drive so that I can have Visual Studio 2003 on one partition and the Visual Studio 2005 Beta on the other. I'm wondering whether if I do this and install my copy of Windows XP Pro on both partitions will it complain when I try to register it on...
How do I input parameters in a UML diagram?
e.g. I have a class called ClassA (by adding a Class object, and a method called MethodA (by adding an Operation), you can add a Return Type, but where are the parameters that are being passed to the Operation?
Any help would be really appreciated...
How do I do a split on a string using a string as the delimiter i.e. I want to split a string using a country code as the delimiter (e.g. 44, 49, 1, 358 etc).
strStartRange = '0' + strStartRange.Split(strCountryCode)[1];
Any help would be really appreciated.
Cheers,
Mike
How do I use the library called "Microsoft XML" (msxml4.dll). I want to be able to use this code :
Dim req As New MSXML2.xmlhttp
req.open "GET", "http://smssrv/sms/aql.php?cmd=credit", False
req.send
MsgBox req.responseText
Any help would be really appreciated.
Thanks,
Mike
Genimuse,
I've looked through the tutorial, but my code doesn't work. Can you see what is wrong with it?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%...
I want to fetch a page and set variables without doing a redirect to that page. e.g. in PHP :
$url = 'http://smssrv/sms/aql.php';
$req =& new HTTP_Request();
$req->setURL($url);
$req->addQueryString('cmd', 'send');
$req->addQueryString('from', $from)...
Interesting...a bit too advanced for me at the moment, but still interesting! I have one question regarding keys - can I put whatever characters I want into my key or do they need to be within a certain ASCII range?
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.