Hi
I need to create a dialog/message box using the resource template and
then be able to delete it from the screen and i tried to read on msdn
but i am not sure how to go abt it..
please help..
thanks in advance

RE: DialogBox by AuriRahimzadeh

AuriRahimzadeh
Tue Aug 14 09:00:02 CDT 2007

Do you mean show and hide forms as dialogs?

Do you have a link to the template?

Best,

-Auri

---
Author, Hacking the PSP
www.hackingpsp.com


"kudva" wrote:

> Hi
> I need to create a dialog/message box using the resource template and
> then be able to delete it from the screen and i tried to read on msdn
> but i am not sure how to go abt it..
> please help..
> thanks in advance
>
>

Re: DialogBox by r_z_aret

r_z_aret
Tue Aug 14 12:32:08 CDT 2007

On Mon, 13 Aug 2007 22:40:12 -0700, kudva <prabhakarkudva@gmail.com>
wrote:

>Hi
>I need to create a dialog/message box using the resource template and
>then be able to delete it from the screen and i tried to read on msdn
>but i am not sure how to go abt it..

Call CreateDialog, DialogBox or one of its relatives if you're using
C/C++. If you're using another language, telling us which one would
really help.

My sense is that you are trying to dive in to Windows programming
without taking any time to study. I sure couldn't do that; way too
many functions, structures etc.. Rather, I strongly recommend studying
one of the classic introductory _books_; most folks recommend Petzold,
but I prefer Rector and Newcomer.


>please help..
>thanks in advance

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

RE: DialogBox by AuriRahimzadeh

AuriRahimzadeh
Tue Aug 14 14:18:04 CDT 2007

Also look at [FormVariableName].ShowDialog() as an option. I haven't tried
that in mobile development, but hey, it's worth a shot :)

Best,

-Auri

---
Author, Hacking the PSP
www.hackingpsp.com


"kudva" wrote:

> Hi
> I need to create a dialog/message box using the resource template and
> then be able to delete it from the screen and i tried to read on msdn
> but i am not sure how to go abt it..
> please help..
> thanks in advance
>
>