开发技术指南» 文章正文
引言:
摘要:
我照着书上的例子操作,可是程序就是不行,下面是具体的代码. time.java public class time { private int hour; private int minute; private int second; public void time() {settime(0,0,0);} public void settime(int hh,int mm,int ss)......
摘要:
#include <iostream> using namespace std; int main(void) { char* p = new char[20]; //p = "abcdef"; (1) strcpy(p, "abcdef"); // (2) cout << p << endl; p[3] = ......
如何给WebBrowser赋url
我插入了WebBrowser控件,属性名是:IDC_EXPLORER1,我想在下面
m_webBrowser.Navigate(_T("http://www.sina.com.cn/"), NULL, NULL, NULL, NULL);
NO.2 作者: oyljerry
Navigate()
摘要:
为什么在media player的打开url中输入http://127.0.0.1/1.avi播放不了,总是"正在连接" 而输入\\192.168.1.136\d\wwwroot\1.avi就能播放呢
......