RT,如何在********_WCE4.inf文件修改[Shortcuts]节,以达到给某个程序的快捷方式添加参数的目的?在某个老外的博客上看到一种方法,于是按以下格式修改(/后面为参数):test,0,text.exe /1,%CE11% 但是生成cab文件时出错了:Error: Section [Shortcuts] shortcut "test.lnk" - there is no matc
wince下没有odbc包,以下代码无法运行Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.LoadDim strConn As StringDim strSql As String = "select * from" + " 1.csv"Dim ob