hi to all,
I want to develop a service or a windows application that retrieve and display the userid that currently connected to the wind2000 server. I use C#.
thanks,
Popskie
Printable View
hi to all,
I want to develop a service or a windows application that retrieve and display the userid that currently connected to the wind2000 server. I use C#.
thanks,
Popskie
Environment.UserName
hi jmcilhinney,
Its ok to install the C# Express edition without uninstalling visual studio 2002?
thanks,
Popskie
VS 6.0, .NET 2002, .NET 2003 and 2005 can all happily coexist. You just need to make sure you get rid of the VS 2005/.NET 2.0 betas first is all. Note that one of the things you miss out on in this free version is the Windows Service project template. You may well be able to create a blank project and add the necessary references and such, but I'm no expert so I don't know exactly how.
hi,
ok i already install and register this day. my question is this free and no time limit as of time?
thanks ,
Popskie
It's yours for life. Or well, until they stop supporting it and it won't run on a 128 bit OS :)
Bill
ok dont worry that, i've done installing and it works.
ok dont worry that, i've done installing and it works. And i try to open and run application made on vstudio 2002 and realy it works except for the crytal report class?
Quote:
Originally Posted by jmcilhinney
Here is some code on how to create a service:
http://forums.microsoft.com/MSDN/Sho...05209&SiteID=1
There is no Crystal component in the Express Toolbox so I'm guessing that, if it's still supplied, it only comes with the Pro version. You may be able to still use the .NET 1.1 Crystal component, but you'd have to test that to see. You should be able to add it too your 2005 Express Toolbox, although I haven't tried myself.Quote:
Originally Posted by popskie
thanks guys, i think it's the limitation of express edition in order to buy pro.