在vb.net窗口程序里测试你的代码没有问题,所以应该是其他问题.
成都创新互联是一家朝气蓬勃的网站建设公司。公司专注于为企业提供信息化建设解决方案。从事网站开发,网站制作,网站设计,网站模板,微信公众号开发,软件开发,微信平台小程序开发,十多年建站对报废汽车回收等多个方面,拥有丰富的网站营销经验。
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Protected Sub s_Msg()
Dim cust As New custinfo()
cust.CpName = "公司"
MsgBox(cust.CpName)
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
s_Msg()
End Sub
End Class
SqlDataAdapter 根本就不需要conn.open,现在你的那个数据控件肯定不能显示。
在后面加DataGridView1。DataBind();试试
任何控件在执行绑定都需要手动去加DataBind()
比如:asp:TextBox ID="TextBox1" runat="server" Text='%#QQ%'/
也需要在后台写Page.DataBind()或者TextBox1。DataBind();
screen.height 改成:
my.computer.screen.bounds.height
或
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height
试试这样
Dim Xls As Microsoft.Office.Interop.Excel.Application
Dim Xlsbook As Microsoft.Office.Interop.Excel.Workbook
Dim Xlssheet As Microsoft.Office.Interop.Excel.Worksheet