I'm trying to create a WM6 version of my VB.NET application created in Visual Studio 2005. In several instances I have this, for example: If Me.ActiveControl Is xxx Then, which obviously checks if the particular element has got focus. But with WM SDK this doesn't seem to work, how should I do...
Is this even possible to retreive the list of users with some HTTP request or something? Without launching the software at all. I'm talking about this Roger Wilco: rogerwilco.gamespy.com
Is this even possible to retreive the list of users with some HTTP request or something? Without launching the software at all. I'm talking about this Roger Wilco: rogerwilco.gamespy.com
...i get an empty line after? I have a for() cycle for an array, each line then explodes and an html textarea is being echoed like that:
<textarea name='pids".$i."' cols=50 rows=5>".$pins[2]."</textarea>
It all works perfectly fine, but each time I end up having an empty line in the textarea...
Hi
I'm having a little problem on my website. I have two areas on my website that I want to be protected, so I have authentication set up on both,
if(!isset($_SERVER['PHP_AUTH_USER']))
{
Header("WWW-Authenticate: Basic realm=\"Admin Center\"");
Header("HTTP/1.0 401 Unauthorized");
exit()...