码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
javaScript测试代码
<html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--//获取表单对象的3种方式--> <!--//1.通过document.getelementbyid();--> <!--//2.document.form ...
分类:编程语言   时间:2019-11-10 19:15:54    阅读次数:70
ProgressBarForm 进度条
ProgressBarForm public partial class ProgressBarForm : Form { private Panel panel1 = new System.Windows.Forms.Panel(); private ProgressBar progressBar ...
分类:其他好文   时间:2019-11-08 13:55:45    阅读次数:113
适用于Windows桌面应用程序的.NET Core 3
介绍 9月,微软发布了新版.NET Core,用于构建Windows桌面应用程序,包括WPF和Windows Forms。从那时起开发人员可以将传统的nfx桌面应用程序(和控件库)迁移到.NET Core。一般使用WPF和Windows Forms开发的业务范围包括: UI密集数据形式(FOD)应用 ...
分类:Windows程序   时间:2019-11-07 09:37:34    阅读次数:128
C# - 定时器Timer函数(跟控件无关)
1. System.Windows.Forms.Timer (在Window Form中使用的定时器) 当一个System.Windows.Forms.Timer类被构造时,当前定时器会和当前线程进行关联。而当计时器的计满后,一个定时器消息将被插入到当前线程的消息队列中。当前线程逐一处理消息中的所有 ...
分类:Windows程序   时间:2019-11-06 14:55:43    阅读次数:121
北京WINUI外包团队:长期开发各类基于WINUI框架应用项目
今年早些时候的Build 2018中,微软高层表示,使用.NET Core 3.0,开发人员将获得使用WPF、Windows Forms和XAML Islands(WinForms和WPF应用程序中的本机通用Windows平台控件)构建客户端应用程序的支持。 微软公共语言运行团队的项目经理Rich ...
分类:Windows程序   时间:2019-11-02 15:46:51    阅读次数:327
第六章、forms组件
[TOC] 第六章、forms组件 一、注册功能手写 要求 说明 (\ \ \ \ \ \ ) 分析 前端代码 后端代码 展示错误信息 取消展示错误信息 注意事项 forms 组件在帮你渲染页面的时候 只会渲染获取用户输入的标签 提交按钮需要你手动添加 input 框的 label 注释 不指定的情 ...
分类:其他好文   时间:2019-10-29 21:28:37    阅读次数:82
ASP.NET Core 认证与授权[1]:初识认证
来源:https://www.cnblogs.com/RainingNight/p/introduce-basic-authentication-in-asp-net-core.html 在ASP.NET 4.X 中,我们最常用的是Forms认证,它既可以用于局域网环境,也可用于互联网环境,有着非常 ...
分类:Web程序   时间:2019-10-24 09:17:53    阅读次数:92
C# Winform控件字体大小自适应
using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace WGClient { class AutoSizeFormClass { //(1).声明结构,只记录窗体和其控... ...
分类:Windows程序   时间:2019-10-23 10:01:55    阅读次数:227
.NET实时2D渲染入门·动态时钟
这是一个.NET调用Direct2D的入门教程,基本你看完这一篇,你就学会了Direct2D。 ...
分类:Web程序   时间:2019-10-23 10:01:18    阅读次数:121
加解密合集
using System; using System.IO; using System.Text; using System.Windows.Forms; using System.Security.Cryptography; using System.Web; using System.Text.... ...
分类:其他好文   时间:2019-10-22 16:45:28    阅读次数:82
2772条   上一页 1 ... 24 25 26 27 28 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!