Results 1 to 11 of 11

Thread: current connection

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    current connection

    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
    Last edited by popskie; Nov 10th, 2005 at 10:02 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: current connection

    Environment.UserName
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: current connection

    hi jmcilhinney,
    Its ok to install the C# Express edition without uninstalling visual studio 2002?

    thanks,

    Popskie

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: current connection

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: current connection

    hi,
    ok i already install and register this day. my question is this free and no time limit as of time?

    thanks ,
    Popskie

  6. #6
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Re: current connection

    It's yours for life. Or well, until they stop supporting it and it won't run on a 128 bit OS

    Bill
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

  7. #7

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: current connection

    ok dont worry that, i've done installing and it works.

  8. #8

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: current connection

    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?

  9. #9
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: current connection

    Quote Originally Posted by jmcilhinney
    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.

    Here is some code on how to create a service:

    http://forums.microsoft.com/MSDN/Sho...05209&SiteID=1

  10. #10
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: current connection

    Quote Originally Posted by popskie
    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?
    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  11. #11

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: current connection

    thanks guys, i think it's the limitation of express edition in order to buy pro.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width