How do I mount a drive when user clicks on a button of MFC application
Posted
by
Subhen
on Stack Overflow
See other posts from Stack Overflow
or by Subhen
Published on 2010-12-22T08:50:06Z
Indexed on
2010/12/22
8:54 UTC
Read the original article
Hit count: 353
Now I have a MFC application which accepts the user name and password and on click of connect it should mount the drive.
The drivers team has already created and installed the driver which has function to mount the drive.
Now the problem is when I click the login button on my MFC app then the mount function in drive should be called.
But how do I post the message to the driver? Is there any other way arround ?
© Stack Overflow or respective owner