Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: I am not able to open the report for my VB6.0 application using Crystal Reports 9 in the client machine Pin
ChandraRam24-Nov-08 20:45
ChandraRam24-Nov-08 20:45 
GeneralRe: I am not able to open the report for my VB6.0 application using Crystal Reports 9 in the client machine Pin
Dave Kreskowiak25-Nov-08 2:24
mveDave Kreskowiak25-Nov-08 2:24 
GeneralRe: I am not able to open the report for my VB6.0 application using Crystal Reports 9 in the client machine Pin
ChandraRam25-Nov-08 6:27
ChandraRam25-Nov-08 6:27 
GeneralRe: I am not able to open the report for my VB6.0 application using Crystal Reports 9 in the client machine Pin
Dave Kreskowiak24-Nov-08 2:04
mveDave Kreskowiak24-Nov-08 2:04 
GeneralRe: I am not able to open the report for my VB6.0 application using Crystal Reports 9 in the client machine Pin
Mycroft Holmes24-Nov-08 15:31
professionalMycroft Holmes24-Nov-08 15:31 
AnswerRe: I am not able to open the report for my VB6.0 application using Crystal Reports 9 in the client machine Pin
Paul Conrad24-Nov-08 5:55
professionalPaul Conrad24-Nov-08 5:55 
QuestionHelp me Start my service Pin
arjmand23-Nov-08 19:13
arjmand23-Nov-08 19:13 
AnswerRe: Help me Start my service Pin
Jon_Boy25-Nov-08 4:00
Jon_Boy25-Nov-08 4:00 
It's been a while since I've done a windows service, if I remember correctly you should be able to just instantiate the service control by name and then start the service. You shouldn't have to loop all services for the correct name.

dim oService as New ServiceController("MyService")
oService.Start


1. Ensure your service is installed in the windows services.
2. Ensure the service is started and working.
3. Create a sep. project for the GUI. The windows service project shouldn't have a form itself. The GUI project will be responsible for starting, restarting, etc the service. Use a notifyIcon if necessary.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

GeneralRe: Help me Start my service Pin
arjmand2-Dec-08 7:10
arjmand2-Dec-08 7:10 
AnswerRe: Help me Start my service Pin
Ben Fair25-Nov-08 9:41
Ben Fair25-Nov-08 9:41 
GeneralRe: Help me Start my service Pin
arjmand2-Dec-08 7:01
arjmand2-Dec-08 7:01 
QuestionScreenSaver SlideShow using VB.net Pin
ASPnoob23-Nov-08 18:45
ASPnoob23-Nov-08 18:45 
AnswerRe: ScreenSaver SlideShow using VB.net Pin
Nanda_MR23-Nov-08 19:27
Nanda_MR23-Nov-08 19:27 
GeneralRe: ScreenSaver SlideShow using VB.net Pin
ASPnoob23-Nov-08 19:59
ASPnoob23-Nov-08 19:59 
GeneralRe: ScreenSaver SlideShow using VB.net Pin
Nanda_MR23-Nov-08 21:41
Nanda_MR23-Nov-08 21:41 
Questiondeleting the repeated record from a particular field Pin
dennymw23-Nov-08 18:19
dennymw23-Nov-08 18:19 
AnswerRe: deleting the repeated record from a particular field Pin
Nanda_MR23-Nov-08 19:30
Nanda_MR23-Nov-08 19:30 
GeneralRe: deleting the repeated record from a particular field Pin
dennymw23-Nov-08 21:18
dennymw23-Nov-08 21:18 
GeneralRe: deleting the repeated record from a particular field Pin
Nanda_MR23-Nov-08 21:35
Nanda_MR23-Nov-08 21:35 
GeneralRe: deleting the repeated record from a particular field Pin
Anubhava Dimri23-Nov-08 22:00
Anubhava Dimri23-Nov-08 22:00 
GeneralRe: deleting the repeated record from a particular field Pin
dennymw23-Nov-08 22:32
dennymw23-Nov-08 22:32 
AnswerRe: deleting the repeated record from a particular field Pin
Nanda_MR23-Nov-08 22:51
Nanda_MR23-Nov-08 22:51 
GeneralRe: deleting the repeated record from a particular field Pin
dennymw23-Nov-08 23:21
dennymw23-Nov-08 23:21 
AnswerRe: deleting the repeated record from a particular field Pin
Nanda_MR24-Nov-08 17:23
Nanda_MR24-Nov-08 17:23 
AnswerRe: deleting the repeated record from a particular field Pin
fego ogwara24-Nov-08 4:54
fego ogwara24-Nov-08 4:54 

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.