|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scheduling ControlHi All
Has anyone had any experience with Scheduling/Appointment controls. They provide an Outlook style interface. I need to use one in a project and wonder if anyone can recommend any. Thanks Harry "Harry Strybos" <harry_NOSPAM@ffapaysmart.com.au> wrote:. If you're using Win2K or XP or later, the following> Has anyone had any experience with Scheduling/Appointment > controls. They provide an Outlook style interface. I need to > use one in a project and wonder if anyone can recommend > any. represents the Task Scheduler of the Operating System. You can insert a task into it, typically it's used with .vbs or other sorts of script files to run some sort of task. On your computer, click upon Start, Run, and type in the following. Watch the word wrap... %SystemRoot%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF} You can also find it by clicking upon Start, Programs,Accessories, System Tools, Scheduled Tasks. Ed Morcillo has some VB6 code here... scroll down to "Using The Task Scheduler". http://www.mvps.org/emorcillo/en/code/vb6/ It seems to be recommended for XP with no mention of other OS's. It also requires Edanmo's olelib typelib, which is at the top of the above linked page. I haven't tested that so let us know if that's what you're looking for and if it works for you. By the way, the Operating System's Task Scheduler seems to have been around way back with Windows 98 and NT4. Alot of people never use it for anything and don't know about it. In either way, let us know if that will work for you. Hope that helps. -- Jim Carlock Post replies to the newsgroup, thanks. Jim Carlock wrote:
Show quoteHide quote > "Harry Strybos" <harry_NOSPAM@ffapaysmart.com.au> wrote:. I think he meant Scheduler control as in the Calendar in Outlook.> >>Has anyone had any experience with Scheduling/Appointment >>controls. They provide an Outlook style interface. I need to >>use one in a project and wonder if anyone can recommend >>any. > > > If you're using Win2K or XP or later, the following > represents the Task Scheduler of the Operating > System. You can insert a task into it, typically it's used > with .vbs or other sorts of script files to run some sort > of task. On your computer, click upon Start, Run, and > type in the following. Watch the word wrap... For that I believe Infragistics has something. Show quoteHide quote > > %SystemRoot%\explorer.exe > ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF} > > You can also find it by clicking upon Start, Programs, > Accessories, System Tools, Scheduled Tasks. > > Ed Morcillo has some VB6 code here... scroll down to > "Using The Task Scheduler". > > http://www.mvps.org/emorcillo/en/code/vb6/ > > It seems to be recommended for XP with no mention of > other OS's. It also requires Edanmo's olelib typelib, which > is at the top of the above linked page. I haven't tested that > so let us know if that's what you're looking for and if it > works for you. > > By the way, the Operating System's Task Scheduler seems > to have been around way back with Windows 98 and NT4. > Alot of people never use it for anything and don't know > about it. In either way, let us know if that will work for you. > > Hope that helps. > > -- > Jim Carlock > Post replies to the newsgroup, thanks. > >
Show quote
Hide quote
"Jim Carlock" <anonymous@localhost> wrote in message Sorry guys, guess I did not make myself clear. I am looking for a control news:usbtq7tzFHA.2924@TK2MSFTNGP15.phx.gbl... > "Harry Strybos" <harry_NOSPAM@ffapaysmart.com.au> wrote:. >> Has anyone had any experience with Scheduling/Appointment >> controls. They provide an Outlook style interface. I need to >> use one in a project and wonder if anyone can recommend >> any. > > If you're using Win2K or XP or later, the following > represents the Task Scheduler of the Operating > System. You can insert a task into it, typically it's used > with .vbs or other sorts of script files to run some sort > of task. On your computer, click upon Start, Run, and > type in the following. Watch the word wrap... > > %SystemRoot%\explorer.exe > ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF} > > You can also find it by clicking upon Start, Programs, > Accessories, System Tools, Scheduled Tasks. > > Ed Morcillo has some VB6 code here... scroll down to > "Using The Task Scheduler". > > http://www.mvps.org/emorcillo/en/code/vb6/ > > It seems to be recommended for XP with no mention of > other OS's. It also requires Edanmo's olelib typelib, which > is at the top of the above linked page. I haven't tested that > so let us know if that's what you're looking for and if it > works for you. > > By the way, the Operating System's Task Scheduler seems > to have been around way back with Windows 98 and NT4. > Alot of people never use it for anything and don't know > about it. In either way, let us know if that will work for you. > > Hope that helps. > > -- > Jim Carlock > Post replies to the newsgroup, thanks. > that can be used for graphically display eg staff rosters/appointments. Something like the calendar section of Outlook. I've seen a free sample somewhere (maybe it was this one:
http://www.freevbcode.com/ShowCode.Asp?ID=7170 - but I think it was something else I cannot seem to find in a hurry). In my case, as I had some special requirements, I ended up writing the whole thing myself, ditching the Infragistics control (Schedule 9X) in the process (it was unstable in my environment, and is no longer being supported, unless you use the .NET variant). Robert Show quoteHide quote "Harry Strybos" <harry_NOSPAM@ffapaysmart.com.au> wrote in message 309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}news:tae3f.3078$96.136121@nasal.pacific.net.au... > "Jim Carlock" <anonymous@localhost> wrote in message > news:usbtq7tzFHA.2924@TK2MSFTNGP15.phx.gbl... > > "Harry Strybos" <harry_NOSPAM@ffapaysmart.com.au> wrote:. > >> Has anyone had any experience with Scheduling/Appointment > >> controls. They provide an Outlook style interface. I need to > >> use one in a project and wonder if anyone can recommend > >> any. > > > > If you're using Win2K or XP or later, the following > > represents the Task Scheduler of the Operating > > System. You can insert a task into it, typically it's used > > with .vbs or other sorts of script files to run some sort > > of task. On your computer, click upon Start, Run, and > > type in the following. Watch the word wrap... > > > > %SystemRoot%\explorer.exe > > ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30 Show quoteHide quote > > > > You can also find it by clicking upon Start, Programs, > > Accessories, System Tools, Scheduled Tasks. > > > > Ed Morcillo has some VB6 code here... scroll down to > > "Using The Task Scheduler". > > > > http://www.mvps.org/emorcillo/en/code/vb6/ > > > > It seems to be recommended for XP with no mention of > > other OS's. It also requires Edanmo's olelib typelib, which > > is at the top of the above linked page. I haven't tested that > > so let us know if that's what you're looking for and if it > > works for you. > > > > By the way, the Operating System's Task Scheduler seems > > to have been around way back with Windows 98 and NT4. > > Alot of people never use it for anything and don't know > > about it. In either way, let us know if that will work for you. > > > > Hope that helps. > > > > -- > > Jim Carlock > > Post replies to the newsgroup, thanks. > > > > Sorry guys, guess I did not make myself clear. I am looking for a control > that can be used for graphically display eg staff rosters/appointments. > Something like the calendar section of Outlook. > >
Command Button Sequence
Avoid Overflow! 3 dimenional control array populating combobox Getting information on a Word document Raised To The Power Of! form_load parameters - novice Need to know when a process is exited Best way to have a subroutine modify more than one variable Expot datas in to excel sheet |
|||||||||||||||||||||||