Recent IT Questions

1 - 20 of 27
<<PREVIOUS 1|2 NEXT>>

Crystal Report in vb 2005

how can i manage 20 column on crystal report ?

Answer Question   |  Oct 2 2009  4:59 PM GMT
Visual Basic 2005, Visual Basic .NET
asked by DevendraB

  5 pts.

Biometric system

how can i create a biometric system using vb 2005 with printing process and updating date and non redundant data, entering

View Answer   |  Apr 13 2009  1:15 AM GMT
Visual Basic 2005, Biometric authentication, Biometrics
asked by 198919901331

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

How to retrieve, add and update data from SQL Server 2005 manually using VB.NET 2005?

Hey guys!!! I'm quite new to VB.NET 2005. I need to know how to add, update and retrieve data manually using VB.NET 2005. In the software which I'm trying to implement, data is entered in text boxes and then they are updated/added into an SQL table. When retrieving the...

View Answer   |  Mar 7 2009  11:01 AM GMT
VB.NET 2005, SQL Server 2005, Data Junction
asked by Obhasha07

  75 pts.

VB.NET code to search if a record already exists or not

hi! i m fresher i want a vb.net code to serch record from sql database table by using 2 fields of table as a condition i.e client name and client code before saving any new record and if record already exist in table it give me message for that i m sending u code plz rectify it and reply Imports...

View Answer   |  Feb 11 2009  9:49 AM GMT
VB.NET 2005, Search string, Visual Basic .NET
asked by Sachinm

  10 pts.

Connecting to Oracle with Visual Basic 2005?

what are "oracle" version to connect "visual basic 2008","visual basic 2005" and "visual basic 6.0" ? whether it's possible to connect "oracle9i" and "visual basic 2005" ? please solve my Q..........

asked by Amarpdy88

  20 pts.

How to output a text file and separate the data into different fields using VB 2005

i am new at this. This is an example of the data (in notepad) it looks like this.. 1,ABC,12/12/2008 2,DEF,13/12/2008 3,GHI,14/12/2008 4,JKL,15/12/2008 i would like to read only the first line and have each field dim as varchar. The output should be in this form: Field 1 = 1 Field 2 = ABC Field...

View Answer   |  Dec 11 2008  9:33 AM GMT
Visual Basic, VB, VB 2005
asked by Aeiou123

  5 pts.

How to read fingerprints in VB.NET 2005?

Hi, I have to develop a project for attendance in vb.net2005.in this employ will "In" and "Out" with their finger identification.How can we read the finger in vb.net2005 or any body have a related code then send me. Thanks in Advance.

Answer Question   |  Dec 1 2008  6:51 AM GMT
Visual Basic, Biometrics, VB.NET
asked by NeerajSudan

  5 pts.

Sending email to different domain users, using VB.NET web application version 2.0

how to send mail different domain users, using vb.net webappliction vertion 2.0 and smtp server

Answer Question   |  Oct 30 2008  7:29 AM GMT
ASP.NET, Visual Basic .NET, VB.NET 2005
asked by Mydhili

  5 pts.

Component required for VB.NET 2005

the data loading speed at user pc is much slower than my own pc with vs 2005 install. What component file should the end user have so that the application can run as smooth as those pc with vs 2005 install

Answer Question   |  Oct 24 2008  5:53 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by Mistyfy

  5 pts.

Text handling in Visual Basic

how can i pick a data from a file

View Answer   |  Oct 10 2008  9:34 AM GMT
Visual Basic, VB.NET, VB.NET 2005
asked by Amit87kumar87

  5 pts.

VB 2005 Debug Page

My Debug pages does not show Configuration or Start Action options. It only show Start Options. How do I correct this?

Answer Question   |  Oct 9 2008  4:33 AM GMT
Visual Basic, Debugging, VB 2005
asked by SLQ

  5 pts.

How to connect Access database to a Visual Studio 2005?

i use the following code to connect and i created DSN but its not getting connected... whats my fault can anyone help me?? Dim X As ADODB.Connection Dim RS As ADODB.Recordset Dim RS1 As ADODB.Recordset i am getting underlined error in adodb.connection, adodb.recordset i think there is...

View Answer   |  Oct 2 2008  6:38 AM GMT
Visual Basic, Microsoft Access, VB 2005
asked by Rajeshbnp2000

  5 pts.

Read XML in Visual basic 2005

I am trying to loop through one node in a XML file form Visual Basic 2005. Can any one help? <?xml version="1.0" encoding="utf-8" ?> <users> <user>Tom</user> <user>John</user> <user>Mary</user> </users>

Answer Question   |  Sep 30 2008  0:00 AM GMT
XML, Visual Basic 2005
asked by Gvilla23

  5 pts.

Should we use Web services to develop this integrated application?

We are developing an integrated application that will incorporate excel application, access databases and pda applications using visual basic 2005. Problem is whether to use web services to develop the project. This request for help was originally submitted to the Research Assistant on WhatIs.com.

View Answer   |  Sep 3 2008  4:14 PM GMT
Visual Basic, Microsoft Excel, PDAs
asked by ResearchAssistant

  855 pts.

SQL Server project in VB 2005

A form contain two text field (Name,Address) three buttons (Save,Modify,Delete). A test.mdf file in sql server. I want total source code of that sample project Pl help me about that. Thank you prit

View Answer   |  Aug 24 2008  5:05 AM GMT
Visual Basic, SQL Server, Stored Procedures
asked by PRITH

  5 pts.

Diff B/w MsgBox() And MessageBox() in VB.NET 2005

HI, iam new to vb.net 2005, i just want to know the difference between the Msgbox & Messagebox(). I Want to know which is more optimized onw when we are using vb.net 2005.

View Answer   |  Aug 19 2008  4:53 AM GMT
Visual Basic .NET, VB.NET 2005, Visual Basic 2005
asked by AnjanaDurga

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

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.

Regarding The Project Size

Does The Comments In The Project Increses The Size of The Application in VB.NET?

asked by AnjanaDurga

  70 pts.

1 - 20 of 27
<<PREVIOUS 1|2 NEXT>>