Hi Software forum.
Got some VB.Net codes that run find on laptop PC (vista, on HP DV6000), but flags and Error
on Tablet PC (XP Pro, on Vartech Nema4X(IP65)), both are listed as X86 based PCs.
try
if mQSB is Nothing Then
mQSB = New QSB_M("COM7")
End if
QSB is a USB stepper controller
The Error I'm getting on the Tablet PC only is "Too many argumets to 'Public Sub Open()'."
IMO it shouldn't be a VB Code problem because it runs fine on Laptop.
On a side note: I did have to install Net Framework NetFx20SP2_x86 just to get the Tablet to
run the QSB device with it's demo software on the Tablet PC only.
Any ideas would be appreciated.
Tommy