vb ,msinet.ocx , POST 方式提交url ,现提示 35760 canot coerce type程序原先能成功调用的msinet.ocx突然提示过期了,我从新下载了个近期版本的。但用后提示 
35760 canot coerce type
我原先的 语句是             Inet16.Execute strurl, "POST", strformdata现在改成
        Dim  my_head As String
       my_head = "Content-Type:application/x-www-form-urlencoded"         
        Inet16.Execute strurl, "POST", strformdata, my_head和 Inet16.Execute strurl, "POST", strformdata,"Content-Type:application/x-www-form-urlencoded"  都不行。
先谢谢各位大侠了。