The client talks to the server fine but all of the code I've found said to use the stream to respond back to the client from the server. However the client dies when it tries to read a line back... What's wrong? How can I make the response happen and what did I do wrong with it? Here's the code:...
Hi all, Iam Begginer Vb.Net 2005 And I Just Want To Know Merits & Demerits of The Click Once Concept. Can Anybody Help Me Regarding This. Regards
Which Conditional Statemnt Is More Efficient in VB.NET 2005 IF ELSE OR Switch Case ?
is it possible in vb.net to read two database(access) with one sql? like select * from databaseA!tableA union select * from databaseB!tableB what connection type to use ty in advance
i want to convert number to word as 120 to 'one hundred and twenty' by using vb.net.please any one can give me a real solution?
i am a biginner to vb.net and i want to transfer my data in sqlserver to ms access.please anyone can help me to this regard .
Hi everyone, I'm focusing on a real tough problem that I hav been trying to solve since a long time in VB/VB.Net (2.0). I'm trying to detect the Open or close status of the Cd drive door. I'm using mcisendstring function to query the status, mcisendstring("Status CDAudio Mode"). This function...
I have bound check boxes on list check box.now i want to save changes don in check boxes run time in vb.net?
How can i save combo box value & redio button in database using VB.NET form. For example as text value we write TEXTBOX1.TEXT????
What VB.NET code would I use to populate a ComboBox with all SQL Server names and IDs in a network? Also, what VB.NET code would I use to backup my SQL database using parameters?
I currently have a label that displays the current month as an int i.e July = 7. I have a database with a username primary key and field 1 - 12 for each month. Each field either has a 0 or 1. I can use a detailsview to with a datasource to view all of the months data belonging to the logged in...
I wrote a function that allows only numbers to be entered into the field, which is accessed through the KeyDown event. It runs as follows: Public Sub NumbersOnly(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) If (Asc(e.KeyChar) < 48 Or Asc(e.KeyChar) > 57)...
I am unable to RESTORE Backup through code in SQL Server 2005 from VB.Net, even though that code is running fine in SQL Server 2000. The code is: "restore database [" + databasename + "] from disk ='" + Me.lblSource.Text + "' with move '" & dfile & "' to '" + Me.lbldatafile.Text + "'," &...
Is it necessary to know C#, .NET or VB.NET to create a web-based application in Microsoft SQL Server 2005?
If i using Response.Redirect(Url) method then how can i open this url in new tab or new window ? Can i specify Target="_blank" attribute in Url of the link ?
I have several different SQL Express databases using pull subscription replication with a SQL Server. Different computers will have different databases to replicate with; some have more than one. Is there a way in VB.NET to find all the local subscriptions on the computer running SQL Express?
I am Trying to build a game that uses arrays to select an image from an image list. when i run the game, i get an image in the image box, but it keeps cycling through all three options. the code so far is: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
Hi, I'm trying to create a simple application launcher in vb.net i would use at work, I'm a computer tech and i constantly need to install the same package of software on newly deployed workstations (antivirus, works, media player, etc). I've tried the following: Shell("installer path") and ...
How to get all the images from a directory and a sub directory in vb.net Can I have the code for it in vb.net?


