CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2008
    Posts
    25

    XP->Vista - What are the odds?

    Not long ago I wrote an app to use in scheduling and running some music events. Now a friend of mine wants to use it for an event that she's running.

    She's a dear friend and I don't want to inconvenience her or make her a guinea pig or a beta tester, but she doesn't live near me and she's the only person I know who uses Vista!

    My app is a pretty simple .NET desktop app written in C# in Visual Studio 2005. It has the usual set of UI controls - buttons, listviews, text boxes, a tabcontrol, etc, some owner-drawn. It does file I-O both to persist data through serialization, and to import data from other sources (.CSV files). It also prints stuff.

    How can I guess the odds this will work properly in Vista, given that it works well in XP Pro, SP2 and above?

    Thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: XP->Vista - What are the odds?

    If you don't do anything inside of Program Files, but use Program Data instead, it should work. Vista comes with Net 2.0 Framework already, so she might be up to a later version.

    Why don't you download Virtual PC 2007, and install Vista INSIDE of XP, to test it out?

    I have a VHD image of DOS 6.2, W2K, WXP, MediaCenter, and Windows 7 (all running inside of Vista 64 Bit w/4gb of RAM)

    You need enough RAM to give a Virtual Machine over 256MB (Win7 has 1gb)
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Dec 2008
    Posts
    25

    Re: XP->Vista - What are the odds?

    Quote Originally Posted by dglienna View Post
    If you don't do anything inside of Program Files, but use Program Data instead, it should work. Vista comes with Net 2.0 Framework already, so she might be up to a later version.

    Why don't you download Virtual PC 2007, and install Vista INSIDE of XP, to test it out?
    Because I don't own a copy of Vista.

Tags for this Thread

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

Featured