天星直播

天星高清网络电视直播 http://www.3tvs.info 天星直播论坛 http://www.3tvs.info/bbs 天星影院 http://www.3tvs.info/yy
posts - 62, comments - 21, trackbacks - 0, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

02 2011 档案

摘要: 直播地址:http://www.tvb168.tkhttp://www.jkav.tk下载地址:http://www.onlinedown.net/soft/110755.htm阅读全文

posted @ 2011-02-21 10:18 hyruur 阅读(241) | 评论 (0) 编辑 |

摘要: //esc退出窗体protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg , System.Windows.Forms.Keys keyData) //激活回车键{int WM_KEYDOWN=256; int WM_SYSKEYDOWN = 260; if(msg.Msg == WM_KEYDOWN | msg.Msg == WM_SYSKEYDOWN){switch(keyData){case Keys.Escape:this.Close();//csc关闭窗体break;}}return fal阅读全文

posted @ 2011-02-21 10:16 hyruur 阅读(455) | 评论 (2) 编辑 |

摘要: 要想让PowerPoint演示文稿循环播放,首先要进行幻灯片的切换设置。点击“幻灯片放映→幻灯片切换”,打开“幻灯片切换”对话框,在换页方式中选中“每隔”前的复选按钮。根据播放页的内容,在阅读时需用的时间来设置换页的时间。如果每一张幻灯片换页的时间间隔设置相同,只要点击“全部应用”就行了,否则就要根据不同幻灯片中内容的多少,设置不同的放映时间,每一张设置好后都只能点击“应用”按钮。其次要进行放映方式的设置,点“幻灯片放映→设置放映方式阅读全文

posted @ 2011-02-20 16:27 hyruur 阅读(44) | 评论 (0) 编辑 |

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Net;usingSystem.Net.Sockets;usingSystem.Windows.Forms;namesp阅读全文

posted @ 2011-02-18 13:47 hyruur 阅读(327) | 评论 (1) 编辑 |

摘要: < 新建一个VS2005 WinForm项目,在项目的.cs文件中加入以下代码:1、引入命名空间: using System.Runtime.InteropServices;2、在窗口类中加入:[DllImport("user32.dll")]public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hPos, int x, int y, int cx, int cy, uint nflags);3、在窗口的Load事件中加入:置顶IntPtr HWND_TOPMOST = new IntPtr(-1);SetWindowPos阅读全文

posted @ 2011-02-16 22:52 hyruur 阅读(325) | 评论 (0) 编辑 |

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5usingOFFICECORE=Microsoft.Office.Core;6usingPOWERPOINT=Microsoft.Office.Interop.PowerPoint;7usingSystem.Windows;8u阅读全文

posted @ 2011-02-14 10:42 hyruur 阅读(982) | 评论 (2) 编辑 |

摘要: 刚才在使用的世界之窗浏览器突然发现搜索栏的Google不能搜索了,才想起来因Google网站icp牌照到期了.Google.cn 不能运营.浏览器默认的Google搜索也不能正常使用了. 建议使用Google台湾 的搜索串:http://www.google.com.tw/search?hl=zh-CN&amp;lr=lang_zh-CN&amp;newwindow=1&amp;q=%us&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=复制上面全部或者使用 Google 加密搜索 [阅读全文

posted @ 2011-02-14 10:34 hyruur 阅读(187) | 评论 (0) 编辑 |