哈哈,这个更简单,
ShellExecute(Handle,"open","http://www.google.com.cn",NULL,NULL,SW_SHOWMAXIMIZED);
ShellExecute(Handle,"open","mailto:aaa@sohu.com",NULL,NULL,SW_SHOWNORMAL);
就是一个API函数,需要深究的朋友请参考windows API ->ShellExecute
哈哈,这个更简单,
ShellExecute(Handle,"open","http://www.google.com.cn",NULL,NULL,SW_SHOWMAXIMIZED);
ShellExecute(Handle,"open","mailto:aaa@sohu.com",NULL,NULL,SW_SHOWNORMAL);
就是一个API函数,需要深究的朋友请参考windows API ->ShellExecute