GetLocalTime and GetCurrentTime in Managed App(Windows form.net)---VC7
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, regarding an earlier post, suggestions were given as to how to display Locale current time(by using the GetLocalTime n GetCurrentTime). It did work in a single form (managed Application). My problem now is as I tuned the code and used it in my intended managed Application, i have 4 errors and 4 warnings which I understand is as a result of an ambiguity in an ObjectData; the ATLCom.h header and some other header (apparently in the managed App) are conflicting....fine. So how can one go about displaying the date and time in a managed App (windows forms .net App)? Please Help y'all. Regards....