VB.NET 2005 Questions and Answers

Recent IT Questions

1 - 20 of 50
<<PREVIOUS 1|2|3 NEXT>>

Error when insertin.g data into SQL table

                I'm using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I'm having a problem of inserting data into one of the tables in my database through my VB.NET application. I...

View Answer   |  Sep 26 2009  10:31 AM GMT
VB.NET 2005 programming, SQL tables, SQL Server tables
asked by Obhasha07

  75 pts.

How to load an Image from an SQL Server 2005 database using VB.NET 2005 coding?

            After a lot of trying and hard work I finally manged to store an image into an SQL Server database using a byte array. But now I'm stuck at how to retrieve it back into my application's picture box control.              This is what I need to do: I need to retrieve the...

View Answer   |  Sep 6 2009  2:19 AM GMT
VB.NET 2005 programming, VB.NET 2005, VB.NET
asked by Obhasha07

  75 pts.

Can tab pages in a tab control can be individually enabled or disabled?

In my project developed using VB.NET 2005 there is a tab control with 4 tab pages. I need to call a method which will enable/disable those tab pages according the some boolean values referring to each tab page. For example if boolean value 1 is true the tab page 1 is enabled and users can operate...

View Answer   |  Aug 19 2009  6:06 AM GMT
VB.NET 2005, VB.NET
asked by Obhasha07

  75 pts.

Filling data in datagridview in vs2005 with windows develpment

HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information i am...

Answer Question   |  Aug 1 2009  6:56 AM GMT
VB.NET 2005, VB.NET, DataGridView
asked by Visualpro

  5 pts.

How to clear the text in a dropdown list combo box?

When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I've tried [drop down list name].text = "" but it doesn't work since the text entering field in a drop down list box is read only. How should I do...

View Answer   |  Jul 31 2009  12:30 AM GMT
VB.NET 2005, VB.NET, VB.NET Combo Boxes
asked by Obhasha07

  75 pts.

Animated gif problem in VB.net?

In the application I'm developing I need to present the user with a splash screen. In that splash screen I used an animated spinning wheel gif image to let the user know that he/she has to wait. But when I insert the gif and run the application the splash screen displays but...

View Answer   |  Jul 28 2009  7:55 AM GMT
VB.NET 2005, Visual Studio.NET 2005, Animated Gif
asked by Obhasha07

  75 pts.

Crystal Reports in vb.net

iam getting error while making connetion to sql server by OLEDB provider. The error is Sql server does not exit or access is denied ,sqlstate 08001

Answer Question   |  Jul 17 2009  12:23 AM GMT
VB.NET 2005 Express Edition, VB.NET 2005, VB.NET
asked by Shaz

  255 pts.

search Button In vb.net 2005

The code is for searching entire sql database if i enter RegistrationNo which is primary key plz help.iam getting errors. If IsNull(TextBox1) Then MsgBox "Please Enter the RegistrationNo" End If If IsNull(Me.TextBox1) = False Then Me.Recordset.FindFirst "RegistrationNo= '" & Me.TextBox1.Text &...

Answer Question   |  Jul 15 2009  12:24 AM GMT
VB.NET 2005, VB.NET, SQL Database
asked by Shaz

  255 pts.

Are there any tools where I can create custom user interfaces for my VB.NET applications?

Hey, guys and gals. I need to crate a custom user interface for my VB.NET program, a custom user interface like MS Office 2007, Windows Media Player 11, ect. So what are the software tools available to create custom user interfaces? It would be great if you can give me some names of free tools if...

asked by Obhasha07

  75 pts.

My ListView does not always show the image I have set.

I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to "Y". If it is, I execute the following lines to display my image in the ListView.: If sHasFlag...

Answer Question   |  Jun 30 2009  1:06 PM GMT
VB.NET 2005, listview, ImageList
asked by LHrabar

  95 pts.

How can i send my VB.Net output to Tally ?

