Visual Basic .NET Questions


about visual basic.net
Hi I install vb.net ready and make connection ready, but when I try to using SQL statement it is error: my SQL is dim strSQL as string=”select * from tblCustome where CustomerID=”& intCustomerID the error is it does not no the string &? Please show me the solution how to solve this error! thank my [...]

Answer Question   |  December 15, 2010  1:15 AM
Database connectivity, SQL, VB.NET, VB.NET 2003, Visual Basic .NET
asked by:
5 pts.

Execute a query on table in different db that will make a table in currentdb
Cheers, I have an Access 2007 application that uses mostly vb.net code to create an excel spreadsheet with all the necessary data in the right places… The program uses a specific set of data that resides in a different database. What I would like to do is connect to the foreign table (which I can [...]

Answer Question   |  June 23, 2009  9:55 PM
Access 2007, Database, Visual Basic, Visual Basic .NET
asked by:
45 pts.

How can I send multiple attachments in email using VB.NET
I am working on a code which is used to send email from the desktop application, it works fine. The main problem arises when i tried to attach multiple files or i tried to attach a heavy file (e.g. 1 Mb, or higher) Below is the code i have used. For i As Integer = [...]

Answer Question   |  June 15, 2009  7:39 AM
VB.NET, Visual Basic, Visual Basic .NET
asked by:
35 pts.

VB.NET – Can’t insert data into database.
I used insert command it worked successfully that ur data has updated.But it is not showing in the database Plz look in the below code and tell me where iam wrong Imports System Imports System.Collections Imports System.Data Imports System.IO Imports System.Xml.Serialization Imports System.Windows.Forms Imports System.Data.SqlClient Public Class SAdmission Shared WithEvents con As SqlConnection Shared Sub [...]

Answer Question   |  June 11, 2009  10:40 AM
SQL Server 2005, VB.NET, Visual Basic .NET
asked by:
255 pts.

Problem with ++ string operator in VB.NET
command3 = New Data.SqlClient.SqlCommand(“UPDATE Products SET Stock=” + numU + ” Where ProductName=’” + proName + “‘”, connection3) At the code snippet above, numU is integer and when i execute it in insert at sql server as a double so it throws me an error and says me that its a double and you try [...]

Answer Question   |  December 15, 2010  9:19 AM
Integer, SQL, VB .NET, Visual Basic .NET
asked by:
5 pts.

How can I send VB.NET output to the DYMO labels
For one project i need to integrate the application output of my project with the labels of the dymo printer. Actually we have to send some data(text,numeric,mix) to the labels of the DYMO LABELWRITER DUO Label printer. The labels we need to send data is 1. Shipping(99014) 2. Tape Label with 12 mm width. I [...]

Answer Question   |  May 27, 2009  10:08 AM
DYMO Labels, DYMO LabelWriter Duo, VB.NET, Visual Basic .NET, Visual Basic printing
asked by:
35 pts.

VB.NET MouseUp and MouseDown events
Hi, Please help me I need Code of How Drawing Circle by using Mouse (in MouseUp and MouseDown Eevents) and Drawing by using Pen . in vb.net

Answer Question   |  December 15, 2010  4:00 AM
MouseDown Event, MouseUp Event, VB.NET, Visual Basic .NET, Visual Basic drawing coordinates, Visual Basic graphics
asked by:
10 pts.

Crystal Reports days field
how to display 1-(31,30),1-29 days of current month in crystal report using vb.net in ascending order

Answer Question   |  May 13, 2009  1:46 AM
Crystal Reports, VB.NET, Visual Basic .NET
asked by:
5 pts.

Inconsistent behaviour of VB.NET
I have a form which is displaying some user specific details. After pressing save button which is on form , if i close the form and then again displays it to user the changes done are working , but if i don’t close the form then the changes done didn’t reflected.

Answer Question   |  December 15, 2010  7:14 AM
Click Event, VB.NET, Visual Basic .NET, Windows Form
asked by:
35 pts.

Can we change opacity of an MDI child window in VB.NET?
can we change opacity of an MDI child window in VB.Net?

Answer Question   |  December 15, 2010  8:44 AM
MDI, MDI child window, Multiple Document Interface, VB.NET, Visual Basic .NET
asked by:
20 pts.

Extracting OLE objects attachments in Lotus Notes
I’ve written an utility in VB .NET that is able to extract file attachments from a NotesDocument and this works fine. I’m having challenges now with a particular email that has a MS Word document embedded into the body, whose content is part of the body. So basicllay it’s an OLE Embedded attachment. Does anyone [...]

Answer Question   |  May 1, 2009  9:00 PM
Lotus development, Lotus Notes email, Lotus Notes email attachments, LotusScript, Microsoft Word, OLE objects, VB.NET, Visual Basic .NET
asked by:
5 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 [...]

Answer Question   |  April 30, 2009  7:56 AM
Runtime Errors, Shim add-in, VB, VB.NET 2005, Visual Basic, Visual Basic .NET, Visual Basic runtime errors, vsdrpCOM, vsdrpDoNotRegister
asked by:
5 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

Answer Question   |  April 14, 2009  10:22 AM
OpenFileDialog, VB.NET, VB.NET 2005, VB.NET dialog windows, Visual Basic .NET, Visual Basic 2005
asked by:
150 pts.

Which multimedia database can be used with VB.NET
i am working on a project “criminl records system, i want to add criminals picture in my form,database,which database can used with this VB.NET application.plz specify how can i connect with my form…

Answer Question   |  April 14, 2009  10:26 AM
Application development, Image databases, Multimedia database, VB.NET, Visual Basic .NET
asked by:
65 pts.

The XML page cannot be displayed
I am using sql server 2005 with vb.net 2005 and IIS server installed. I tried to run the application created in Asp.net,but 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 then click the Refresh button, or try again [...]

Answer Question   |  April 3, 2009  6:38 AM
A name was started with an invalid character, ASP.NET, Extensible Stylesheet Language, IIS, SQL Server 2005, The XML page cannot be displayed, VB.NET, Visual Basic .NET, XML, XSL, XSL style sheet
asked by:
5 pts.

Telugu language in a VB application
i was a vb.net programmer and i want to include the telugu language into my project. that is while typing in a text box as at present it types in english i want to type in telugu. how to include telugu .

Answer Question   |  April 1, 2009  11:41 AM
Localization, Multilingual application, Multilingual support, VB.NET, Visual Basic, Visual Basic .NET
asked by:
30 pts.

asked by:
255 pts.

VB.NET dialog windows
i want to create a button and onclick of this button it should display all the files that i have saved in a folder and if i want to open a file in it i should be able to click on it and it opens in word document or excel or whateva file it is..what [...]

Answer Question   |  March 16, 2009  7:30 AM
VB.NET, VB.NET 2005 Express Edition, VB.NET dialog windows, Visual Basic .NET
asked by:
150 pts.

How to send mail different domain users in VB.NET
how to send mail different domain users in VB.Net

Answer Question   |  March 14, 2009  5:55 AM
SMTP server, VB.NET, Visual Basic, Visual Basic .NET
asked by:
10 pts.

Comparing data in Visual Basic .NET
Can some one help Listbox1 is Data A,B,C,D,E from the SQL base . Id automatically increases every day after entering new values for A,B,C,D,E while Id is date Every day I want to compare data of the last day with the past 4 day’s data and get values of P1, P2, P3, P4. Listbox1 =Data [...]

Answer Question   |  March 12, 2009  9:44 AM
ListBox, VB.NET, Visual Basic, Visual Basic .NET
asked by:
110 pts.