Hello,
I developped an VB6 executable to manage my customer's datas. This customer needs now a service instead a .EXE.
I read on the Msdn that a VB6 -> service transformation wasn't a good idea but that it could work.
I transformed my .exe including a NTSVC.ocx control and including all the necessary code.
When I start the service, I've got a (so) little problem : the MapPointControl.ocx isn't loaded !!!!
Me.ctrlMAPPOINT.NewMap (geoMapEurope)
While Me.ctrlMAPPOINT.ReadyState <> READYSTATE_COMPLETE
DoEvents
Wend
Any idea ?
Regards,