Hi, I have an iPAQ and some sylvac calipers. I've attached the calipers to
port on the bottom of the iPAQ.
How do I capture a signal sent from the calipers to the port? (How do I
capture the port?)
Thanks, Graeme
...
more >>
Hello
I search the better way to implement a TabColor property and ImageIndex
property on TabPage control on Compact framework CF
Paint event is not visible on TabControl or TabPage control in visual Studio
but if I use it with manual code, I can draw someting on TabPage area but
not on the...
more >>
Is there a method in the POOM library whereby I can get a list of all the
'Categories' that have been created for contacts?
...
more >>
There is a class (just simple example):
Public class clsTest
public x as integer
public y as integer
End class
There is an object:
dim obj as new clsTest
obj.x=5
obj.y=6
Now i want to make copy of object obj. I don't want to set each atribut in
new object one by one, like ...
more >>