各位大大
小弟有2個問題,一個是要如何將字串的內容顯示出來但無法修改, 但是按一個鍵後, 便可修改內容, 在按另外一個鍵後則恢復回來顯示字串的內容但無法修改; 另一個問題是在程式執行時會彈出一視窗要使用者輸入帳號和密碼, 輸入完畢後視窗自動關閉. 就這兩個, 麻煩各位大大指點小弟一下, 謝謝
已解決! 轉到解決方案。
在 03-08-2009 08:04 PM
Hi,
For String, you may Enable or Disable the string control using its property node: Disable
Disable = 0, Enabled
Disbale = 1, Disabled
Disbale = 2, Disabled & Grayed
For User ID and Password entry dialog, you may create a subVI that prompts user to enter the User ID and Password. After which, you need to process the entered information to verify the validity of the User ID and Password using String functions (and maybe in conjunction with array functions).