ToastMessage 썸네일형 리스트형 WPF & C# - toastMessage 처럼 보이기 ( 토스트메세지 / 토스트메시지 / ToastMsg ) WPF & C# - toastMessage 처럼 보이기 ( 토스트메세지 / 토스트메시지 / ToastMsg / 새창 ) @ MainWindow.xaml.cs 12345678910 // ToastMessage 토스트메세지 활용하기 private void ToastMessage(string TM_Msg, string TM_Icon) { Application.Current.Properties["TM_Msg"] = TM_Msg; Application.Current.Properties["TM_Icon"] = TM_Icon; Window Splash_Message = new Splash_Message(); Splash_Message.Show(); }Colored by Color Scriptercs @ ToastMe.. 더보기 DoubleAnimation을 이용한 ToastMessage 토스트메세지 toast Message 【 WPF & C# (C Sharp) 】@ DoubleAnimation을 이용한 ToastMessage 토스트메세지 toast Message # 활용방법 ToastMessage("시작프로그램 등록", "");# MainWindow.xaml.cs 1234567891011121314Window ToastMessage_Window = (Window)Application.LoadComponent(new Uri("ToastMessage.xaml", UriKind.Relative)); private void ToastMessage(string TM_Msg, string TM_Icon) { Application.Current.Properties["TM_Msg"] = TM_Msg; Application.Current... 더보기 이전 1 다음