In some project of mine, i need to send the output from VB.Net to Tally Application? How it is possible ? Waiting for your precious response !!!!!

Answer Question   |  Jun 24 2009  4:51 AM GMT
VB.NET 2005, Tally
asked by Honeyprogrammer

  35 pts.

Abt inserting values

the problem is which values i have given in dataset in code r inserting in database.I dont want like that,I want in such a way any person will fill admission form the values should enter into database directly and store ,how to do it,i will not write values in coding.so give the solution plz

Answer Question   |  Jun 16 2009  2:26 PM GMT
VB.NET, VB.NET Express Edition, VB.NET 2005
asked by Shaz

  255 pts.

login failed

when i start debugging project,sql connection will be closed,before that it will be open .Iam using sql which comes along with vb.net 2005.Iam using sqlconnetion in login form also there its not giving error when i used sql connetion code in another form its giving error login failed .iam tried up...

Answer Question   |  Jun 2 2009  12:31 AM GMT
SQL, VB.NET 2005, SQL Debugging
asked by Shaz

  255 pts.

login form

how to make login form in vb.net 2005 and check the values in oracle database

View Answer   |  May 7 2009  4:53 PM GMT
VB.NET 2005, Oracle Database, VB.NET Login Form
asked by Shaz

  255 pts.

Shim add-in not loaded VB runtime error

i am kind of new on the hole shim add-in thing so go esay on me here what did on VS 2005 com shim wizard v 2.3.1.0 1) create shared add-in(new_addin) and put meesagebox on the on connect proc 2 ) add shim add-in project and chosed for word and excel 3 ) then add setup project add primery output...

Answer Question   |  Apr 30 2009  7:56 AM GMT
VB.NET 2005, Shim add-in, Visual Basic .NET
asked by Aqqa

  5 pts.

If Statement isn't evaluating out correctly

I am trying to learn VB.Net using VB Studio 2005 Express edition and a pretty good text book. I thought I was beginning to understand concepts until this exercise came up - now I wonder... No matter what value I put into txtOrderTotal.Text, I get the same dDiscountTotal... This is 'hand-fed'...

View Answer   |  Apr 21 2009  8:00 PM GMT
VB.NET 2005 Express Edition, VB.NET, VB.NET 2005
asked by Rbrown38059

  85 pts.

How to programmatically open directories in VB.NET 2005

what code should i write to access the files in a folder that i have stored somewhere such as desktop or c drive in my pc by clicking on a button in vb.net

View Answer   |  Apr 10 2009  10:22 AM GMT
VB.NET 2005, OpenFileDialog, Visual Basic .NET
asked by Rinsa

  150 pts.

Error running an ASP.NET application in SQL Server 2005

I have SQL Server 2005, version 9.0, installed on my system with VB.NET 2005 and IIS server running. When i tried to run an application created in ASP.NET, it showed me the following error: The XML page cannot be displayed. Cannot view XML input using XSL style sheet. Please correct the error and...

Answer Question   |  Apr 3 2009  5:44 PM GMT
SQL Server 2005, ASP.NET, VB.NET 2005
asked by SQL Server Ask the Experts

  2445 pts.

How to store Form values in Oracle 10g with VB.NET

abt database storage in vb.net2005

View Answer   |  Mar 11 2009  10:24 AM GMT
Oracle 10g, VB.NET 2005, Database programming
asked by Shaz

  255 pts.

Device information with vb.net 2005

hi, i am making a program to notify every time it detects either a keyboard,mouse,headphone and blue tooth etc. devices state changed, i find the service name of some of them like- bluetooth- BthEnum keyboard - kbdhid mouse - mouhid i want to know the names of pendrive's, modem,head phone. i...

View Answer   |  Mar 10 2009  8:33 PM GMT
VB.NET 2005, VB.NET
asked by Cold

  25 pts.

1 - 20 of 50
<<PREVIOUS 1|2|3 NEXT>>