2005年3月11日

跟據DateTimePicker的選擇,在旁邊的Label中自動的顯示星期...

摘要: 一:先寫一個顯示星期的UIControl,這個UIControl從外外接收到一日期參數,自動變換成日期並顯示於Label..... using System;using System.Windows.Forms;using System.Drawing; namespace XUIControl... 阅读全文

posted @ 2005-03-11 19:46 封起De日子 阅读(128) 评论(0) 推荐(0) 编辑

制作一個簡單的日期時間的時鐘的UserControl....

摘要: using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Data;using System.Windows.Forms;using My_Diarys; ... 阅读全文

posted @ 2005-03-11 19:10 封起De日子 阅读(131) 评论(0) 推荐(0) 编辑

將金額的小寫轉換成大寫(VB.NET)....

摘要: Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() ... 阅读全文

posted @ 2005-03-11 18:56 封起De日子 阅读(151) 评论(0) 推荐(0) 编辑

TreeView 的應用...

摘要: TreeView的使用: 我們用一個例子來說明TreeView 的使用,這個例子要實現的效果是這樣的,在Form 上這樣幾個控件,一個DataTimePicker ,兩個TextBox,一個DataGrid,一個TreeView,和一個Button。首先我們選擇日期,... 阅读全文

posted @ 2005-03-11 11:09 封起De日子 阅读(133) 评论(0) 推荐(0) 编辑

导航