Active Desktop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way in VB.NET to add my ASP.NET page to Windows XP Active Desktop?

thanks in advance...
 
Sure. Just write an app that modifies your system registry.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.
 
I can tell you how to programmatically edit your system registry. As to
where in the system registry this information is stored, I don't know. I
would imagine that it is in HKEY_URRENT_USER somewhere. Try Google.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.
 
Back
Top