Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scriptico

    environment in Win32

    Hi! I'm trying to set WinXP environment variables with Tcl. I know that these variables are stored in the env structure and I know how to change this structure. But I don't know how to pass this structure back to Windows, so that these variables remain changed when I e.g. reboot. Any suggestions?
  2. scriptico

    installing Tcl/Tk by compilling source code on Win ME

    Hi orchidlulu ! You can create a new project which uses a makefile. Start VC6.0 and try the following : Create a directory for your project. Copy all source files (dont't forget the right makefile) into that dir. Create a new project and use the path to your project-dir. file->new, top the...
  3. scriptico

    Embedding Tcl into an MSVC 6 Programme

    I'm doing C++ programming with Visual C++ 6.0 under Win NT 4.0 and add a GUI to my programms using TCL/TK. I do this the following way : I use the TclPro 1.4.1 source code to compile my own interpreter to wich i add new commands using C. I created a new project with VC6.0 (Win32 application) and...
  4. scriptico

    Titlebar in Win32

    Hi, Ken Jones! I thought there is no way, but now I know there is none. Maybe I will find some time to migrate to UNIX/LINUX and will have a much better time. (hope so!) Many thanks and good wishes !
  5. scriptico

    Titlebar in Win32

    Thanks to bilbao, but I know how to change the title of a toplevel. I just want to get rid of the three buttons (iconify, maximize, close) on a win32-platform. Is there any way? Ey Caramba !
  6. scriptico

    Titlebar in Win32

    Hi folks! I`m doing Tcl/Tk under Win32 and want to display only the title in the titlebar of a toplevel-widget. That means I want to get rid of the three buttons in the upper right corner ( iconify-, maximize- and close-button). Have a nice day!

Part and Inventory Search

Back
Top