|
What steps must you take to dual-boot Windows 7 and Windows XP when you have Windows 7 installed first?
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It explains ....
See this article : Install Windows XP in Dual Boot with Pre-Installed Windows 7 .
MS uses Virtualization x86 XP in XP Mode, it would be easier .
You don't need dual boot you can run Windows XP Applications in XP Mode.
|
|
I am planning to run a Windows Vista image on Windows Server 2003. From what I know, the VmWorstation on Windows Server 2003 doesn't support Windows Vista. Any idea on this?
Started by Ngu Soon Hui on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
It's running just fine, but no Aero..
Workstation thinks Windows 7 is a Vista install.
This afternoon I created a Windows 7 client using VMWare Workstation 6.5.3 running on a Win 2003 Server R2 box.
|
|
I have an application with one main window. In the window, you click on a button that spawns other windows. I was wondering if anybody knew how to keep these spawned windows within the original window and not let it be able to be dragged out of it?
Answer Snippets (Read the full thread at stackoverflow):
To add a form to the MDI parent, just set .
To true in the properties window for the main form.
|
Ask your Facebook Friends
|
I am just starting off Windows OEM development and have come across these two terms Windows CE and Windows Mobile . What is the difference between the two?
Started by MeThinks on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Currently, Pocket PC (now called Windows Mobile Classic), SmartPhone (Windows Mobile Standard),....
Allow me to quote Wikipedia here:
Windows Mobile is best described as a subset of platforms based on a Windows CE underpinning.
|
|
I have created a Windows service with using that service. How will I call a Windows application?
Started by ush on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you meant how can you host an application....
Http://msdn.microsoft.com/en-us/library/zt39148a(VS.80).aspx
You have to pick a Windows service from the project type in Visual Studio.
Walkthrough: Creating a Windows Service Application in the ...
|
|
I have a retail version of Windows XP on a PC I no longer use. I would like to install Windows 7 on a new pc (nothing is on the hard drive). Can I purchase a Windows 7 upgrade, and install it using the existing Windows XP CD to upgrade from?
Started by NotDan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Yes,
If you have a retail version of XP, you can buy the Upgrade edition of Windows 7, however you on the Microsoft Store
Running earlier versions? If you have Windows XP, you can purchase Windows 7 Upgradeāre running Windows....
|
|
How do you programmatically resize and move windows with Windows API?
The scenario is: I want to vertically tile two windows (80%/20% width proportions).
Started by Daniel Silveira on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Given a HWND, you can change the z-order, position (upper left), size, as well as numerous other flags (like showing or hiding, making it the active window-free, simultaneously positioning two (or more....
Use SetWindowPos() in the Windows API.
|
|
Is Virtual PC on Windows 7 x64 only able to virtualize x86 versions of Windows 7?
Started by Svish on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
However you will be able to....
As 'Windows Virtual PC' for Windows 7 only emulates a Intel Pentium III, which only supported 32-bit operations, you won't be able to get an x64 version of Windows 7 to work correctly running as a guest.
|
|
If i upgrade my Windows XP to Windows 7 or install Windows 7 on my current PC which is 2 years old, Will i have to update any driver for Windows 7?
Started by Jitendra vyas on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
There's no upgrade from Windows XP to Windows 7 so you'll need to do a clean install....
You can check for windows seven is pretty good.
Yes, many of the drivers designed for Windows XP will not work with windows seven.
|
|
I want to move all the domain information from a windows 2000 server to a windows 2003 server (they are separate machines) and then promote the windows 2003 server as the primary domain controller. Is there an easy way for this?
If possible make windows...
Started by saint on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Since windows 2000 there's not really been a 'backup domain controller' concept, as 2000 server to Migrate Windows server 2000 to Windows server 2003 Step By Step Tutorial
Scenario
A Windows 2000 server domain controller ....
|