Click here to Skip to main content
15,915,600 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Creating one exe file Pin
Dave Kreskowiak14-Mar-06 13:42
mveDave Kreskowiak14-Mar-06 13:42 
GeneralRe: Creating one exe file Pin
calmeat14-Mar-06 18:10
calmeat14-Mar-06 18:10 
AnswerRe: Creating one exe file Pin
Steve Pullan13-Mar-06 17:38
Steve Pullan13-Mar-06 17:38 
Questioninserting info into text box? Pin
pandapatin13-Mar-06 16:15
pandapatin13-Mar-06 16:15 
AnswerRe: inserting info into text box? Pin
CooperWu13-Mar-06 20:38
CooperWu13-Mar-06 20:38 
QuestionCode to close all instances of a VB Application with one button Pin
ensuvari13-Mar-06 13:43
ensuvari13-Mar-06 13:43 
AnswerRe: Code to close all instances of a VB Application with one button Pin
Chatura Dilan13-Mar-06 15:20
Chatura Dilan13-Mar-06 15:20 
AnswerRe: Code to close all instances of a VB Application with one button Pin
Dave Kreskowiak13-Mar-06 16:45
mveDave Kreskowiak13-Mar-06 16:45 
ensuvari wrote:
when I use the Me.Visible = False code , instances of my application are still running unseen


Ummmmm....who told you that Visble=False will clsoe an application??? Confused | :confused: That just hides the window you set it on, nothing more. So, yeah, the app is still running...

You'll have to use the Process[^] class, and it's GetProcessesByName method, to get an array of Process objects. Then you can call Close on each of those objects to close every instance of your app.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionLearning .NET 2.0/VS 2005 Pin
Scott McChesney13-Mar-06 7:30
Scott McChesney13-Mar-06 7:30 
AnswerRe: Learning .NET 2.0/VS 2005 Pin
Joshua Quick13-Mar-06 7:54
Joshua Quick13-Mar-06 7:54 
AnswerRe: Learning .NET 2.0/VS 2005 Pin
Roy Heil13-Mar-06 10:25
professionalRoy Heil13-Mar-06 10:25 
Questionvisual basic 6 Pin
nilay0613-Mar-06 7:27
nilay0613-Mar-06 7:27 
AnswerRe: visual basic 6 Pin
Joshua Quick13-Mar-06 7:50
Joshua Quick13-Mar-06 7:50 
Questionerror when putting image or text into a panel?? Pin
campbells13-Mar-06 5:24
campbells13-Mar-06 5:24 
AnswerRe: error when putting image or text into a panel?? Pin
Dave Kreskowiak13-Mar-06 10:29
mveDave Kreskowiak13-Mar-06 10:29 
QuestionPassing parameters to COM+ service Pin
pbaggett13-Mar-06 4:18
pbaggett13-Mar-06 4:18 
QuestionException Management in Enterprise Library Pin
dlarkin7713-Mar-06 2:12
dlarkin7713-Mar-06 2:12 
QuestionCrystal Reports in VB. Net 2005 Pin
ronnie_leo13-Mar-06 2:09
ronnie_leo13-Mar-06 2:09 
QuestionHow can I adjust some attributes of a video? Pin
JUNEYT13-Mar-06 2:07
JUNEYT13-Mar-06 2:07 
AnswerRe: How can I adjust some attributes of a video? Pin
Dave Kreskowiak13-Mar-06 10:30
mveDave Kreskowiak13-Mar-06 10:30 
QuestionDatabase Connections using VB.Net 2005 Pin
agoodlearner13-Mar-06 1:47
agoodlearner13-Mar-06 1:47 
AnswerRe: Database Connections using VB.Net 2005 Pin
JUNEYT13-Mar-06 2:15
JUNEYT13-Mar-06 2:15 
GeneralRe: Database Connections using VB.Net 2005 Pin
Dave Kreskowiak13-Mar-06 7:27
mveDave Kreskowiak13-Mar-06 7:27 
GeneralRe: Database Connections using VB.Net 2005 Pin
JUNEYT13-Mar-06 8:54
JUNEYT13-Mar-06 8:54 
AnswerRe: Database Connections using VB.Net 2005 Pin
Dave Kreskowiak13-Mar-06 7:36
mveDave Kreskowiak13-Mar-06 7:36 

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.