the damn strconv function doesnt allow you to convert to unicode anymore, so I need a new solution. Im using theapi. The problem is...the servername needs to be unicode encoded in order to function properly. I need to take a regular string and convert it to unicode. Can anyone help?Code:Declare Auto Function NetScheduleJobAdd Lib "netapi32.dll" (ByVal Servername As String, ByVal Buffer As Object, ByVal Jobid As Integer) As Long




Reply With Quote