<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Windows Vista Forum RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest threads from the 'Windows Vista' forum at Programmer's Heaven, excluding replies.</description>
    <language>en</language>
    <copyright>Copyright 2008 Programmers Heaven</copyright>
    <pubDate>Mon, 01 Dec 2008 21:00:10 -0700</pubDate>
    <lastBuildDate>Mon, 01 Dec 2008 21:00:10 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Are 2 nVidia 7600GTs faster or slower than a single 8600GT?</title>
      <link>http://www.programmersheaven.com/mb/vista/371406/371406/are-2-nvidia-7600gts-faster-or-slower-than-a-single-8600gt/</link>
      <description>I have two nVidia 7600GTs and I am running Vista. I am running them in SLi (simultaneously). I am wondering if a single nVidia 8600GT would perfom better than the 2 7600GTs...the fact that you can also use DirectX10 with an 8600 and NOT the 7600s is also considerable....&lt;br /&gt;</description>
      <pubDate>Tue, 22 Apr 2008 18:00:10 -0700</pubDate>
      <category>Windows Vista</category>
    </item>
    <item>
      <title>Dialog Boxes</title>
      <link>http://www.programmersheaven.com/mb/vista/370851/370851/dialog-boxes/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I've been trying to get a Dialog box working all day now, and I've had it. I'm working with dev c++ on Windows Vista. Throughout my search on the net I've encountered my problem here and there, but nothing they suggested even came close to solving the problem. The code I'm about to copy is not my own, it's largely taken from one of the sites I stumbled across today. I've tried every source I found, and NONE (that's right, NONE) of them compiled.&lt;br /&gt;
&lt;br /&gt;
My project is linked with libcommctrl32.a.&lt;br /&gt;
main.cpp&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
#include &amp;lt;windows.h&amp;gt;
#include "resource.h" 
#include &amp;lt;commctrl.h&amp;gt;

HWND hwnd;
BOOL CALLBACK AboutDlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam);

int main()
{
    InitCommonControls();
    int about = DialogBox(GetModuleHandle(NULL), MAKEINTRESOURCE(ID_ABOUT), hwnd, AboutDlgProc); //Call Our Dialog
    
    if(about == IDOK) //If Out Dialog Returns With Our 'IDOK' Value
    {
           MessageBox(hwnd, "Dialog exited with IDOK.", "Notice", MB_OK | MB_ICONINFORMATION);
    }
    else if(about == IDCANCEL) //Else If Our Dialog Returns With Our 'IDCANCEL' Value
    {
         MessageBox(hwnd, "Dialog exited with IDCANCEL.", "Notice", MB_OK | MB_ICONINFORMATION);
    }
    else if(about == -1) //Else If Our Dialog Returns '-1', It Means It Didnt Work
    {
         MessageBox(hwnd, "Dialog failed!", "Error", MB_OK | MB_ICONINFORMATION);
    }
}

//The Dialogs Window Control
BOOL CALLBACK AboutDlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)
{
    switch(Message)
    {
        case WM_INITDIALOG:

        return TRUE;
        case WM_COMMAND:
            switch(LOWORD(wParam))
            {
                case IDOK:                       //If our dialog returns IDOK
                    EndDialog(hwnd, IDOK);       //Close The Dialog
                break;              
                case IDCANCEL:                   //If our dialog returns IDCANCEL
                    EndDialog(hwnd, IDCANCEL);   //Close The Dialog
                break;
            }
        break;
        default:
            return FALSE;
    }
    return TRUE;
}
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
resource.h&lt;br /&gt;
&lt;pre class="sourcecode"&gt;//Define Our Dialogs Name
#define ID_ABOUT   101&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
resource.rc&lt;br /&gt;
&lt;pre class="sourcecode"&gt;#include &amp;lt;windows.h&amp;gt;
#include "resource.h"  //Include our file

DLG_About DIALOG 20, 20, 400, 400
STYLE WS_POPUP | WS_DLGFRAME
CAPTION "Just an ordinary dialogbox"
FONT 8, "MS Sans Serif"
{

	CTEXT	"Some text lines", -1, 0, 0, 300, 8
	CTEXT	"Some more text lines", -1, 0, 8, 300, 8
	CTEXT	"And even more text lines.", -1, 0, 16, 300, 8

	DEFPUSHBUTTON "OK", IDOK, 130, 152, 32, 14, 
WS_GROUP
}&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
I ALWAYS get following errors : &lt;br /&gt;
Line 5 in file resource.rc : syntax error&lt;br /&gt;
&lt;br /&gt;
Any help? Please?&lt;br /&gt;</description>
      <pubDate>Thu, 03 Apr 2008 08:11:58 -0700</pubDate>
      <category>Windows Vista</category>
    </item>
    <item>
      <title>EFI booting</title>
      <link>http://www.programmersheaven.com/mb/vista/332652/332652/efi-booting/</link>
      <description>I resent the fact that microsoft are scraping BIOS for EFI booting.&lt;br /&gt;
does this mean that we will need to scrap our old system for new hardware to obtain the OS?&lt;br /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 23:34:55 -0700</pubDate>
      <category>Windows Vista</category>
    </item>
    <item>
      <title>Windows Vista,"I heard it is LongHorn"</title>
      <link>http://www.programmersheaven.com/mb/vista/328403/328403/windows-vistai-heard-it-is-longhorn/</link>
      <description>My name Enock Mbota,Iam a Malawian,a country with little knowledge in Computer technology.&lt;br /&gt;
Last year my friend told me that microsoft are developng a new operating system,of which some of its unique features are having transparent windows.&lt;br /&gt;
if anyone has any knowledge about windows Vista please help me.&lt;br /&gt;
my email:enockmbota@yahoo.com&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 02 Feb 2006 22:52:34 -0700</pubDate>
      <category>Windows Vista</category>
    </item>
  </channel>
</rss>