摘要:
Create Table ReRowTest( ID int not null, Name varchar(50))insert into ReRowTest values(1,3)insert into ReRowTest values(1,3)insert into ReRowTest valu... 阅读全文
摘要:
电话、短信和电子邮件 在Windows Mobile 2003中,如果要在.NET程序中拨打电话的话,就需要通过P/Invoke来调用API。到了Windows Mobile 5中,Microsoft.WindowsMobile.Telephony类库为我们提供了拨打电话的功能。 在使用这个功能之前... 阅读全文
摘要:
自动挂来电其中挂断电话主要用到了keybd_event这个本地方法 public static class DropCall {privatefield#regionprivatefield//End键的VK键值F4privateconstintVK_F4=0x73;privatecon... 阅读全文