Click here to Skip to main content
15,913,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVisual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
DCAUB1-Sep-08 15:32
DCAUB1-Sep-08 15:32 
AnswerRe: Visual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
Mycroft Holmes1-Sep-08 17:48
professionalMycroft Holmes1-Sep-08 17:48 
GeneralRe: Visual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
DCAUB1-Sep-08 20:44
DCAUB1-Sep-08 20:44 
GeneralRe: Visual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
Dave Kreskowiak2-Sep-08 10:14
mveDave Kreskowiak2-Sep-08 10:14 
GeneralRe: Visual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
DCAUB3-Sep-08 20:20
DCAUB3-Sep-08 20:20 
GeneralRe: Visual Basic .net 2008 Application Full Screen ? How so that the user can acces anything else Pin
Dave Kreskowiak4-Sep-08 1:58
mveDave Kreskowiak4-Sep-08 1:58 
QuestionThreading Pin
~V~1-Sep-08 1:40
~V~1-Sep-08 1:40 
AnswerRe: Threading Pin
Tony Richards1-Sep-08 5:38
Tony Richards1-Sep-08 5:38 
I can't see anything wrong with this bit of code. Try calling Thread.Sleep in one or both of the Threads and see what happens. This makes the Thread give way to other operations for a certain amount of time before continuing. Also, remember that unless you have multiple CPUs, a computer only ever appears to be doing multiple things at once, but instead only does one thing at a time, rapidly switching between tasks to give the illusion of multitasking. It might just be that Windows' task scheduling ends up with them being executed on at a time. You could also try lowering the Priority of both the Threads. Do they really need to have Highest priority?

Tony
AnswerRe: Threading Pin
Paul Conrad1-Sep-08 12:50
professionalPaul Conrad1-Sep-08 12:50 
QuestionClient server application (Window Based) Pin
koolprasad200331-Aug-08 23:33
professionalkoolprasad200331-Aug-08 23:33 
AnswerRe: Client server application (Window Based) Pin
Steven J Jowett1-Sep-08 0:55
Steven J Jowett1-Sep-08 0:55 
AnswerRe: Client server application (Window Based) Pin
Vimalsoft(Pty) Ltd1-Sep-08 5:47
professionalVimalsoft(Pty) Ltd1-Sep-08 5:47 
AnswerRe: Client server application (Window Based) Pin
Paul Conrad1-Sep-08 12:52
professionalPaul Conrad1-Sep-08 12:52 
QuestionHow to know if any software/driver/framework Pin
compad31-Aug-08 23:25
compad31-Aug-08 23:25 
AnswerRe: How to know if any software/driver/framework Pin
Steven J Jowett1-Sep-08 1:14
Steven J Jowett1-Sep-08 1:14 
GeneralRe: How to know if any software/driver/framework Pin
compad1-Sep-08 22:10
compad1-Sep-08 22:10 
AnswerRe: How to know if any software/driver/framework Pin
Paul Conrad1-Sep-08 12:53
professionalPaul Conrad1-Sep-08 12:53 
GeneralRe: How to know if any software/driver/framework Pin
compad1-Sep-08 22:09
compad1-Sep-08 22:09 
Questionassociation of serial to process Pin
limelect31-Aug-08 20:43
limelect31-Aug-08 20:43 
QuestionCan anyone help me? Pin
Member 202259231-Aug-08 9:10
Member 202259231-Aug-08 9:10 
AnswerRe: Can anyone help me? Pin
jzonthemtn1-Sep-08 5:47
jzonthemtn1-Sep-08 5:47 
QuestionGet datat transfered on internet Pin
nitin_ion31-Aug-08 5:51
nitin_ion31-Aug-08 5:51 
AnswerRe: Get datat transfered on internet [modified] Pin
jzonthemtn1-Sep-08 5:50
jzonthemtn1-Sep-08 5:50 
Questiondeleting a excel worksheets using visual basic Pin
Matthew Leggett31-Aug-08 4:18
Matthew Leggett31-Aug-08 4:18 
AnswerRe: deleting a excel worksheets using visual basic Pin
paas31-Aug-08 7:53
paas31-Aug-08 7: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.