-
How to send mail different domain users in VB.NET
how to send mail different domain users in VB.Net
Last updated: -
How to make installer of VB.NET including SQL Server 2000?
I had done my project in vb.net with sql server 2000 but it's installer doesn't work properly as it displays the message unexcepted error while connecting to the database.I know setup and deployment in vb.net but doesn't working please help me.I am stuck in here.thanks in advance.
-
I need to use VB6 to detect if an SQL server is running. Looking for the easiest way whether it is pinging or something else or even detecting the database itself. Preferably by network device name.
Last updated: -
would you please give me a code to store and retrieve an image in SQL Server 2000, using Visual Basic 6.0 on the front end
Last updated: -
Cannot connect VB program with SQL Server 2005 in local machine
The simple program of fetching the data of table through vb.net program. I am retrieving the data into DatagridView . I am writing following String str for connection: Dim str As String = " Data Source=COMP1SQLEXPRESS ; Initial Catalog=Atuldb; User Id=COMP1comp11;Password= " my database name is...
-
Hello, I am hareen. I am working on collegedatabase managment software, which is developed in vb.net. I'm using SQL Server database 2005 and my database name is collegedatabaseMV.mdf . I have some questions. What is necessary to load SQL Server 2005 on client computer when I'm installing my...
Last updated: -
Retrieving data from SQL server 2005 using VB6? VB6??
How to create an application in VB6 that can retrive data from microsoft SQL Server2005.Is that possible.Thank you.
Last updated: -
Making a POS form for a pharmacy program
I need to make a POS frame for a pharmacy automation program am working on. >need to add data from a field in access in which it searches while I type. >when I select the name, the data from the access corresponding the name selected should be added in my flexgrid list and should be asked to...
Last updated: -
Retrieving and storing an image in SQL Server
How can I retrieve and store an image in SQL Server using Visual Basic 2008?
Last updated: -
Why is my textbox always showing zero’s after the decimal point? (Visual Basic)
I have a text box to where a user will insert text like 1234567. My intentions is to have that textbox add the comma's and decimal points once the focus has left it. However the results I am getting is 1,234,567.00 and not 12,345.67. Here is my code: Private Sub toothchart_TextChanged(ByVal sender...
Last updated: -
I unchecked all of the toolbars (by mistake) in the "Customize" menu and now I can't find a location to Right-Click on to bring up the customize menu so I can restore the Standard menu. Any suggestions?
Last updated: -
Connecting a SQL Server database with Visual Basic 6.0
What code would I need to connect a SQL Server database with Visual Basic 6?
Last updated: -
On my XP computer, the location of 'My Documents' is C:\\documents and settings\\dan shelby\\my documents. On my friends XP computer, the location of 'My Documents' is: documents and settings\\owner\\my documents. Since Windows invented the folder "My Documents" it does seem like the location of it...
Last updated: -
How can I install a new font in VB6 code?
How i can install new font in vb6 code?
Last updated: -
Thanks for the first part. The second part---- well, imagine a 3 by 3 matrix. Row 1, Column 1 = some value, Row 2 Column 2 = some value and Row 3, Column 3 = some value. Everything else in the matrix = 0. How do you do that in VB 6 ?
Last updated: -
How do I schedule the automatic forwarding of a calendar in Lotus Notes
Using 8.5 LN, I want to automatically send via email a copy of next week's calendar to a user. I want to automate the entire process from creation of the print to document, preview, forward to addressing email to automatic sending at 5pm every Friday. I am not good at VB and you would even need to...
Last updated: -
How to create set up in visual basic
I want to know that how to make an EXE file of VB of any project for installation of any system so the project will be accessible without Visual Basic.
Last updated: -
SQL Server 2005 using VB.NET 2005
How do I retrieve, add and update data from SQL Server 2005 manually using VB.NET 2005?
Last updated: -
Generating Crystal report (8.5) on Windows 7 isn’t working
Basically we have two Visual Basic projects, lets say 1.Diapp.vbp and 2.adacrystal.vbp. In order to generate the Crystal Reports, I have consumed adacrystalreport.dll into the Diapp.vbp application, adacrystalreport.dll is a part of adacrystal.vbp Visual Basic project. Crystal reports is working...
Last updated: -
Is there a way to send a print preview image of my Visual Basic form within an e-mail?
Hi, I'm currently working on a project that will print and e-mail the print preview of my form. I would like for it to show up within the e-mail without sending some kind of attachment. Can this be done? I really would like for when the user opens the e-mail it shows them exactly what the visual...
Last updated: