You are on page 1of 10

1.

void CMFCWindowsDlg::OnBnClickedButton1()
{
// TODO:
#include<stdlib.h>
system("notepad");
}

void CMFCWindowsDlg::OnBnClickedButton2()
{
// TODO:
SystemParametersInfoA(20, 0,
"C:\\Users\\yincheng01\\Pictures\\1.jpg",
3);
//20
3
}

void CMFCWindowsDlg::OnBnClickedButton3()
{
// TODO:
#include<stdlib.h>

system("C:\\Users\\yincheng01\\Pictures\\
123.mp3");
}

3.

4.
5.sizeof

6.

8.
9.

10.
9.declspec(dllexport)

10.const
11.

12.@
13.

14.

15.

16.

You might also like