What is the similar command in VB.NET for combo.itemdata(combo.newindex)=codecombo.list(combo.listitem)=name
Latest Answer: Inherits System.Windows.Forms.Form ...
Hello I would like to know what vbCrLf stands for? How it is used and where it is used? Private Sub btnCalculate_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnCalculate.Click
Latest Answer: Hi,Vbcrlf means carriage return. It is use to give a carriage return while writing in the ASCII file. The file (text) will be wrap so it is easy to read. Also, we can use Chr(13), Vbcr to insert the Carriage Return. Regards,Chidambaram ...
Latest Answer: VB uses namespaces not packages, Java uses packages. Just different name but same meaning. namespaces/packages are used to organize your program, an example would be to create a package for connecting, querying a database and then using that package in ...
I've just downloaded VB 2005 Express and SQL server 2005 express.Built database and tryingto connect and open DB.My code is:Public p_conFirst As New SqlConnection() p_conFirst.ConnectionString = "Server=bk;Database=First;Trusted_Connection=True;"p_conFirst.Open() 'error 4060I was trying different connectionStrings,reinstallSql server and Visual Basic but have the same massage:"Cannot open database.Login failed".Maybe somebody has answerThanks,Boris
Latest Answer: Hi,In VB App. should be have MS-Word App as object. We have to call word object in vb and start using the word functions and word command in the vb. sample coding give below:for example code:Wordapp.ListGalleries(wdNumberGallery).ListTemplates(1).ListLevels(1).StartAt ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top