Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Unreal Engine5
- UnrealEngine4
- 1563
- C++
- softeer
- RVO
- UE5
- IFileDialog
- 오블완
- const
- DirectX11
- 2294
- algorithm
- baekjoon
- 언리얼엔진5
- winapi
- 프로그래머스
- Frustum
- UnrealEngine5
- directx
- 티스토리챌린지
- Programmers
- GeeksForGeeks
- NRVO
- 팰린드롬 만들기
- 백준
- RootMotion
- C
- 줄 세우기
- DeferredRendering
Archives
- Today
- Total
목록공용대화상자 (1)
Game Develop
[C++][WINAPI]FileDialog(파일열기대화상자) 오픈해서 파일경로명 얻어오기
두가지 방법이 있다. 첫번째방법은 상당히 오래전부터 사용한 방법이고, 두번째 방법은 윈도우비스타 이후부터 권장되어진 방법이다. https://docs.microsoft.com/en-us/windows/win32/api/commdlg/nf-commdlg-getopenfilenamea GetOpenFileNameA function (commdlg.h) - Win32 apps Creates an Open dialog box that lets the user specify the drive, directory, and the name of a file or set of files to be opened. docs.microsoft.com MSDN에서 직접 언급했다. 샘플코드같은것들도 들어가서 조금만 뒤지면 나오..
C++/winAPI
2021. 11. 14. 00:10