Click here to Skip to main content
15,891,423 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralInternet Transfer Control Pin
apjake15-Sep-03 13:55
apjake15-Sep-03 13:55 
GeneralRe: Internet Transfer Control Pin
apjake15-Sep-03 14:10
apjake15-Sep-03 14:10 
GeneralRe: Internet Transfer Control Pin
Ian Darling15-Sep-03 22:21
Ian Darling15-Sep-03 22:21 
GeneralUrgent Help on graphic control!! Pin
MJay15-Sep-03 4:45
MJay15-Sep-03 4:45 
GeneralRe: Urgent Help on graphic control!! Pin
ami-uhle26-Sep-03 5:44
ami-uhle26-Sep-03 5:44 
QuestionOffice Automation - Save As RTF not saves the Header/Footer? Pin
GTS202015-Sep-03 4:21
GTS202015-Sep-03 4:21 
Generalconfiguring DDE data feed Pin
H.J.Verschuren15-Sep-03 0:16
sussH.J.Verschuren15-Sep-03 0:16 
Generalfew lines translation from c# to VB.NET Pin
notturno14-Sep-03 23:44
notturno14-Sep-03 23:44 
Hi there,
i found a really good article about multithread tcp handling, but i code in VB.NET and the source is in c#; i managed to translate most of the code, but some of them are out of my knowledge, please help

##################
private Thread [] ThreadTask = new Thread[NUM_OF_THREAD] ;
ThreadTask[i] = new Thread( new ThreadStart(this.Process) );
ThreadTask[i].Start() ;
//NUM_OF_THREAD is a const
##################
public ClientService(ClientConnectionPool ConnectionPool) {
this .ConnectionPool = ConnectionPool ;
}
//is this a function ? a sub ? how do i translate 'this' ?
##################
lock( ConnectionPool.SyncRoot ) {
if ( ConnectionPool.Count > 0 )
client = ConnectionPool.Dequeue() ;
}
// lock opens {} as an if ?
#################

Thanks in advance
GeneralRe: few lines translation from c# to VB.NET Pin
Ian Darling15-Sep-03 1:09
Ian Darling15-Sep-03 1:09 
GeneralRe: few lines translation from c# to VB.NET Pin
notturno15-Sep-03 7:31
notturno15-Sep-03 7:31 
GeneralRe: few lines translation from c# to VB.NET Pin
Ian Darling15-Sep-03 22:19
Ian Darling15-Sep-03 22:19 
GeneralRe: few lines translation from c# to VB.NET Pin
Ian Darling15-Sep-03 1:12
Ian Darling15-Sep-03 1:12 
GeneralRe: few lines translation from c# to VB.NET Pin
notturno15-Sep-03 7:16
notturno15-Sep-03 7:16 
GeneralOpenRecordset bollocks Pin
Dangleberry14-Sep-03 23:19
sussDangleberry14-Sep-03 23:19 
GeneralRe: OpenRecordset bollocks Pin
Dangleberry15-Sep-03 0:19
sussDangleberry15-Sep-03 0:19 
GeneralRe: OpenRecordset bollocks Pin
Simon Walker15-Sep-03 2:56
Simon Walker15-Sep-03 2:56 
Generalfill Combobox with xml data Pin
14-Sep-03 22:03
suss14-Sep-03 22:03 
GeneralVB.net book suggestions.. Pin
Agnihothra14-Sep-03 20:40
Agnihothra14-Sep-03 20:40 
GeneralRe: VB.net book suggestions.. Pin
Hesham Amin14-Sep-03 21:44
Hesham Amin14-Sep-03 21:44 
GeneralRe: VB.net book suggestions.. Pin
Agnihothra14-Sep-03 23:32
Agnihothra14-Sep-03 23:32 
GeneralRegex help Pin
jholt13-Sep-03 7:25
jholt13-Sep-03 7:25 
GeneralRe: Regex help Pin
Ian Darling13-Sep-03 8:41
Ian Darling13-Sep-03 8:41 
GeneralRe: Regex help Pin
jholt13-Sep-03 9:27
jholt13-Sep-03 9:27 
GeneralRe: Regex help Pin
Ian Darling13-Sep-03 22:49
Ian Darling13-Sep-03 22:49 
GeneralMix Managed code and unmanaged code Pin
gsmcecil13-Sep-03 6:03
gsmcecil13-Sep-03 6:03 

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.