Welcome to Ethical Hackers
Nick:  
Pass:     
Register Help Member List View New Posts View Today's Posts

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TCL Tutorial
06-07-2010, 04:42 AM
Post: #1
TCL Tutorial
TCL/tk is the best one for easyGUI and prototype programming..here is one easy example to learn it practically..please ask if any doubt arises
Code:
#!/usr/bin/wish

label .l -text "YOUR NAME : "
entry .e -textvariable name

frame .btns

button .btns.b1 -text "Hello" -command {toplevel .w;label .w.l -text "Helllo $name";button .w.b -text "Return" -command {destroy .w};
pack .w.l .w.b -side top}

pack .btns -side top
pack .l .e -side left -padx 5
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Pascal tutorial lohas 3 400 06-15-2010 08:53 PM
Last Post: MasterZuFu

Forum Jump:


User(s) browsing this thread:



Ethical Hackers © 2012.