본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (143)
    • Maui (7)
    • Xamarin (33)
    • WPF (47)
    • VBA (3)
    • C# WinForm (7)
    • ETC (42)
  • 방명록

전체 글 (143)
WPF DataGrid empty row at bottom remove

CanUserAddRows="false"

WPF 2019. 4. 24. 22:21
DataTable Sum Compute

DataTable table = dataSet.Tables["YourTableName"]; // Declare an object variable. object sumObject; sumObject = table.Compute("Sum(Amount)", string.Empty);

WPF 2019. 4. 24. 22:20
Chart

https://github.com/akiver/Modern-UI-Metro-Charts-WPF/blob/master/De.TorstenMandelkow.MetroChart.WPF/Themes/Generic.xaml akiver/Modern-UI-Metro-Charts-WPF Fork of Modern UI (Metro) Charts WPF https://modernuicharts.codeplex.com/ - akiver/Modern-UI-Metro-Charts-WPF github.com http://m.csharpstudy.com/WinForms/View?aspx=WinForms-chart.aspx&title=%EC%B0%A8%ED%8A%B8%20%EC%BB%A8%ED%8A%B8%EB%A1%A4%20%E..

WPF 2019. 4. 19. 19:14
DB백업 복원

백업 : 태스크 > 백업 - 일반( 복사전용백업) , 미디어 옵션(새 미디어 세트 백업), 백업옵션(다음이후 0일) 일반 https://phiru.tistory.com/169 MSSQL ] DB 백업이랑 복원하기~! 저는 MSSQL 2008 R2 사용 중임. 시작전에. - 디비이름 : FirstTest - 백업/복구 할 테이블 명 : TB001_USER 일단 제꺼 볼께염(포토샾 뭘 눌렀는데 색이 이상하네영 ㅠ_ㅠ) 뭐 보시면 테이블 하나에.. 저렇게 있습.. phiru.tistory.com

ETC 2019. 4. 16. 16:32
WPF MetroChart sample

http://www.10qianwan.com/articledetail/42748.html WPF 圖表控件 MetroChart_.net_萬仟网 WPF 圖表控件 MetroChart 2018年01月08日 10:37 | 萬仟网IT编程 | 我要评论 Torsten Mandelkow MetroChart包括以下: ColumnChart(ClusteredColumnChart,StackedColumnChart,StackedColumnChart100Percent) 饼图(饼图和Dognut) BarChart(ClusteredBarChart,StackedBarChart,StackedBarChart100Percent) www.10qianwan.com

WPF 2019. 4. 11. 11:51
int to float 형변환

private int Calculatepercent(int value, int target_value) { float Tvalue = (float)value / (float)target_value; return Convert.ToInt32(Tvalue * 100); } 차트100% 값으로 변환하기 위해 int 값을 받아 float로 형변환을 먼저 해줘야 한다.

C# WinForm 2019. 4. 4. 18:03
WPF MetroChart 사용

MetroChart 사용 NeGet에서 ModernUICharts 설치( Torsten Mandelkow ) XML CS public MainWindow() { InitializeComponent(); Chart_binding tuser = new Chart_binding(); DataContext = new Ti_userViewModel(tuser); } internal class Ti_userViewModel { public List Chart_binding { get; set; } public Ti_userViewModel(Chart_binding tuser) { Chart_binding = new List(); Chart_binding.Add(tuser); } } internal class Cha..

WPF 2019. 4. 2. 20:50
메인폼에서 서브폼에 값 전달

메인폼의 버튼 클릭후 textbox1 값을 서브폼 label1값에 할당한다. // main formnamespace pos { public partial class Form1 : Form { Form2 Fx; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { Fx.label1.Text = textBox1.Text; } private void Form1_Load(object sender, EventArgs e) { Fx = new Form2(); Fx.Show(); } } } // sub formnamespace pos { public partial class Form2 : For..

C# WinForm 2019. 3. 27. 13:57
Function 조회범위에서 해당 값을 찾고 Offset위치 값을 반환

Function Find_Sch(values As String, ranges As range) Dim FindString As String Dim Rng As range FindString = values If Trim(FindString) "" Then With ranges Set Rng = .Find(What:=FindString, _ After:=.Cells(.Cells.Count), _ LookIn:=xlValues, _ LookAt:=xlWhole, _ SearchOrder:=xlByRows, _ SearchDirection:=xlNext, _ MatchCase:=False) If Not Rng Is Nothing Then ' Application.Goto Rng, True ' ' Sheet1...

VBA 2019. 3. 21. 11:32
Xamarin.Forms User Interface Views

Xamarin.Forms User Interface Views https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/

Xamarin 2019. 3. 14. 11:54
이전 1 ··· 10 11 12 13 14 15 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Xamarin Firebase Phone Auth
  • Linux SSH Multi Computer Join
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • Xamarin.Ios Firebase Phone Auth
  • C# LINQ Left join
  • FileStream Add Byte
  • WPF Textbox
  • GetCellContent CheckBox Value
  • 연산자 뒤에 피연산자가 없습니다.
  • 서버 수준의 URN 필터
  • ssl_client_socket_impl.cc
  • Xamarin Firebase Phone User Add
  • Entry '' has empty native path
  • ClickOnce 인증서 인증기간 변경
  • c# Encrypt / Decrypt
  • Xamarin.Ios Firebase Phone User Add
  • WPF Datagrid Cell Value Change
  • WPF Scrollviewer in ScrollViwer
  • Xamarin reCAPTCHA
  • Xamarin SMS OTP Send
  • Xamarin.Forms
  • Windows IIS FTP 디렉토리 목록 오류
  • Label Text LineBreak in Xaml
  • SkiaSharp
  • 암호 마스터키
  • Embeded 한글Font적용
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • Microcharts
more
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바