1
Windows 討論版 / Re: Live Meeting
« 於: 2011-09-09 12:15 »
Microsoft Office Live Meeting 是 Lync 的線上會議的功能
Lync Server (Office Communication Server 是舊稱) 是伺服器端的軟體名稱
Lync Server (Office Communication Server 是舊稱) 是伺服器端的軟體名稱
這裡允許您檢視這個會員的所有文章。請注意, 您只能看見您有權限閱讀的文章。
<script language="javascript">
function disableButton(btn) {
btn.disabled = true;
}
</script>
<asp:Button ID="Button1" runat="server" CommandName="Insert" Text="Button" OnClientClick="disableButton(this)" />
myclass k = new myclass();
Type t = k.GetType();
System.Reflection.PropertyInfo p;
for( i=0 ; i < 11; i++;)
{
p = t.GetProperty("int" + i.ToString());
p.SetValue(k, 1, Nothing);
}
Public Class MyListView
Inherits ListView
Public Event Scrolled()
Private Const WM_VSCROLL = &H115
Public Sub New()
Me.DoubleBuffered = True ' 順便試試看有沒有幫助,沒有的話就刪掉
End Sub
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
Select Case m.Msg
Case WM_VSCROLL
RaiseEvent Scrolled()
End Select
MyBase.WndProc(m)
End Sub
End Class
for(i=1;i<=100;i++)
{
if(i%3==0 && i%8==0)
{
printf("i=%d\n",i);
sum+=i;
}
}
printf("sum=%d\n",sum);
雪特!我註冊了,但我睡過頭了 Orz,可惡!叔叔你不是台中場也有註冊?
你也沒來台中啊。
不然我好想請你上台分享 XD