Hi everybody !
I'm new to the mac programming. And i need to access the resource
handle, to fetch the text in the dialog. GetResource() is used to get
the resource handle.
I'm aware of few APIs for similar work i.e. GetDialogItem();
GetDialogItemText() but these work after the dialog window is displayed
through NoteAlert().
The problem is the requirement, that says dialog window should not be
displayed.