vb6 - Run time Error '6':Visual Basic - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
vb6 - Run time Error '6':Visual Basic - Stack Overflow
2010年7月28日 - VB6's Integer type is 16 bits so cannot store a value > 32767, its Long that's the 32 bit integer type so the following will work; Dim upsize As Long Dim ...