如题

解决方案 »

  1.   

    自己定义一个Form吧?
    要不修改VCL源码罗?加一个参数.
    function InputBox(...,passchar:char):string;
      

  2.   

    function InputBox(const ACaption, APrompt, ADefault: WideString ): WideString; overload;function InputBox(const ACaption, APrompt: WideString ; ADefault: Double; Min: Double = Low(Integer); Max: Double = High(Integer); Decimals: Integer = 1): Double; overload;
    function InputBox(const ACaption, APrompt: WideString; ADefault: Integer; Min: Integer = Low(Integer); Max: Integer = High(Integer); Increment: Integer = 1): Integer; overload;
    结论:不可以^^
      

  3.   

    虽然不知道怎么才可以,但是也不知道为什么要inputbox显示*??
    为了保密吗?? 还是用EDIT,方便!
      

  4.   

    自己做一个这种窗口,
    不想做的话就修改inputbox的原代码吧
      

  5.   

    http://expert.csdn.net/Expert/topic/2376/2376986.xml?temp=.2469141