Welcome, Guest
Username: Password: Remember me
CodeTyphon MS Windows (Win7, Win8.x, Win10 and Win11) OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

CT Center Windows hidden by taskbar 9 years 10 months ago #5584

  • Dirk Jansen
  • Dirk Jansen's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Hello,

I am used to place the Windows Taskbar at the top of my screen. If I start the CodeTyphon Center the windows title an the main menu is hide by the Taskbar, because the CodeTyphon Center is placed on the top of the screen an not at the top of the free desktop space.

Is it possible to change this behaviour?

thanks
Dirk

Please Log in or Create an account to join the conversation.

CT Center Windows hidden by taskbar 9 years 10 months ago #5586

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Hi Dirk,
as a quick workaround you could start CodeTyphon Center with a little .bat file using NirCmd ( www.nirsoft.net/utils/nircmd.html )
@echo off
echo Please Wait during CodeTyphon Center Startup :)
@start %USERPROFILE%\Desktop\CodeTyphon.lnk
@"C:\Program Files\nircmd\nircmd.exe" wait 3000
@"C:\Program Files\nircmd\nircmd.exe" win setsize foreground 748 30 532 700

In this example, it is starting the link of CTC from the desktop of the current user, waits for 3 seconds and then move/size the window of CTC.
The values are Left, Top, Width, Height (tested on Windows Seven, with a 1280*1024 screen and taskbar on the top)
Hoping it can make your life easier :)

Please Log in or Create an account to join the conversation.

  • Page:
  • 1