当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: #include <windows.h> lresult callback windowfunc(hwnd,uint,wparam,lparam); char szwinname[]="mywin"; int winapi winmain(hinstance hthisinst,hinstance hprevinst, lpstr lpszargs......
 ·关于环境变量    »显示摘要«
    摘要: 我需要读取本地机器上的环境变量,服务端的环境变量到是可以读出来,但本地的我实在没办法了。用javascript有办法读出来吗?各位高手帮忙了。谢谢 ......


关于媒体播放的问题,在线等待

能否将MMcontrol控件的播放输出定位到Picture控件上.  
  如何找到MCIWndX   Control控件

NO.1   作者: rainstormmaster

关键:  
  MMControl1.hWndDisplay   =   Picture1.hWnd

NO.2   作者: cuizm

安装VB的时候会带上这个控件的  
  选择菜单"工程/部件/Microsoft   Multimedia   Control   6.0"  
   
  Private   Sub   Command1_Click()  
          MMControl1.FileName   =   "c:\FILEMOVE.AVI"  
          MMControl1.Command   =   "Open"  
          MMControl1.Command   =   "Play"  
          MMControl1.hWndDisplay   =   Picture1.hWnd  
  End   Sub  
   
  我已经调试过了,好用啊,能播放出来,是不是你的系统有问题啊~~  
   
 


    摘要: <% i=1 do while not rs.eof aa=rs(1) s=aa response.write s&"<br>" i=i+1 rs.movenext loop %> 我想将上面的变量s保存下来,然后到下面调用s1,s2,s3怎么搞呢 <%=s1%> <%=s2%> <%=s3%> ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE