the" list" class was not allowed
please tell clear programming for following in alternative method .
Main Topics
Browse All TopicsI have opened many exe file like(winword.exe,excel.exe
I want to move, maximize and minimize the word file window, excel file window, etc. that means exe file type wise. this is my ideal
Dim a() As Process = Process.GetProcessesByName
Dim b() As Process = Process.GetProcessesByName
Dim c() As Process = Process.GetProcessesByName
consider the above coding
a will take all opened interexplore file
b will take all opened notepad file
c will take all opened winword file . I know about above coding
I want programming for following format
consider the following programming. this is not correct programming.
this is imagine of my mind plan for my requirement
I want to take any of exe file that is running
Dim d() As Process = Process.GetProcessesByName
if typeofexefile(d(1)=="winwo
m=d(1).getprocess();
else if typeofexefile(d(1)=="notep
n=d(1).getprocess();
I know this is not correct programming.
this imagine programme is to understand you for my mind expectation
what is the original vb.net2003 windows application code for my above imagine programming expectation ?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: Idle_MindPosted on 2009-10-31 at 13:28:04ID: 25711419
Not sure exactly what you're after...try this out:
Select allOpen in new window