Click here to Skip to main content
15,901,426 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Draw a Rhombus PinPopular
Christian Graus11-Jun-08 6:01
protectorChristian Graus11-Jun-08 6:01 
Questionform question Pin
sa_runner11-Jun-08 4:59
sa_runner11-Jun-08 4:59 
AnswerRe: form question Pin
Mohammad Al Hoss11-Jun-08 5:09
Mohammad Al Hoss11-Jun-08 5:09 
AnswerRe: form question Pin
John_Adams11-Jun-08 5:12
John_Adams11-Jun-08 5:12 
AnswerRe: form question Pin
sa_runner11-Jun-08 5:46
sa_runner11-Jun-08 5:46 
Questionchatting in lan Pin
pekhaleyogesh11-Jun-08 3:59
pekhaleyogesh11-Jun-08 3:59 
AnswerRe: chatting in lan Pin
John Ad11-Jun-08 4:16
John Ad11-Jun-08 4:16 
AnswerRe: chatting in lan Pin
~Khatri Mitesh~11-Jun-08 4:26
~Khatri Mitesh~11-Jun-08 4:26 
Hiii
I sending a sample code for send msg in Lan.

If lstnames.SelectedItems.Count > 0 Then
   For Each strSeleted As String In lstnames.SelectedItems 
     'somehow a list item is in fact a string

      Dim strname As String = " " & strSeleted
      Dim lngPos As Long = 1
      Do
          Dim lretval As Long = Shell("net send " & strname & _
     " """ & Mid(strMessage, lngPos, iChunk) & """", vbHide)
          lngPos += iChunk
          'pause to stop out of sequence message chunks

          Sleep(100)
      Loop Until lngPos > Len(strMessage)
      strStatus &= strname.ToString
   Next strSeleted
 End If



Your LAN messanger setting on Your computer must be enable for run this code.
May be this code helps U.
Thanx
Mitesh Khatri
khatrimitesh@hotmail.com
QuestionTranslating .rdlc reports Pin
FvanLog11-Jun-08 3:15
FvanLog11-Jun-08 3:15 
QuestionReports help - new to VS2008 Standard Pin
penguin500011-Jun-08 2:10
penguin500011-Jun-08 2:10 
QuestionCheck box getting unchecked while sorting column in datagridview Pin
hisuman10011-Jun-08 1:18
hisuman10011-Jun-08 1:18 
AnswerRe: Check box getting unchecked while sorting column in datagridview Pin
C1AllenS11-Jun-08 5:08
C1AllenS11-Jun-08 5:08 
GeneralRe: Check box getting unchecked while sorting column in datagridview Pin
hisuman10013-Jun-08 0:45
hisuman10013-Jun-08 0:45 
QuestionVBA (Excel) filter by date Pin
progDes11-Jun-08 0:13
progDes11-Jun-08 0:13 
AnswerRe: VBA (Excel) filter by date [modified] Pin
~Khatri Mitesh~11-Jun-08 0:57
~Khatri Mitesh~11-Jun-08 0:57 
GeneralRe: VBA (Excel) filter by date Pin
progDes11-Jun-08 1:06
progDes11-Jun-08 1:06 
Questionshowing animated waiting form Pin
Tom Deketelaere10-Jun-08 23:04
professionalTom Deketelaere10-Jun-08 23:04 
Questionhandling connection object exception Pin
vermaratan10-Jun-08 22:21
vermaratan10-Jun-08 22:21 
AnswerRe: handling connection object exception Pin
Colin Angus Mackay11-Jun-08 0:47
Colin Angus Mackay11-Jun-08 0:47 
GeneralRe: handling connection object exception Pin
vermaratan11-Jun-08 0:59
vermaratan11-Jun-08 0:59 
AnswerRe: handling connection object exception Pin
Ashfield11-Jun-08 3:17
Ashfield11-Jun-08 3:17 
QuestionIs there any field limitaion in Structure (VB.NET) Pin
Michael Sync10-Jun-08 21:10
Michael Sync10-Jun-08 21:10 
AnswerRe: Is there any field limitaion in Structure (VB.NET) Pin
Chinners10-Jun-08 22:41
Chinners10-Jun-08 22:41 
GeneralRe: Is there any field limitaion in Structure (VB.NET) Pin
Michael Sync10-Jun-08 23:23
Michael Sync10-Jun-08 23:23 
GeneralRe: Is there any field limitaion in Structure (VB.NET) Pin
Chinners10-Jun-08 23:56
Chinners10-Jun-08 23:56 

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.