以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  Foxtable视频教程优酷在线观看链接  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=67818)

--  作者:dancedy
--  发布时间:2015/5/4 10:19:00
--  Foxtable视频教程优酷在线观看链接

建议选择超清格式并在全屏模式下观看,效果更佳。

 

《使用指南》专辑:
http://www.youku.com/playlist_show/id_23712502.html

 

《网络与数据源》专辑:
http://www.youku.com/playlist_show/id_23738855.html

 


《开发指南》


《编程基础》专辑:
http://www.youku.com/playlist_show/id_23738742.html

 

《基本类型》专辑:

http://www.youku.com/playlist_show/id_23738744.html


《事件编程》专辑:
http://www.youku.com/playlist_show/id_23738836.html

 

《统计数据》专辑:
http://www.youku.com/playlist_show/id_23743810.html

 

《菜单设计》专辑:
http://www.youku.com/playlist_show/id_23746531.html

 

《窗口设计》专辑:

http://www.youku.com/playlist_show/id_23801974.html

 

《动态加载数据》专辑:

http://www.youku.com/playlist_show/id_23821482.html

 

《权限管理》专辑:

http://www.youku.com/playlist_show/id_25845423.html

 

《导入导出》专辑:

http://www.youku.com/playlist_show/id_25847749.html

 

 

 

[此贴子已经被作者于2015/6/16 14:31:59编辑过]

--  作者:狐狸爸爸
--  发布时间:2015/5/4 10:25:00
--  
图片点击可在新窗口打开查看
--  作者:tongliaozyr
--  发布时间:2015/5/4 16:35:00
--  
图片点击可在新窗口打开查看
--  作者:hdwall
--  发布时间:2015/5/5 8:19:00
--  
图片点击可在新窗口打开查看
--  作者:psl138742
--  发布时间:2015/5/5 10:14:00
--  
请问我想打开选定文件需要在下面做何修改
Dim dlg As New OpenFileDialog \'定义一个新的OpenFileDialog 
dlg.Filter= "Excel文件|*.xls" \'设置筛选器
If dlg.ShowDialog = DialogResult.Ok Then \'如果用户单击了确定按钮
       MessageBox.Show("你选择的是:" & dlg.FileName,"提示") \'提示用户选择的文件
End If


--  作者:狐狸爸爸
--  发布时间:2015/5/6 9:09:00
--  
参考:
http://www.foxtable.com/help/topics/0353.htm

Dim dlg As New OpenFileDialog \'定义一个新的OpenFileDialog 
dlg.Filter= "Excel文件|*.xls" \'设置筛选器
If dlg.ShowDialog = DialogResult.Ok Then \'如果用户单击了确定按钮
     Dim Proc As New Process
     Proc.File = dlg.FileName
     Proc.Verb = "Print" \'指定动作
     Proc.Start()
End If

--  作者:L88919138
--  发布时间:2015/5/9 19:58:00
--  
图片点击可在新窗口打开查看
--  作者:blsu33
--  发布时间:2015/5/18 10:09:00
--  


--  作者:地方
--  发布时间:2015/5/20 20:40:00
--  
问下双因素LSR多重比较怎么弄?能不能告诉我个相关视频,视频太多,看不完。麻烦了
--  作者:L88919138
--  发布时间:2015/5/23 10:06:00
--  
图片点击可在新窗口打开查看