Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblem in OleDbDataAdapter.Update [modified] Pin
azusakt11-May-07 17:02
azusakt11-May-07 17:02 
QuestionHow to hide frame when clicking on white area of listview where there is no data? Pin
method00711-May-07 9:56
method00711-May-07 9:56 
Questionmultiple file search Pin
jds120711-May-07 7:05
jds120711-May-07 7:05 
AnswerRe: multiple file search Pin
P P Vilsad11-May-07 9:03
P P Vilsad11-May-07 9:03 
GeneralRe: multiple file search Pin
jds120711-May-07 9:07
jds120711-May-07 9:07 
AnswerRe: multiple file search Pin
P P Vilsad11-May-07 9:30
P P Vilsad11-May-07 9:30 
GeneralRe: multiple file search Pin
jds120711-May-07 9:54
jds120711-May-07 9:54 
GeneralRe: multiple file search Pin
P P Vilsad11-May-07 10:11
P P Vilsad11-May-07 10:11 
Threading is a advanced topic to understand in a few minuts. i thing you should search in MSDN and a overall knowledge about threads and threads in vb.net first. then write your program, thread functions are not like ordinary functions, and when handling you should be more cautious because you may end up in thread locks. but threads are good practice if you want your program run in a faster way (by deviding the work load to multiple threads so you can get all the work done simultaniously)


jds1207 wrote:
Dim MyThread As New System.Threading.Thread(AddressOf GetDirectoryContents)
MyThread.Start()


there is no problem with your code, what is the error you are getting ?




Vilsad P P
MCTS (Windows Applications) .Net 2.0

GeneralRe: multiple file search Pin
jds120711-May-07 10:26
jds120711-May-07 10:26 
GeneralRe: multiple file search Pin
P P Vilsad11-May-07 10:35
P P Vilsad11-May-07 10:35 
QuestionVB GIS Project Pin
Zigoxo11-May-07 5:43
Zigoxo11-May-07 5:43 
AnswerRe: VB GIS Project Pin
Colin Angus Mackay11-May-07 5:53
Colin Angus Mackay11-May-07 5:53 
Questionregarding datagrid problem in vb.net? Pin
sathyan_829411-May-07 5:18
sathyan_829411-May-07 5:18 
AnswerRe: regarding datagrid problem in vb.net? Pin
Kevin Nicol11-May-07 7:35
Kevin Nicol11-May-07 7:35 
QuestionSetting Permissions for new folders .NET 2.0 Pin
aro198111-May-07 4:35
aro198111-May-07 4:35 
QuestionSAP.net Connector Pin
sunder vel11-May-07 3:38
sunder vel11-May-07 3:38 
AnswerRe: SAP.net Connector Pin
Dave Kreskowiak11-May-07 3:58
mveDave Kreskowiak11-May-07 3:58 
Questioncode for forex exchange using vb.net 2003 Pin
Stormint11-May-07 3:19
Stormint11-May-07 3:19 
AnswerRe: code for forex exchange using vb.net 2003 Pin
Dave Kreskowiak11-May-07 3:57
mveDave Kreskowiak11-May-07 3:57 
AnswerRe: Data Reports Pin
Dave Kreskowiak11-May-07 3:55
mveDave Kreskowiak11-May-07 3:55 
QuestionVisual Basic.Net Integration Pin
Vimalsoft(Pty) Ltd11-May-07 2:24
professionalVimalsoft(Pty) Ltd11-May-07 2:24 
AnswerRe: Visual Basic.Net Integration Pin
Christian Graus11-May-07 2:30
protectorChristian Graus11-May-07 2:30 
GeneralRe: Visual Basic.Net Integration Pin
Vimalsoft(Pty) Ltd11-May-07 2:44
professionalVimalsoft(Pty) Ltd11-May-07 2:44 
GeneralRe: Visual Basic.Net Integration Pin
Steven J Jowett11-May-07 3:12
Steven J Jowett11-May-07 3:12 
GeneralRe: Visual Basic.Net Integration Pin
Dave Kreskowiak11-May-07 3:53
mveDave Kreskowiak11-May-07 3:53 

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.