Visual Basic .NET Questions and Answers

Recent IT Questions

41 - 60 of 76

Connect DBF

How can i connect DBF By VB.NET

View Answer   |  Nov 21 2008  5:02 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by Pongkgkkk

  5 pts.

VB.NET

which companies are working on VB.NET technologies??

View Answer   |  Nov 12 2008  11:44 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by 02030454213

  15 pts.

Conversion of function VB into VB.NET

how i can convert below vb function into vb.net Public Function FChkUserLoggedIn(LoginId As Long) As Boolean Dim rs As ADODB.RecordSet, strsql As String Set rs = New ADODB.RecordSet 'strSql = "select msession from log where msession in (select msession from log where loginid = " &...

View Answer   |  Nov 6 2008  8:22 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by 9322319124

  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.

How to create Excel objects from ASP.NET

hi can any clarify my doubt as described below. i have created object for excel in asp.net on executing the line of code "excel.workbooks.add()" i am getting following error, ""Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the...

View Answer   |  Oct 17 2008  6:21 AM GMT
ASP.NET, VB.NET, Microsoft Excel
asked by Bala11

  50 pts.

Data entry controls in ASP.NET?

Hi friends can any one resolve my problem as given below WHAT ARE THE DATA ENTRY CONTROLS IN ASP.NET , AND WHICH ONE IS PREFERABLE TO USE

Answer Question   |  Oct 11 2008  6:00 AM GMT
Visual Basic, ASP.NET, VB.NET
asked by Bala11

  50 pts.

Visual Basic & Designing a Class Library

I have a project with a few class libraries that are comprised of class hierarchies. The problem is when I access these class libraries from a form I see all of the classes that are inside of the class libraries. This is for a customer so I only want them to see the classes that they need to...

View Answer   |  Oct 4 2008  8:33 PM GMT
Visual Basic, .NET, Visual Basic .NET
asked by ToneCold

  5 pts.

How we send check box's value to data base in VB.NET?

How we send check box's value to data base in vb.net?

View Answer   |  Sep 12 2008  7:25 AM GMT
VB.NET, Visual Basic .NET, Database programming
asked by Chathuraniati

  10 pts.

COPY CUT AND PASTE ON A FORM IN VISUAL.NET

I am attempting to place a copy, a cut, and a paste button(s) on a toolbar at the top of a form with many fields. The buttons are easy but the code and examples only deal with copying from a known textbox etc. I want to be able to highlight, copy to the clipboard, and then paste the data anywhere...

View Answer   |  Sep 10 2008  12:24 AM GMT
Visual Basic .NET, VB.NET 2003
asked by PatMac

  5 pts.

update date value in oracle 9i

What is the code to update a date value in oracle 9i from vb.net

View Answer   |  Sep 4 2008  11:51 AM GMT
Oracle, VB.NET, Visual Basic .NET
asked by Venomwi

  5 pts.

DotNetNuke question - adding a user control to module

I am working on a dotnetnuke web application and I am trying to add a user control (.ascx) to the app. It compiles cleanly , but I run the application and click the link to load the user control, I get the following error: " Could not load type 'ICPC.DNN.Modules.TimeXP.controlname'" Does anyone...

Answer Question   |  Aug 29 2008  4:16 PM GMT
Visual Basic, ASP.NET, Visual Basic .NET
asked by Phillips9j

  5 pts.

How to capture the ComboBox values in DataGridView?

iam new to vb.net. plz help me in this it's very urgent. my question is---- i have a combobox in datagridview, i have retrieved the elements into combobox using sql query. now iam not understanding how to capture the value i have selected in the combobox, which is in datagridview and insert it in...

Answer Question   |  Aug 29 2008  5:51 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by Puri

  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.

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.

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.

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.

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.

41 - 60 of 76