http://msdn2.microsoft.com/en-us/library/ms172536(VS.80).aspx
- 3月 08 週三 200617:48
How to: Use the HardwareButton Component
- 2月 19 週日 200622:01
mozilla profile
http://wiki.moztw.org/index.php/Projects/Doc/Profile
- 2月 07 週二 200611:36
c# app full path
http://pinvoke.net/default.aspx/kernel32.GetModuleFileName
then find msdn
Module.FullyQualifiedName 屬性 [C#]請參閱
Module 類別 | Module 成員 | System.Reflection 命名空間 | Module 成員 (Visual J# 語法) | Managed Extensions for C++ 程式設計
需求
then find msdn
Module.FullyQualifiedName 屬性 [C#]請參閱
Module 類別 | Module 成員 | System.Reflection 命名空間 | Module 成員 (Visual J# 語法) | Managed Extensions for C++ 程式設計
需求
- 2月 06 週一 200617:54
c#字串
http://www.microsoft.com/taiwan/msdn/library/2002/Jul-2002/article/drguinet5_update.htm
- 1月 29 週日 200601:49
[bcb]listbox
if (ltbox->ItemIndex != -1){
AnsiString s = ltbox->Items->Strings[ltbox->ItemIndex];
ltbox2->Items->Add(s);
}
AnsiString s = ltbox->Items->Strings[ltbox->ItemIndex];
ltbox2->Items->Add(s);
}
- 1月 27 週五 200617:33
olddebconnetion string
新增一個文字檔,然後把副檔名改為 .udl再打開,根據需要設定即可。再用文字編輯器打開,
複制即可。
複制即可。
- 1月 24 週二 200614:54
c# 判斷enter 鍵
private void tbq_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e)
{
if( e.KeyValue==13)
{
save_file();
{
if( e.KeyValue==13)
{
save_file();
