Click here to Skip to main content
15,892,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralGroup Policy to force workstation lock Pin
David Mujica16-Mar-09 5:02
David Mujica16-Mar-09 5:02 
GeneralRe: Group Policy to force workstation lock Pin
JernejR16-Mar-09 5:11
JernejR16-Mar-09 5:11 
GeneralRe: Timer forcing exit Pin
JernejR16-Mar-09 4:55
JernejR16-Mar-09 4:55 
GeneralDatabase version check could lead to uncessary overhead Pin
David Mujica16-Mar-09 5:09
David Mujica16-Mar-09 5:09 
GeneralRe: Database version check could lead to uncessary overhead Pin
JernejR16-Mar-09 5:15
JernejR16-Mar-09 5:15 
GeneralRe: Timer forcing exit Pin
Jon_Boy16-Mar-09 4:59
Jon_Boy16-Mar-09 4:59 
GeneralRe: how to replace application in multiuser enviroment Pin
Luc Pattyn16-Mar-09 6:35
sitebuilderLuc Pattyn16-Mar-09 6:35 
AnswerRe: how to replace application in multiuser enviroment Pin
Dave Kreskowiak16-Mar-09 6:17
mveDave Kreskowiak16-Mar-09 6:17 
There are several ways of doing this. Some companies have mandatory reboot policies in place. If you leave your machine on over the weekend, the machine gets rebooted automatically.

Another would be to have the app close itself after x number of hours of inactivity.

Another would be to have the app check in every so often to see if there was an updated version available on a central source. If there was, notify the user to restart the app. Upon launch, the app would have to launch an updater application that downloads the new version and replaced an files it has to to update the app, or just run an installer. The only problem with this would be the users would need admin rights to do this installation.

An another would be to use some application distribution software, like MS System Center Configuration Manager, or Altiris.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: how to replace application in multiuser enviroment Pin
Luc Pattyn16-Mar-09 6:38
sitebuilderLuc Pattyn16-Mar-09 6:38 
GeneralRe: how to replace application in multiuser enviroment Pin
Dave Kreskowiak16-Mar-09 7:00
mveDave Kreskowiak16-Mar-09 7:00 
AnswerRe: how to replace application in multiuser enviroment Pin
supercat916-Mar-09 10:39
supercat916-Mar-09 10:39 
QuestionLinking text boxes to a database without being databound Pin
Dave McCool16-Mar-09 1:00
Dave McCool16-Mar-09 1:00 
AnswerRe: Linking text boxes to a database without being databound Pin
JernejR16-Mar-09 1:51
JernejR16-Mar-09 1:51 
Questionread write from usb port + vb Pin
mouhamad rayed16-Mar-09 0:15
mouhamad rayed16-Mar-09 0:15 
AnswerRe: read write from usb port + vb Pin
Eddy Vluggen16-Mar-09 0:26
professionalEddy Vluggen16-Mar-09 0:26 
AnswerRe: read write from usb port + vb Pin
Dave Kreskowiak16-Mar-09 6:13
mveDave Kreskowiak16-Mar-09 6:13 
Questionhow to convert images of types gif to jpeg using vb.net code ? Pin
ahlamissa16-Mar-09 0:04
ahlamissa16-Mar-09 0:04 
AnswerRe: how to convert images of types gif to jpeg using vb.net code ? Pin
Luc Pattyn16-Mar-09 1:14
sitebuilderLuc Pattyn16-Mar-09 1:14 
Questionis there any way to copy RDLC graph directly to power point ? Pin
bhushan09715-Mar-09 22:44
bhushan09715-Mar-09 22:44 
Questionhow to pass the parameter to show the reports(report.rdlc) in reportviewer using vb.net [modified] Pin
againnaga15-Mar-09 21:31
againnaga15-Mar-09 21:31 
QuestionCannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee15-Mar-09 21:30
andycee15-Mar-09 21:30 
AnswerRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
Luc Pattyn16-Mar-09 1:15
sitebuilderLuc Pattyn16-Mar-09 1:15 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee16-Mar-09 2:03
andycee16-Mar-09 2:03 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
Luc Pattyn16-Mar-09 2:19
sitebuilderLuc Pattyn16-Mar-09 2:19 
GeneralRe: Cannot import System.Windows.Media.Imaging and System.Windows.Forms or System.Reflection Pin
andycee16-Mar-09 2:42
andycee16-Mar-09 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.