摘要:
需要imports Microsoft.VisualBasic[代码] 阅读全文
摘要:
在 TRY...CATCH 构造的 CATCH 块的作用域内,您可以使用以下系统函数: ERROR_LINE(),返回出现错误的行号。ERROR_MESSAGE(),返回将返回 给应用程序的消息文本。该文本包括为所有可替换参数提供的值,如长度、对象名或时间。ERROR_NUMBER() 返回错误号。 阅读全文
摘要:
How to Create Windows CE ShortcutsMike Hallhttp://msdn.microsoft.com/en-us/embedded/aa731295.aspxWhen you boot a Windows CE operating system image that uses the Standard Shell (the shell that looks si... 阅读全文
摘要:
這是我在使用.net精簡框架(2.0)時,編程實現設置DataGrid中列寬度用到的一些方法[代码]可以在DataGrid中的Paint事件中添加這個方法隱藏行首:[代码] 阅读全文
摘要:
Applying changes to the underlying datafile To use the ApplyUpdates function, the dataset must contain at least one field that fills the requirements 阅读全文