Private function txtWheel_Validate(Index As Integer)
If Not IsNumeric(txtWheel(Index).Text) Then
txtWheel_Validate= True
Else
txtWheel_Validate= False
End If
End function
....
..
.
if not txtwheel_validate then
the value is numeric
end if
--
Luis MX
HI, watch:
Thread222-674559
thread222-717708
you can use API for the top most...
SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE + SWP_NOSIZE
--
Luis MX
Hi,
http://www.vbaccelerator.com/home/Resources/Graphics_Library/Icons/index.asp
watch cPopMenu and cToolBar, you have more options for add images.
--
Luis MX
Hey guys, I think this can be used as tabstrip.
I cant find a good sample using tabstrip in VB6, but I will use this code.
Or... any other sugestions???
Thanks.
--
Luis MX
Yep, you got to use another way. You cant with MAPI im sure. :D It was MAPI Extended????
http://kandkconsulting.tripod.com/VB/VBCode.htm
search for the SMTP Dll
good luck
--
Luis MX
after cn.open try..
CN.CursorLocation = adUseClient
and then your rst.open, are you using 'on Error' ??? remove it, if you are.
try changing adForward/adLock, for other options.
--
Luis MX
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.