I'm at my wits' end trying to write a Calendar as part of an online booking system for a client, he wants two little buttons on it to step forward and back a month. I have written a javascript to write the current month calendar into a html document highlighting the current day etc etc but can't figure how to implement these buttons. My Calendar script allows for the forward and back thing but I've tried writing the buttons in as part of the script and they don't work (as in rewriting the whole page). Essentially I want a table I guess, button in top row, Calendar in merged cell underneath or even frames but I can't figure how to do it. Any bright ideas or suggestions gladly accepted, if this doesn't make any sense please ask questions :P
User 105393
Posts
-
renewing a document.write -
system trayI searched through the stuff but nothing came up, who feels like a loser now :P
-
system trayUmm I have no idea where to look to find out how to make my MFC program run in the system tray, can someone please point me in a general direction, much appreciated
-
global mouse captureThanks Roger, that's exactly what I was looking for :)
-
global mouse captureWell that's great but it's actually the implementation of the SetCapture() and ReleaseCapture() functions I was after as it were....
-
Property Pages and ButtonsThis worked for me with list controls from within your propertysheet class: CMyPropertyPage m_myPage; CButton* pButton = (CButton*) m_myPage.GetDlgItem(IDC_ENGINE_LIGHT_DELETE); pButton->EnableWindow(FALSE);
-
global mouse captureI need a program's main window to roll up when the mouse leaves, I think the best way to do this would be with some kind of global mouse capture function but have no idea how to do this, can someone please point me in the right direction? Much Appreciated, spoonchops