摘要: Dim MyVar Private Sub CommandButton1_Click()Sub CommandButton1_Click() Dim cgVar, jhVar, xgNumber, xNo, yNo For xNo = 3 To 60 cgVar = ActiveWorkbook.Worksheets("采购").Range("E" & CStr(xNo)).V... 阅读全文
posted @ 2007-08-29 20:03 wj-conquer 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 如何查看宏命令? 视图--->>工具栏---->>在Visual Basic工具图标上--->>运行按钮--->>选所要查看的宏。--->>编辑 一. 在立即窗口中执行 视图---->> 立即窗口 1. 工作薄 WorkBooks.add '添加工作薄 ?ActiveWorkbook.Name '显示当前活动工作薄的名字。 Book3 '上条命令显示的结果 Act... 阅读全文
posted @ 2007-08-29 20:02 wj-conquer 阅读(848) 评论(0) 推荐(0) 编辑
摘要: Private Sub CommandButton1_Click()Sub CommandButton1_Click() Call Macro1 End Sub Private Sub CommandButton2_Click()Sub CommandButton2_Click() ''根据项目名称 获取部门名 'A8 显示在B8中 c3--c40 Dim xDis As ... 阅读全文
posted @ 2007-08-29 19:57 wj-conquer 阅读(8514) 评论(0) 推荐(0) 编辑
摘要: 代码: Byte[] FileByteArray = new Byte[FileLength]; Stream StreamObject = UpFile.InputStream; string typeValue=UpFile.ContentType; StreamObjec... 阅读全文
posted @ 2007-08-28 17:20 wj-conquer 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 如何实现:GridView 控件中显示的文本不自动换行,隐藏超出宽度部分 ' ToolTip=''> ... 阅读全文
posted @ 2007-08-27 12:02 wj-conquer 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: Take it easy.(别紧张。) Just relax.(放松一下。) You are the boss!(听你的!你说了算!) You have my word!(我保证!) Accepts you as you are 接受原本的你 Believes in "you" 相信你这个人 Calls you just to say "Hi" 打电话给你... 阅读全文
posted @ 2007-08-27 09:06 wj-conquer 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 图片 文件名称: 密级: ... 阅读全文
posted @ 2007-08-24 16:42 wj-conquer 阅读(1968) 评论(0) 推荐(0) 编辑
摘要: http://zhidao.baidu.com/question/21885034.html .btn { BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; BORDER-LEFT: #7b9eb... 阅读全文
posted @ 2007-08-23 12:31 wj-conquer 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: 摘自: http://zhidao.baidu.com/question/30159422.html 在DW中如何改变CSS中的字体大小和颜色? 悬赏分:50 - 解决时间:2007-7-11 12:03 我想在自己的网站中应用这个菜单,但是菜单的字体是固定的,应该怎样改变字体的大小(这个字体太小了,中文显示很难看!)和鼠标经过时的底色要改成其他颜色。最后时字体不要加粗效果。谢谢 代码... 阅读全文
posted @ 2007-08-21 19:40 wj-conquer 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 要求: 点击左边框架页面中的铵钮后,在右边框架中显示一个页面。 并将左边框架中的值带到右边框架中。解决方法:-->1. 点击左边框架中的按钮:类中的代码为: 注:当传多个值时别忘了用 & 做连接 protected void Button1_Click(object sender, EventArgs e) { string name="测试成功了!"... 阅读全文
posted @ 2007-08-17 19:00 wj-conquer 阅读(1211) 评论(0) 推荐(0) 编辑