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.
 
Back
Top