Click here to Skip to main content
15,886,519 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to open cash drawer through Samsung /Star tsp 700 printer in vb6 Pin
Dave Kreskowiak7-Apr-08 3:32
mveDave Kreskowiak7-Apr-08 3:32 
GeneralSyntax help Pin
blackjack21506-Apr-08 22:23
blackjack21506-Apr-08 22:23 
GeneralRe: Syntax help Pin
Christian Graus6-Apr-08 22:28
protectorChristian Graus6-Apr-08 22:28 
GeneralRe: Syntax help Pin
Steven J Jowett6-Apr-08 22:43
Steven J Jowett6-Apr-08 22:43 
GeneralRe: Syntax help Pin
blackjack21506-Apr-08 22:49
blackjack21506-Apr-08 22:49 
GeneralRe: Syntax help Pin
Luc Pattyn7-Apr-08 0:52
sitebuilderLuc Pattyn7-Apr-08 0:52 
GeneralRe: Syntax help Pin
Chinners6-Apr-08 22:50
Chinners6-Apr-08 22:50 
Question(missing code} detect path service Pin
hassanasp6-Apr-08 11:57
hassanasp6-Apr-08 11:57 
Imiss in this code detect path of servivce

Sub ReadSvcs() 'of his old football
Dim ListSvcs() As ServiceProcess.ServiceController 'games from back in the day,
Dim SingleSvc As ServiceProcess.ServiceController 'when "your mother and I were dating." But the
Dim LVW As ListViewItem 'warm fuzzy of nostalgia,

ListSvcs = ServiceProcess.ServiceController.GetServices 'knowing that yes, you accomplished something, makes the world
'ListSvcs = SingleSvc.GetServices 'knowing that yes, you accomplished something, makes the world
lvwServices.Items.Clear() 'feel a bit easier to deal with, and
Try 'eventual death acceptable, almost as though we
For Each SingleSvc In ListSvcs 'have made
LVW = lvwServices.Items.Add(SingleSvc.DisplayName) 'indelible marks upon the history of whatever.
LVW.SubItems.Add(SingleSvc.ServiceName) 'But a sigh usually caps off the standard c**k-
LVW.SubItems.Add(SingleSvc.Status.ToString) 'stroking session of the BBS-days bullshit, when we had
LVW.SubItems.Add(SingleSvc.ServiceType.ToString) 'only 32 baud modems. Maybe it's that I need to know
'LVW.SubItems.Add(SingleSvc.Site.Name)
Next 'how little I knew, how young I was, to re-
Catch e As Exception 'assure myself of the growth that I have (?) experienced,
MessageBox.Show("Could not initialize Windows Service engine. Restarting your computer may work", "Fatal Error: " & e.Source)
End Try 'magic marker lines with my handle and the date, maybe
End Sub 'a dial-i

Ahmed hassan

GeneralRe: (missing code} detect path service Pin
Christian Graus6-Apr-08 15:44
protectorChristian Graus6-Apr-08 15:44 
GeneralRe: (missing code} detect path service Pin
Luc Pattyn7-Apr-08 0:56
sitebuilderLuc Pattyn7-Apr-08 0:56 
GeneralRe: (missing code} detect path service Pin
Christian Graus7-Apr-08 1:01
protectorChristian Graus7-Apr-08 1:01 
Questionhow to check correct answer in quiz Pin
bapu28896-Apr-08 9:01
bapu28896-Apr-08 9:01 
GeneralRe: how to check correct answer in quiz Pin
Christian Graus6-Apr-08 11:13
protectorChristian Graus6-Apr-08 11:13 
QuestionRe: how to check correct answer in quiz Pin
bapu28897-Apr-08 8:19
bapu28897-Apr-08 8:19 
GeneralRe: how to check correct answer in quiz Pin
Christian Graus7-Apr-08 11:46
protectorChristian Graus7-Apr-08 11:46 
AnswerRe: how to check correct answer in quiz Pin
bapu28899-Apr-08 8:55
bapu28899-Apr-08 8:55 
QuestionHow to use link labels ? Pin
Meme_856-Apr-08 5:33
Meme_856-Apr-08 5:33 
GeneralRe: How to use link labels ? Pin
Christian Graus6-Apr-08 11:15
protectorChristian Graus6-Apr-08 11:15 
Questionhelp..save time Pin
Member 44429165-Apr-08 22:57
Member 44429165-Apr-08 22:57 
GeneralRe: help..save time Pin
Thomas Stockwell6-Apr-08 3:48
professionalThomas Stockwell6-Apr-08 3:48 
Questioncombo selected index change event Pin
vijaylumar5-Apr-08 20:08
vijaylumar5-Apr-08 20:08 
GeneralRe: combo selected index change event Pin
Chinners6-Apr-08 23:23
Chinners6-Apr-08 23:23 
QuestionStop/Start a service Pin
hassanasp5-Apr-08 16:04
hassanasp5-Apr-08 16:04 
GeneralRe: Stop/Start a service Pin
Christian Graus6-Apr-08 16:43
protectorChristian Graus6-Apr-08 16:43 
GeneralExcel Value to textbox [modified] Pin
Member 44350515-Apr-08 3:14
Member 44350515-Apr-08 3:14 

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.