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

Visual Basic

 
GeneralRe: dynamic printing pictures in vb6.0 Pin
lynn630288-Jul-10 8:51
lynn630288-Jul-10 8:51 
QuestionFailed to create setup file using Visual Studio 2005 Pin
Andraw Tang2-Jul-10 4:49
Andraw Tang2-Jul-10 4:49 
AnswerRe: Failed to create setup file using Visual Studio 2005 Pin
εїзεїзεїз2-Jul-10 19:47
εїзεїзεїз2-Jul-10 19:47 
QuestionCreate a Setup file [modified] Pin
.NetDeveloper091-Jul-10 21:19
.NetDeveloper091-Jul-10 21:19 
AnswerRe: Create a Setup file Pin
Scubapro2-Jul-10 1:02
Scubapro2-Jul-10 1:02 
GeneralRe: Create a Setup file Pin
.NetDeveloper092-Jul-10 15:58
.NetDeveloper092-Jul-10 15:58 
Generalsplash screen and timer control Pin
.NetDeveloper092-Jul-10 15:59
.NetDeveloper092-Jul-10 15:59 
QuestionSocket error Pin
Jamal Abdul Nasir1-Jul-10 10:53
Jamal Abdul Nasir1-Jul-10 10:53 
- i am using sockets ...

- whenever i try to send text i get the following error...

System.InvalidOperationException: The operation is not allowed on non-connected sockets.
   at InTheHand.Net.Sockets.BluetoothClient.GetStream()


- the code is the following...

Dim stream As System.IO.Stream = Nothing
        Try
            stream = client.GetStream()
            stream.Write(Buffer, 0, BufferLen)
        Catch e As Exception
            MsgBox("Error sending" & e.ToString)
        Finally
            If (Not stream Is Nothing) Then
                stream.Close()
            End If
        End Try


- please help me out here... thanks...
J A Nasir K

AnswerRe: Socket error Pin
Dave Kreskowiak1-Jul-10 12:41
mveDave Kreskowiak1-Jul-10 12:41 
QuestionWhy is it so hard to set button text for DataGridViewButtonColumn button cell Pin
Andraw Tang1-Jul-10 6:27
Andraw Tang1-Jul-10 6:27 
AnswerRe: Why is it so hard to set button text for DataGridViewButtonColumn button cell Pin
Andraw Tang1-Jul-10 6:41
Andraw Tang1-Jul-10 6:41 
AnswerRe: Why is it so hard to set button text for DataGridViewButtonColumn button cell Pin
Scubapro1-Jul-10 21:09
Scubapro1-Jul-10 21:09 
GeneralRe: Why is it so hard to set button text for DataGridViewButtonColumn button cell Pin
Andraw Tang2-Jul-10 3:21
Andraw Tang2-Jul-10 3:21 
QuestionMulti threading and garbage collected problem using RegisterShellHook and SetWindowLong API. Pin
Аslam Iqbal1-Jul-10 0:36
professionalАslam Iqbal1-Jul-10 0:36 
AnswerRe: Multi threading and garbage collected problem using RegisterShellHook and SetWindowLong API. Pin
Luc Pattyn1-Jul-10 1:49
sitebuilderLuc Pattyn1-Jul-10 1:49 
QuestionRe: Multi threading and garbage collected problem using RegisterShellHook and SetWindowLong API. Pin
Аslam Iqbal2-Jul-10 9:58
professionalАslam Iqbal2-Jul-10 9:58 
AnswerRe: Multi threading and garbage collected problem using RegisterShellHook and SetWindowLong API. Pin
Luc Pattyn2-Jul-10 10:38
sitebuilderLuc Pattyn2-Jul-10 10:38 
GeneralRe: Multi threading and garbage collected problem using RegisterShellHook and SetWindowLong API. Pin
Аslam Iqbal2-Jul-10 10:43
professionalАslam Iqbal2-Jul-10 10:43 
GeneralRe: Multi threading and garbage collected problem using RegisterShellHook and SetWindowLong API. Pin
Luc Pattyn2-Jul-10 11:32
sitebuilderLuc Pattyn2-Jul-10 11:32 
Questionshare and unshare folder Pin
mehrnoosh30-Jun-10 18:27
mehrnoosh30-Jun-10 18:27 
AnswerRe: share and unshare folder Pin
Dave Kreskowiak30-Jun-10 18:37
mveDave Kreskowiak30-Jun-10 18:37 
GeneralRe: share and unshare folder Pin
mehrnoosh30-Jun-10 21:54
mehrnoosh30-Jun-10 21:54 
GeneralRe: share and unshare folder Pin
Alan N30-Jun-10 22:32
Alan N30-Jun-10 22:32 
GeneralRe: share and unshare folder Pin
Dave Kreskowiak1-Jul-10 2:16
mveDave Kreskowiak1-Jul-10 2:16 
QuestionHow can I detect child form close action in VB.NET 2005 Pin
Andraw Tang30-Jun-10 9:19
Andraw Tang30-Jun-10 9:19 

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.