PDA

View Full Version : CS401 Computer Architecture and Assembly Language Solve Quiz No.3 Fall 2013



Vuhelper
01-11-2013, 03:05 PM
CS401 Computer Architecture and Assembly Language Solve Quiz No. 3 Fall 2013

Pleas read my attached solved quiz file of cs401 .3 and highlits the wrong and right answer

For showing Dialog we can use “ShowWindow(…)” function

TRUE

FALSE


When a menu item is clicked, WM_COMMAND message is send and ID of this menu item is sent in:

wParam

lParam

hInstance

HWND


The “GetDlgItem” function retrieves a ______ to a control

Handle

Pointer

Object

None of the given options


The WM_INITDIALOG message is sent to the dialog box procedure ______________

Immediately before a dialog box is displayed

Immediately after a dialog box is displayed

When DialogProc is called

When HideDialog is called


Virtual key code defined by

Kernel Not Sure

Application

System

None of given

In which parameter of “CreateWindow” function, we can specify the Menu.

hMenu

hInstance

hWnd

dialogBox