Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~308 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Datanizze

Hi! I have a slight problem with multithreading. There is many threads active in the application and they are all kept in an arraylist. so when I try to quit the program, it loops through the arraylist and exits all the threads.... but something else is making the program "unwilling" …

Member Avatar for Datanizze
0
147
Member Avatar for Datanizze

I have a strange problem, when I try to join two strings, one declared as a string() [code=vb]dim string1 as string()[/code] the string contains some data in both str(0) and str(1) but when I try to add that with a regular string: "some text" like this: [code=vb] dim string1 as …

Member Avatar for rapture
0
124
Member Avatar for Datanizze

Hi! I'm having a problem with vb 2008 thinking my code is obsolete: [code=vb.net]listener = New TcpListener(listenport) [/code] So it wants an IP-address before the port: 'Public Sub New(port As Integer)' is obsolete: 'This method has been deprecated. Please use TcpListener(IPAddress localaddr, int port) instead. http://go.microsoft.com/fwlink/?linkid=14202'. [code=vb.net]listener = New TcpListener(LocalAddr, …

0
37