Declare the introduction to the homework Verify the content basis Strong in protecting and ... reference book in the courtyard Other Strong in protecting the procedure of declaring declares the homework smokes and examines the homework explains and ...
declare @n int,@nn int set @nn=0 set @n=1 while @n<=1000 begin set @nn=@nn+@n set @n=@n+1 end select @nn (這就是答案) 2009-08-11 17:39:08 補充: declare @上底 int,@下底 int,@高 int set @上底=1 set @下底=1000 set @高=1000 select...
分類:電腦與網際網路 > 程式設計 2009年08月13日
Private Declare Sub RegCloseKey Lib "advapi32...) As Long Private Declare Function RegEnumValueAsAny Lib...
分類:電腦與網際網路 > 程式設計 2011年05月26日
Private Declare Function SetWindowLong Lib user32...) As Long Private Declare Sub CopyMemory Lib Kernel32...
分類:電腦與網際網路 > 程式設計 2006年12月30日
Private Declare Function GetDC Lib "user32" (ByVal hwnd... Y As Long) As Long Private Declare Function GetPixel Lib "gdi32" (ByVal hdc...
分類:電腦與網際網路 > 程式設計 2009年04月25日
Private Declare Function GetDC Lib "user32" Alias... y As Long) As Long Private Declare Function SetCursorPos Lib "user32" ...
分類:電腦與網際網路 > 程式設計 2010年01月27日
Private Declare Function SelectObject Lib "gdi32" (ByVal..., ByVal y As Long) As LongPrivate Declare Function ExtFloodFill Lib "gdi32" (ByVal...
分類:電腦與網際網路 > 程式設計 2006年10月07日
Private Declare Function BringWindowToTop Lib... 2011-04-19 20:11:07 補充: Private Declare Function BringWindowToTop Lib...
分類:電腦與網際網路 > 程式設計 2011年04月20日
Declare Function BlockInput Lib "user32" (ByVal...鎖住了你要如何來解除他阿 2005-11-21 22:28:02 補充: 我試過可以用拉 你在 Declare 前面加上Private試試 模組內的話要改成Public Private...
分類:電腦與網際網路 > 程式設計 2005年11月24日
Private Declare Sub CopyMemory Lib "kernel32" Alias "...
分類:電腦與網際網路 > 程式設計 2006年02月10日