Jul 10, 2002 #1 waz007 Programmer Joined Jun 26, 2002 Messages 6 Location GB Is it possible to include a timer control in code thus not having the neccessity to include a form in your project?
Is it possible to include a timer control in code thus not having the neccessity to include a form in your project?
Jul 10, 2002 #2 SashiRaveendran Programmer Joined Nov 6, 2001 Messages 865 Location GB yeah you can in a way but you should use the windows api calls instead Upvote 0 Downvote
Jul 10, 2002 #3 SashiRaveendran Programmer Joined Nov 6, 2001 Messages 865 Location GB yeah you can in a way but you should use the windows api calls instead: http://planetsourcecode.com/xq/ASP/txtCodeId.35393/lngWid.-1/qx/vb/scripts/ShowCode.htm Upvote 0 Downvote
yeah you can in a way but you should use the windows api calls instead: http://planetsourcecode.com/xq/ASP/txtCodeId.35393/lngWid.-1/qx/vb/scripts/ShowCode.htm
Jul 10, 2002 #4 strongm MIS Joined May 24, 2001 Messages 20,269 Location GB The control itself? No. A class that does the same thing? Yes. Upvote 0 Downvote