發表文章

目前顯示的是 11月, 2021的文章

Visual Studio 2019 安裝 2013 報表

圖片
1. 延伸模組>線上>搜尋 reportview > 下載  Microsoft RDLC Report Designer > 安裝 2.專案 > 管理 NuGet套件 > 瀏覽 > 搜尋  Microsoft.ReportViewer.WinForms.v12  > 安裝

半透明dialog

 layout android :background ="#80000000" style <style name ="LodingDialog" parent ="Theme.AppCompat.Dialog" > <item name ="android:windowBackground" > @android:color/transparent </item> </style> new dialog AlertDialog dialog =           new AlertDialog.Builder( this, R.style. LodingDialog ).create() ;