niklas
niklas
CC#
Created by niklas on 2/27/2025 in #help
Hooking Ole32.dll Drag and Drop functionality in outlook
Is someone here familiar with the way Drag & Drop works on windows? I am trying to hook into the new outlook to somehow be able to have my program as a drag & drop target as the information the new outlook provides to other programs does not seem to suffice to read the actual dropped file - I am trying to use easyhook for this. I know it somehow has to be possible as drag & drop works for windows explorer. I have found multiple reports online of people reporting the same issue
8 replies
CC#
Created by niklas on 2/24/2025 in #help
✅ Why in gods name does DateTime.Parse change the hours in this oneliner?
DateTime dateTime = DateTime.ParseExact("2023-06-01T10:00:00.0000000Z", "yyyy-MM-ddTHH:mm:ss.fffffffK", CultureInfo.InvariantCulture); datetime.Hour will be 12 after parsing the string where it clearly should be 10
37 replies