VB.NET Questions and Answers

Recent IT Questions

101 - 120 of 194

VB.net CLient/Server APP

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:...

Answer Question   |  Aug 21 2008  4:47 PM GMT
VB.NET, Client-server
asked by Spider87

  5 pts.

crosstab query

how to make crosstab in my sql?

View Answer   |  Aug 12 2008  2:42 AM GMT
SQL, VB.NET, Visual Basic .NET
asked by Tafz08

  5 pts.

Regarding Click Once In VB.NET 2005 Express Edition

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

View Answer   |  Aug 8 2008  12:40 AM GMT
VB.NET, VB.NET 2005, VB.NET 2005 Express Edition
asked by AnjanaDurga

  70 pts.

Which Is More Optimized

Which Conditional Statemnt Is More Efficient in VB.NET 2005 IF ELSE OR Switch Case ?

View Answer   |  Aug 6 2008  11:30 AM GMT
VB.NET, CASE statement, Visual Basic 2005
asked by AnjanaDurga

  70 pts.

sql

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

View Answer   |  Aug 5 2008  5:08 AM GMT
SQL, VB.NET, Visual Basic .NET
asked by Maytel

  5 pts.

convert number to word

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?

View Answer   |  Aug 1 2008  5:21 PM GMT
VB.NET, VB.NET 2005
asked by Usjpcha

  10 pts.

send data from sqlserver to ms access

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 .

View Answer   |  Aug 1 2008  1:48 PM GMT
VB.NET, Microsoft Access, Data transfer
asked by Usjpcha

  10 pts.

Problem in accessing CD Drives (VB/VB.Net 2.0).

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...

View Answer   |  Jul 29 2008  3:44 PM GMT
VB.NET, VB, CD drives
asked by Priyamtheone

  30 pts.

how do i save changes done in check boxes at runtime?

I have bound check boxes on list check box.now i want to save changes don in check boxes run time in vb.net?

Answer Question   |  Jul 24 2008  11:21 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by 1000

  5 pts.

Syntex for storing combobox & redio button in oracle using 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????

View Answer   |  Jul 18 2008  11:52 AM GMT
VB.NET, Oracle development, Oracle database design
asked by Deep 0607

  5 pts.

VB.NET code ideas on a SQL Server

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?

Answer Question   |  Jul 17 2008  4:50 PM GMT
VB.NET, SQL Database, Code
asked by SQL Server Ask the Experts

  2445 pts.

VB.net download once per month

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...

Answer Question   |  Jul 7 2008  6:32 AM GMT
VB.NET, Database, Visual Basic .NET
asked by N7.green

  5 pts.

Intercept the Paste command in VB.NET

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)...

View Answer   |  Jul 6 2008  5:44 PM GMT
VB.NET, Development, Visual Basic .NET
asked by Jillorious

  10 pts.

Unable to Restore Backup in SQL Server 2005

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 + "'," &...

View Answer   |  Jun 30 2008  7:35 PM GMT
VB.NET, SQL Server 2000, SQL Server backup
asked by SQL Server Ask the Experts

  2445 pts.

How do I create a web based application in SQL Server?

Is it necessary to know C#, .NET or VB.NET to create a web-based application in Microsoft SQL Server 2005?

View Answer   |  Jun 27 2008  9:09 PM GMT
VB.NET, .NET, SQL Server 2005
asked by JulieB

  5 pts.

How can i display response in a new window

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 ?

Answer Question   |  Jun 24 2008  3:47 AM GMT
Visual Basic, VB.NET, Web development
asked by Sim11

  35 pts.

Using VB.NET to find local subscriptions on SQL Express

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?

View Answer   |  Jun 13 2008  6:27 PM GMT
VB.NET, SQL Server, SQL Express
asked by SQL Server Ask the Experts

  2445 pts.

Vb.Net Image List

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...

View Answer   |  May 30 2008  11:53 PM GMT
VB.NET, Arrays (programming)
asked by Surfdog

  5 pts.

external application installer using vb.net

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 ...

View Answer   |  May 28 2008  4:59 AM GMT
Software Quality Assurance, VB.NET, Software Quality
asked by Mineral

  35 pts.

get images from a directory vb.net

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?

View Answer   |  May 24 2008  7:19 PM GMT
VB.NET
asked by Your best friend

  5 pts.

101 - 120 of 194