01-05-2010 08:03 AM
Solved! Go to Solution.
01-06-2010 08:13 AM
you can try ShellExecute (Shell32.Lib must be included in your CVI project)
example:
ShellExecute(0/*handle*/, "", "mailto:support@example.com", NULL, NULL, SW_SHOWNORMAL);
it is work on XP perfectly (thunderbird on my PC), but i am not sure about working on win2000 and older system
01-06-2010 12:38 PM