Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to Initialize contents of a dialog?

Answers were Sorted based on User's Feedback



how to Initialize contents of a dialog?..

Answer / naviyr

In MFC, the contents of a dialog are initialized if they are
associated with their corresponding data members. This is
done through "UpdateData(FALSE)" function. The control data
is transferred to the data members through "UpdateData(TRUE)".

In WIN32, the dialog data in controls can be initialized
during WM_INITDIALOG call. The control data can be updated
to the dialog members using apppropriate "SendMessage"
functions.

Is This Answer Correct ?    9 Yes 1 No

how to Initialize contents of a dialog?..

Answer / mahesh

Using OnInitDialog API

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Win32API Interview Questions

In Win32 application can we use CString datatype?

4 Answers  


java is pure object oriented programming language why?

3 Answers   HCL,


describe process of creating a new class of windows ??

1 Answers  


Function entry for DLL in win3.1

3 Answers  


win 3.1 supports which type of multi tasking?

2 Answers   TISL,


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


what is the stack size in win 32 program

0 Answers  


what Message displayed when a window is destroyed

3 Answers  


What are the COM components

2 Answers   SunSoft Technologies,


what is the function to repaint a window immediately?

2 Answers  


How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


how to Initialize contents of a dialog?

2 Answers   TCS,


Categories