본문 바로가기
728x90
반응형
SMALL

전체보기768

[UWP] 풀스크린 모드로 변경 및 풀스크린 모드(FullScreen & Mode) ApplicationView.GetForCurrentView().FullScreenSystemOverlayMode = FullScreenSystemOverlayMode.Minimal; ApplicationView.GetForCurrentView().FullScreenSystemOverlayMode = FullScreenSystemOverlayMode.Standard; ApplicationView.GetForCurrentView().TryEnterFullScreenMode(); 전체 화면 모드에서 앱이 에지 제스처에 응답하는 방법을 지정하는 상수 ApplicationView.GetForCurrentView().TryEnterFullScreenMode(); 화면을 풀스크린 모드로 변경 FullScreenSy.. 2022. 6. 7.
20220517) 간단하게 보는 비트코인 관점 ----------------------------------------------------------------------------------------------------------------------------------- 바이낸스 할인 레퍼럴 Log In | Binance login-description accounts.binance.com ----------------------------------------------------------------------------------------------------------------------------------- 1. 시장 저번 관점대로 반등시 매도 포지션으로 가져갔고 한달간 어느정도 수익을 가져옴. 최근 저점과 그 전 저점에서 .. 2022. 5. 17.
20220418) 간단하게 보는 비트코인 관점 ----------------------------------------------------------------------------------------------------------------------------------- 바이낸스 할인 레퍼럴 Log In | Binance login-description accounts.binance.com ----------------------------------------------------------------------------------------------------------------------------------- 1. 시장 2022년 3월 29일부터 시작된 하락. 4월 11일 42000부근에서 멈춰줬으면 하는 하락이 강한 매도세로.. 2022. 4. 18.
[Winform, c#] 리소스에 있는 이미지 로드 1. 프로젝트에 Resources 폴더생성 2. 쓸 이미지를 드래그드롭으로 프로젝트 생성한 폴더에 넣기 3. 속성에서 '빌드 작업'을 '포함리소스' 로 변경 4. Resources 폴더에 있는 이미지를 프로젝트 Properties - Resources.resx를 클릭하여 뜨는 창에 드래그드롭 5. cs파일에서 사용( picturebox.Image = Resources.image; ) 2022. 1. 27.
[Xamarin] How to open another app with data Xamarin] How to open another app. [Xamarin] How to open another app. How to open another app in Xamarin. Use PackageManager in ~.Android project [assembly: Xamarin.Forms.Dependency(typeof(AppLinkService))] namespace MyApp.Droid.Service { public class AppLinkService :.. something-is-code.tistory.com [assembly: Xamarin.Forms.Dependency(typeof(AppLinkService))] namespace MyApp.Droid.Service { publi.. 2021. 12. 22.
[Xamarin] How to open another app. How to open another app in Xamarin. Use PackageManager in ~.Android project [assembly: Xamarin.Forms.Dependency(typeof(AppLinkService))] namespace MyApp.Droid.Service { public class AppLinkService : IServiceAppLink { public Task LaunchApp(string packageName) { bool result = false; try { PackageManager pm = Android.App.Application.Context.PackageManager; var activity = Xamarin.Essentials.Platform.. 2021. 12. 22.
[mssql] 테이블 디자인모드로 형식 수정시 테이블 삭제해야한다고 나올때 테이블 형식을 numeric에서 int로 변경할 때 테이블을 삭제하고 수정하라는 메시지가나옴 이런 메시지가 뜨는 경우 열의 Null 허용 설정을 변경할 때. 테이블의 열 순서를 변경할 때. 열 데이터 형식을 변경할 때. 새 열을 추가할 때. 수정방법 도구 > 옵션 > 디자이너 메뉴에 들어가면, 아래와 같이 테이블을 다시 만들어야 하는 변경 내용 저장 안함 부분을 체크 해지!!! 이러면 이제부터 테이블을 삭제하지 않아도 수정가능합니다. 출처 https://holjjack.tistory.com/100 2021. 2. 3.
메가스터디 손주은이 말하는 한국의 미래 2021. 1. 29.
초등학교 6학년이 8402:1 경쟁률 뚫고 대상받은 수필 작품 2021. 1. 29.
728x90
반응형
LIST