limiting the numbers of instance of Winword

Post Reply
User avatar
Silvio.Falconi
Posts: 7114
Joined: Thu Oct 18, 2012 7:17 pm

limiting the numbers of instance of Winword

Post by Silvio.Falconi »

I was just wondering is there a way, maybe in the Registry, to limit open instances of programs such as WinWord or Excel
I have at school computer with small memory and the boys founded the mode to block any pc opening many instances of winword
I want to be able to limit the amount of instances of each program they are allowed to open.

Thanks in advance for any help!
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: limiting the numbers of instance of Winword

Post by cnavarro »

It could serve?

Code: Select all | Expand


aTasks = GetTasks()

 
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
Silvio.Falconi
Posts: 7114
Joined: Thu Oct 18, 2012 7:17 pm

Re: limiting the numbers of instance of Winword

Post by Silvio.Falconi »

not in fwh
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
cnavarro
Posts: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: limiting the numbers of instance of Winword

Post by cnavarro »

Yes Silvio

c:\fwh\source\function\gettasks.prg


But do not think you need to serve
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Post Reply