Hi..
i have a problem that is i dont know how to embeded a system date and time into a picture box that showing live cctv camera.. can someone please help me if u know how to embeded the date and time..thx
Printable View
Hi..
i have a problem that is i dont know how to embeded a system date and time into a picture box that showing live cctv camera.. can someone please help me if u know how to embeded the date and time..thx
I'm not sure but how about placing a label and settig the background to transparent and placing this code:
Hope that helps,Code:Label1.Caption = "Date is: " Date & "The Time is: " & Time
D!m
I have used a good control from http://www.activevideotools.com
for cctv. There are loads out there to do it though.
Embedding the system time and date would be a little tricky, especially if you want these things to change dynamically as I imagine you would.
I haven't done it myself so can't offer any direct help. I say it would be tricky because usually the cctv window is under the control of the third party control so you would need that functionality to be available in that control to do it.
Sorry I can't offer more helpful hints.
Regards
Paul Lewis