RonKuch 0 Posted April 20, 2011 How can I display or redirect a text file in a GUI Edit Box? Share this post Link to post Share on other sites
enaiman 16 Posted April 20, 2011 Like this: $File = FileRead("my file here") GUICtrlSetData($MyEdit, $File) SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example scriptwannabe "Unbeatable" Tic-Tac-ToePaper-Scissor-Rock ... try to beat it anyway :) Share this post Link to post Share on other sites