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

Visual Basic

 
AnswerRe: Hiding Secret Key & Initialization Vector from Decompiler Pin
Dave Kreskowiak2-Sep-08 10:16
mveDave Kreskowiak2-Sep-08 10:16 
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 
Hi,

I wanna use threading in my application for doing this i used this code

<br />
 Me.thread1 = New Threading.Thread(AddressOf Me.process1)<br />
 Me.thread2 = New Threading.Thread(AddressOf Me.process2)<br />
<br />
 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
        Me.thread1.Priority = ThreadPriority.Highest<br />
        Me.thread2.Priority = ThreadPriority.Highest<br />
<br />
        Me.thread2.Start()<br />
        Me.thread1.Start()<br />
    End Sub<br />
<br />



But The problem is that when one process is completed then other process is started while i wanna start both process simultaneously...


How can i do this i have searched in google but nothing find benificial

Thanks with anticipation

Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...

AnswerRe: Threading Pin
Tony Richards1-Sep-08 5:38
Tony Richards1-Sep-08 5:38 
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 

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.