Click here to Skip to main content
15,894,405 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to insert image into sql database table Pin
shreekar16-Oct-06 19:23
shreekar16-Oct-06 19:23 
GeneralRe: how to insert image into sql database table Pin
vrk_raju17-Oct-06 4:54
vrk_raju17-Oct-06 4:54 
QuestionLabel inside Rectangle Pin
adairjk16-Oct-06 11:39
adairjk16-Oct-06 11:39 
AnswerRe: Label inside Rectangle Pin
Dave Sexton16-Oct-06 20:52
Dave Sexton16-Oct-06 20:52 
Questionurgent::System.Net.Sockets Pin
harshActsw16-Oct-06 8:50
harshActsw16-Oct-06 8:50 
AnswerRe: urgent::System.Net.Sockets Pin
Dave Kreskowiak16-Oct-06 9:21
mveDave Kreskowiak16-Oct-06 9:21 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 10:04
harshActsw16-Oct-06 10:04 
AnswerRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 9:34
UltraCoder16-Oct-06 9:34 
This should do it:

<br />
ConnectTimer.Interval = "900000"    '15 minutes<br />
If System.Net.Sockets.SocketInformationOptions.Listening Then<br />
ConnectTimer.Enabled = True<br />
Else<br />
ConnectTimer.Enabled = False<br />
End If<br />
<br />
Private Sub ConnectTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ConnectTimer.Tick<br />
Dim Shutdown As SocketShutdown<br />
Dim DisConnectNet As TransmitFileOptions<br />
Shutdown= Net.Sockets.SocketShutdown.Both<br />
DisConnectNet = TransmitFileOptions.Disconnect<br />
End Sub<br />




GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 10:19
harshActsw16-Oct-06 10:19 
GeneralRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 11:02
UltraCoder16-Oct-06 11:02 
GeneralRe: urgent::System.Net.Sockets Pin
harshActsw16-Oct-06 12:32
harshActsw16-Oct-06 12:32 
GeneralRe: urgent::System.Net.Sockets Pin
UltraCoder16-Oct-06 12:51
UltraCoder16-Oct-06 12:51 
QuestionListbox properties ( Listbox1.Items.Item(i) ) Pin
Newbie_dydy8516-Oct-06 8:43
Newbie_dydy8516-Oct-06 8:43 
AnswerRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
Dave Kreskowiak16-Oct-06 9:19
mveDave Kreskowiak16-Oct-06 9:19 
GeneralRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
Newbie_dydy8516-Oct-06 11:46
Newbie_dydy8516-Oct-06 11:46 
GeneralRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
shreekar16-Oct-06 19:28
shreekar16-Oct-06 19:28 
GeneralRe: Listbox properties ( Listbox1.Items.Item(i) ) Pin
Dave Kreskowiak17-Oct-06 2:13
mveDave Kreskowiak17-Oct-06 2:13 
QuestionVB.NET 2005 and SSL Pin
rahvyn616-Oct-06 6:58
rahvyn616-Oct-06 6:58 
AnswerRe: VB.NET 2005 and SSL Pin
Are Jay16-Oct-06 7:34
Are Jay16-Oct-06 7:34 
QuestionClass Properties Pin
rahvyn616-Oct-06 5:41
rahvyn616-Oct-06 5:41 
AnswerRe: Class Properties Pin
Christian Graus16-Oct-06 7:34
protectorChristian Graus16-Oct-06 7:34 
GeneralRe: Class Properties Pin
rahvyn616-Oct-06 8:19
rahvyn616-Oct-06 8:19 
GeneralRe: Class Properties Pin
Christian Graus16-Oct-06 8:29
protectorChristian Graus16-Oct-06 8:29 
GeneralRe: Class Properties Pin
rahvyn616-Oct-06 9:31
rahvyn616-Oct-06 9:31 
GeneralRe: Class Properties Pin
Christian Graus16-Oct-06 9:39
protectorChristian Graus16-Oct-06 9:39 

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.