Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 19th, 2004, 04:26 AM
Registered User
 
Join Date: Mar 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default get names of all Applications currently running

Is it possible to get the names of the application that are currently running by VB, or VBA?

More specifically, I would like to be able to get the information that is listed in the "Applications" tab of the Task Manager.

For example, say that I have a IE open. Can Excel VBA code be able to get information that another application "p2p.worx.com Forum - Microsoft Internet Explorer" is open in Windows?

 
Old March 27th, 2004, 09:39 AM
Registered User
 
Join Date: Mar 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try this .....

http://www.codearchive.com/rate.php?rid=238&go=0207

 
Old November 27th, 2006, 07:20 AM
Registered User
 
Join Date: Nov 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

HI I Got the problem bellow

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Error code -2146232060

Now I resolve this problem,
I put

 "Server=localhost; Database= ;" + " Integrated Security = SSPI"

instant of

"Server=localhost\SQLEXPRESS; Database= ;" + " Integrated Security = SSPI"






Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobile Applications aadz5 C# 7 March 26th, 2013 01:48 AM
Running external applications from access thisgent Access VBA 2 July 9th, 2007 05:03 PM
I have trouble on new applications Morphy6297 Apache Tomcat 0 June 1st, 2006 10:39 PM
PLEASE HELP - Ideas For Applications brettk_1 ASP.NET 1.x and 2.0 Application Design 1 July 13th, 2005 12:43 PM
Win32 applications meierk BOOK: ASP.NET Website Programming Problem-Design-Solution 0 October 7th, 2003 09:17 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.