Click here to Skip to main content
15,949,686 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to insert combobox in datagrid by using VB.Net? Pin
Dave Kreskowiak21-May-07 3:28
mveDave Kreskowiak21-May-07 3:28 
QuestionChanges in clipboard Pin
ParagGupta20-May-07 23:03
ParagGupta20-May-07 23:03 
QuestionRe: Changes in clipboard Pin
Sonia Gupta20-May-07 23:08
Sonia Gupta20-May-07 23:08 
AnswerRe: Changes in clipboard Pin
Christian Graus20-May-07 23:22
protectorChristian Graus20-May-07 23:22 
QuestionHow to solve this problem? Pin
braleping20-May-07 22:48
braleping20-May-07 22:48 
AnswerRe: How to solve this problem? Pin
Sonia Gupta20-May-07 22:55
Sonia Gupta20-May-07 22:55 
AnswerRe: How to solve this problem? Pin
Sonia Gupta20-May-07 23:16
Sonia Gupta20-May-07 23:16 
GeneralRe: How to solve this problem? Pin
Guffa21-May-07 0:11
Guffa21-May-07 0:11 
AnswerRe: How to solve this problem? Pin
Dave Kreskowiak21-May-07 3:25
mveDave Kreskowiak21-May-07 3:25 
QuestionUSER PROFILE Pin
Sonia Gupta20-May-07 21:22
Sonia Gupta20-May-07 21:22 
AnswerRe: USER PROFILE Pin
Christian Graus20-May-07 22:20
protectorChristian Graus20-May-07 22:20 
QuestionRe: USER PROFILE Pin
Sonia Gupta20-May-07 22:24
Sonia Gupta20-May-07 22:24 
AnswerRe: USER PROFILE Pin
Christian Graus20-May-07 23:21
protectorChristian Graus20-May-07 23:21 
GeneralRe: USER PROFILE Pin
Sonia Gupta20-May-07 23:24
Sonia Gupta20-May-07 23:24 
AnswerRe: USER PROFILE Pin
Dave Kreskowiak21-May-07 3:23
mveDave Kreskowiak21-May-07 3:23 
QuestionSay Good Morning when User Start his machine through Windows Service Pin
varshavmane20-May-07 21:02
varshavmane20-May-07 21:02 
AnswerRe: Say Good Morning when User Start his machine through Windows Service Pin
Sonia Gupta20-May-07 21:24
Sonia Gupta20-May-07 21:24 
GeneralRe: Say Good Morning when User Start his machine through Windows Service Pin
varshavmane20-May-07 21:27
varshavmane20-May-07 21:27 
AnswerRe: Say Good Morning when User Start his machine through Windows Service Pin
Sonia Gupta20-May-07 21:33
Sonia Gupta20-May-07 21:33 
GeneralRe: Say Good Morning when User Start his machine through Windows Service Pin
varshavmane20-May-07 23:32
varshavmane20-May-07 23:32 
AnswerRe: Say Good Morning when User Start his machine through Windows Service Pin
Sonia Gupta20-May-07 23:40
Sonia Gupta20-May-07 23:40 
GeneralRe: Say Good Morning when User Start his machine through Windows Service Pin
Steven J Jowett21-May-07 0:27
Steven J Jowett21-May-07 0:27 
I don think I'd write a windows service for this task. If you only want to display a message when the user logs in then create a standard executable and add it to the Windows Startup. Simple.

Public Module Main<br />
<br />
Public Sub Main()<br />
Messagebox.show("Good morning " & System.Environment.UserName.ToString<br />
End Sub 


Steve Jowett
-------------------------
Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

Questionregistry Pin
Sonia Gupta20-May-07 20:32
Sonia Gupta20-May-07 20:32 
AnswerRe: registry Pin
Christian Graus20-May-07 20:54
protectorChristian Graus20-May-07 20:54 
QuestionRe: registry Pin
Sonia Gupta20-May-07 21:15
Sonia Gupta20-May-07 21:15 

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.