Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSHGetFileInfo: I can't get SHGFI_ICONLOCATION to work Pin
Mike Morearty27-Feb-03 6:15
Mike Morearty27-Feb-03 6:15 
GeneralRe: SHGetFileInfo: I can't get SHGFI_ICONLOCATION to work Pin
AlexO27-Feb-03 8:38
AlexO27-Feb-03 8:38 
GeneralRe: SHGetFileInfo: I can't get SHGFI_ICONLOCATION to work Pin
Mike Morearty27-Feb-03 8:49
Mike Morearty27-Feb-03 8:49 
GeneralCSliderCtrl notifications Pin
Maximilien27-Feb-03 5:25
Maximilien27-Feb-03 5:25 
GeneralRe: CSliderCtrl notifications Pin
AlexO27-Feb-03 5:59
AlexO27-Feb-03 5:59 
Generalmultiple windowed apps Pin
SumGuy27-Feb-03 5:19
SumGuy27-Feb-03 5:19 
GeneralRe: multiple windowed apps Pin
Rage27-Feb-03 5:55
professionalRage27-Feb-03 5:55 
GeneralRe: multiple windowed apps Pin
SumGuy27-Feb-03 6:26
SumGuy27-Feb-03 6:26 
The program is a SDI, it will be used to create, edit, and administer tests to students. There is a main form, which basically provides a menu of what is to be done, ie. create a new test. These tests will either be printed out, or taken on the computer, and will only consist of short answer or multiple choice questions.

So, in the end, it will need
a) the main form
b) a form to create the test file
c) a form to design the test
d) a form to take the test
e) a results form
and the list goes on.

The second window can't be a child window because the first form will be disapeared while any other forms are active.

I figured that the second window would be made the same way, but I saw potential problems with the
while(GetMessage(&Msg, NULL, 0, 0) > 0)
{
TranslateMessage(&Msg);
DispatchMessage(&Msg);
}

GeneralI figured it out thanks Pin
SumGuy27-Feb-03 7:19
SumGuy27-Feb-03 7:19 
GeneralRe: I figured it out thanks Pin
Alvaro Mendez27-Feb-03 9:54
Alvaro Mendez27-Feb-03 9:54 
GeneralRe: I figured it out thanks Pin
Jason Henderson27-Feb-03 11:22
Jason Henderson27-Feb-03 11:22 
GeneralRe: I figured it out thanks Pin
Alvaro Mendez27-Feb-03 17:23
Alvaro Mendez27-Feb-03 17:23 
GeneralA self-disappearing messagebox Pin
ns27-Feb-03 5:03
ns27-Feb-03 5:03 
GeneralRe: A self-disappearing messagebox Pin
will138327-Feb-03 5:08
will138327-Feb-03 5:08 
GeneralRe: A self-disappearing messagebox Pin
Alvaro Mendez27-Feb-03 5:42
Alvaro Mendez27-Feb-03 5:42 
Generalthanks!! Pin
ns27-Feb-03 5:47
ns27-Feb-03 5:47 
GeneralRe: A self-disappearing messagebox Pin
Nish Nishant27-Feb-03 6:38
sitebuilderNish Nishant27-Feb-03 6:38 
GeneralWow!!! Pin
ns27-Feb-03 7:33
ns27-Feb-03 7:33 
Generaluh-oh! How do you convert the vc7 prj to a vc6 prj...can you? Pin
ns27-Feb-03 7:39
ns27-Feb-03 7:39 
GeneralRe: uh-oh! How do you convert the vc7 prj to a vc6 prj...can you? Pin
Chris Richardson27-Feb-03 8:18
Chris Richardson27-Feb-03 8:18 
Generalthankyou ! Pin
ns27-Feb-03 8:32
ns27-Feb-03 8:32 
GeneralMessageBox Pin
will138327-Feb-03 5:00
will138327-Feb-03 5:00 
GeneralRe: MessageBox Pin
Alvaro Mendez27-Feb-03 5:38
Alvaro Mendez27-Feb-03 5:38 
GeneralCFormView problem in VC++ .NET Pin
Anonymous27-Feb-03 4:45
Anonymous27-Feb-03 4:45 
GeneralReshaping project in VS.net Pin
MemLeak27-Feb-03 4:16
MemLeak27-Feb-03 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.