Can any one help me with these three problems?

  • Thread starter Thread starter Daz
  • Start date Start date
D

Daz

Can any one help me with these three problems?

1) How to I open and/or run a Microsoft PowerPoint
presentation?

2) How do I copy and past a file from one location to
another?

3) I am using the Drive-list-box component from Visual
basic 6. If a disk is not present when a drive is clicked
on, an error message is shown and the application
crashes. Can you give me some simple code to stop this
from happening?

Thanks

Daz
 
This is VB.NET not the Visual Basic 6.0 Newgroup, please repost to the
correct group.

OHM
 
* "Daz said:
1) How to I open and/or run a Microsoft PowerPoint
presentation?

Have a Google Search for 'ShellExecute'.
2) How do I copy and past a file from one location to
another?
'FileCopy'.

3) I am using the Drive-list-box component from Visual
basic 6. If a disk is not present when a drive is clicked
on, an error message is shown and the application
crashes. Can you give me some simple code to stop this
from happening?

Post your question to one of the microsoft.public.vb.* groups. This is
a VB.NET group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top