Click here to Skip to main content
16,005,181 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralSetting System Time Pin
Nic Rowan13-Mar-03 21:49
Nic Rowan13-Mar-03 21:49 
GeneralRe: Setting System Time Pin
Hesham Amin14-Mar-03 1:17
Hesham Amin14-Mar-03 1:17 
GeneralRe: Setting System Time Pin
Nic Rowan14-Mar-03 1:21
Nic Rowan14-Mar-03 1:21 
GeneralRe: Setting System Time Pin
Bo Hunter16-Mar-03 17:16
Bo Hunter16-Mar-03 17:16 
GeneralRe: Setting System Time Pin
Bo Hunter16-Mar-03 17:17
Bo Hunter16-Mar-03 17:17 
GeneralRe: Setting System Time Pin
Nic Rowan16-Mar-03 22:39
Nic Rowan16-Mar-03 22:39 
Generaldifference between windows Shutdown and restart Pin
r i s h a b h s13-Mar-03 18:46
r i s h a b h s13-Mar-03 18:46 
GeneralWindows Service Dependencies Pin
Matt Philmon13-Mar-03 8:19
Matt Philmon13-Mar-03 8:19 
Is there a way to either set a Windows Service (I'm not talking Web Services here) dependencies through code or through the installui utility?

Once my VB.NET service is setup using the command line utility installui.exe, since I have the "Installer" class included in my project with all the options like Type (Automatic, Manual, Disabled), everything behaves like I want... except I see no easy way to set Service dependencies. The "hacked" way of doing it appears to be going to:
HKLM\System\CurrentControlSet\Services\YourServiceName\ and adding a key called DependOnService of type REG_MULTI_SZ and then include the service name(s) you are dependent on. This does appear to work well... except there's got to be a better way than having to manually enter this stuff into the registry.

Anyone?
GeneralRe: Windows Service Dependencies Pin
Michael Combs14-Mar-03 6:04
Michael Combs14-Mar-03 6:04 
GeneralRe: Windows Service Dependencies Pin
Matt Philmon18-Mar-03 3:05
Matt Philmon18-Mar-03 3:05 
GeneralUpdate Dataset from a Datagrid Pin
Grégory13-Mar-03 5:28
Grégory13-Mar-03 5:28 
QuestionHow to customize a windows media player in VB 6? Pin
DengJW13-Mar-03 3:04
DengJW13-Mar-03 3:04 
GeneralACCESS / VB / OPENFILEDIALOG Pin
JimWDurbin12-Mar-03 18:58
JimWDurbin12-Mar-03 18:58 
GeneralRe: ACCESS / VB / OPENFILEDIALOG Pin
Hesham Amin12-Mar-03 21:11
Hesham Amin12-Mar-03 21:11 
GeneralRe: ACCESS / VB / OPENFILEDIALOG Pin
JimWDurbin13-Mar-03 17:56
JimWDurbin13-Mar-03 17:56 
GeneralRe: ACCESS / VB / OPENFILEDIALOG Pin
Hesham Amin14-Mar-03 1:11
Hesham Amin14-Mar-03 1:11 
GeneralString Object Referrence Pin
Nick Seng11-Mar-03 17:54
Nick Seng11-Mar-03 17:54 
GeneralRe: String Object Referrence Pin
Hesham Amin12-Mar-03 2:41
Hesham Amin12-Mar-03 2:41 
GeneralRe: String Object Referrence Pin
Jim Stewart12-Mar-03 13:01
Jim Stewart12-Mar-03 13:01 
GeneralRe: String Object Referrence Pin
Anonymous12-Mar-03 14:08
Anonymous12-Mar-03 14:08 
GeneralRe: String Object Referrence Pin
Nick Seng12-Mar-03 14:43
Nick Seng12-Mar-03 14:43 
GeneralVB Macro to add files to project Pin
charuvenkat11-Mar-03 17:38
charuvenkat11-Mar-03 17:38 
GeneralWindows Service for Printing HTML Pin
Daryl.R11-Mar-03 3:40
Daryl.R11-Mar-03 3:40 
GeneralSearching for files DateModified value Pin
glaidler11-Mar-03 2:28
glaidler11-Mar-03 2:28 
GeneralRe: Searching for files DateModified value Pin
chris foote13-Mar-03 9:17
chris foote13-Mar-03 9:17 

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.