Session.RemoveAll() 會清除目前工作階段中的所有Session記錄
而不僅僅只清除Session中的內容

alen1985 發表在 痞客邦 留言(1) 人氣()

什麼是 .NET DataSet?

alen1985 發表在 痞客邦 留言(0) 人氣()

            Dim objOS As Object
            For Each objOS In GetObject("winmgmts:{(Shutdown)}").InstancesOf("Win32_OperatingSystem")

alen1985 發表在 痞客邦 留言(0) 人氣()

Public Class Frm漸層表單

    Private Sub Frm漸層表單_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint

alen1985 發表在 痞客邦 留言(0) 人氣()

    Private Sub Frmscreensaver_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseMove
        Static start As Boolean = True

alen1985 發表在 痞客邦 留言(0) 人氣()

  • Feb 14 Sat 2009 13:34
  • EMail

    Private Sub ToolStripButton4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripButton4.Click
        Dim mail As New MailMessage(Me.TextBox1.Text, Me.TextBox2.Text, Me.TextBox3.Text, Me.RichTextBox1.Text)

alen1985 發表在 痞客邦 留言(0) 人氣()

Public Class Form1
    Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

alen1985 發表在 痞客邦 留言(0) 人氣()

Public Class CalendarColumn
    Inherits DataGridViewColumn

alen1985 發表在 痞客邦 留言(0) 人氣()

Imports System.Data.SqlClient
Imports System.Web.Security

alen1985 發表在 痞客邦 留言(0) 人氣()

Private Function CheckID(ByVal UserID As String) As Boolean
        Dim AreaNo As Long

alen1985 發表在 痞客邦 留言(0) 人氣()