Message Box Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sheerazkaleem
    New Member
    • Dec 2007
    • 1

    Message Box Problem

    If any one know about message box with password text box just like in java script
    please tell me..
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by Sheerazkaleem
    If any one know about message box with password text box just like in java script
    please tell me..
    please elaborate your question....... .

    Comment

    • dilipv
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by Sheerazkaleem
      If any one know about message box with password text box just like in java script
      please tell me..
      hi there,

      can you expalin me what is your requirment.mess age box can only show the message.in which environment you want to develop.

      Thank you
      Jitesh
      <Website Link Snipped>
      Last edited by Frinavale; Feb 15 '08, 04:35 PM. Reason: Removed Web Site Link

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        In .NET they did away with the Prompt box that allows free form input in a text box.
        MessageBox only supports a button click reponse.
        You would need to create your own form that acts like the prompt box and call that form with the .ShowDialog() function to achieve the same functionality.

        Comment

        Working...