Forum: VB.NET 33 Days Ago |
| Replies: 4 Views: 281 Declare public variable in a Module. Store the radiobutton value in the variable and then retrieve the value stored in the public variable in the main form. |
Forum: VB.NET Jan 29th, 2009 |
| Replies: 5 Views: 904 Try to following links. I hope it will help u.
http://www.programmingtutorials.com/vbnet.aspx
http://www.java2s.com/Code/VB/CatalogVB.htm
... |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 2 Views: 681 Hope it will help you.
http://aspalliance.com/1479_Using_XSLT_to_Transform_XML_Using_ASPNET.all
http://www.geekinterview.com/question_details/44257 |
Forum: VB.NET Jan 13th, 2009 |
| Replies: 2 Views: 1,141 hope it will help you
http://vbdotnetforum.com/index.php?showtopic=1022 |
Forum: VB.NET Jan 13th, 2009 |
| Replies: 4 Views: 8,196 http://www.vbdotnetheaven.com/UploadFile/krishnajina/CrystalReportwithXmlInVB11102005001552AM/CrystalReportwithXmlInVB.aspx |
Forum: VB.NET Dec 22nd, 2008 |
| Replies: 4 Views: 789 http://www.devasp.net/net/articles/display/265.html |
Forum: VB.NET Dec 17th, 2008 |
| Replies: 3 Views: 3,722 Try this :
Go to Control Panel >>>> Regional Options >>> Numbers and change the "Digit Grouping" like 12,34,56,789 then OK
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Dec 4th, 2008 |
| Replies: 1 Views: 794 see the links.
http://www.codeproject.com/KB/vb/VB2005_SMTP_EMail.aspx
http://www.aspnettutorials.com/tutorials/email/email-aspnet2-vb.aspx |
Forum: VB.NET Dec 4th, 2008 |
| Replies: 2 Views: 928 http://www.c-sharpcorner.com/UploadFile/mamtam/AddandRetrieveImages09232005080918AM/AddandRetrieveImages.aspx
... |
Forum: VB.NET Dec 4th, 2008 |
| Replies: 3 Views: 914 See the following links. Hope it will help you.
http://systems.bus.ucf.edu/lwest/courses/4212/lessons/reports.htm
... |
Forum: VB.NET Dec 3rd, 2008 |
| Replies: 5 Views: 2,127 Hope it will help u.
http://www.aspnettutorials.com/tutorials/database/Save-Img-ToDB-VB.aspx
http://forums.asp.net/p/739822/996518.aspx |
Forum: VB.NET Dec 3rd, 2008 |
| Replies: 3 Views: 2,363 Hope it will help you.
http://www.tek-tips.com/faqs.cfm?fid=3940 |
Forum: VB.NET Nov 25th, 2008 |
| Replies: 5 Views: 1,368 Public Class Form1
Dim firstchoice As Double
Dim secondchoice As Double
Dim buttonnumber As Integer
Dim HasCalcDone As Boolean
Protected Sub Button1_Click(ByVal sender As... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 3 Views: 769 http://www.go4expert.com/forums/showthread.php?p=37348
http://www.dreamincode.net/forums/showtopic70247.htm |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 1 Views: 2,255 http://www.codeproject.com/KB/aspnet/HTML2PDF.aspx |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 7 Views: 1,705 SELECT DISTINCT(MobileNumber), COUNT(MobileNumber) AS RecordCount FROM MobileTable GROUP BY MobileNumber |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 1 Views: 699 http://www.vbdotnetforums.com/xml/29163-how-transform-xml-file-text-file-using-visual-basic-net.html |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 5 Views: 3,867 hi
see the following links. I hope it will help u.
http://www.codeproject.com/KB/books/0764549146_8.aspx
http://www.codeproject.com/KB/recipes/IE7_Clone_VS2005_Browser.aspx |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 4 Views: 4,401 See the following links. Hope it will help u.
http://www.codeproject.com/KB/web-image/PicManager.aspx
... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 11 Views: 19,958 http://www.go4expert.com/forums/showthread.php?t=8601
hope it will help u. |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 1 Views: 454 Open your Crystal Report file >>>>> Click on Special Fields and just drag Record Number Field on your Report |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 4 Views: 1,591 Select Case textbox1.text
Case "case1"
If CheckBox1.Checked Then
'Your code
Else
'Your code
... |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 3 Views: 3,168 Imports System.Data
Module Test
Sub Main()
Dim sConnectionString, sSQL As String
'SQL Connection String
sConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data... |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 4 Views: 44,684 Use Format Function.
Like :
= Format(dtpicker .Value, "dd/MM/yyyy") |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 4 Views: 44,684 Imports System.Data.SqlClient
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim connetionString As... |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 2 Views: 664 Please clarify, values are sum or count or any other. |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 2 Views: 899 See the following links for details :
http://www.builderau.com.au/program/windows/soa/Reading-and-writing-text-files-with-VB-NET/0,339024644,320267367,00.htm
... |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 3 Views: 483 See the following link for details :
http://en.allexperts.com/q/VB-NET-3306/create-setup-disk-VB.htm
http://www.innosetup.com/isinfo.php |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 2 Views: 442 You can Use Double
Dim bal, amt as Double ' like 0.00
If you are using MS Access Database not need to change Currency Datatype
or using SQL Server 2000... |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 9 Views: 14,380 |
Forum: VB.NET Nov 18th, 2008 |
| Replies: 5 Views: 1,650 Dim strMessage As String
strMessage = "Connection is Created"
'finishes server processing, returns to client.
Dim strScript As String = "<script language=JavaScript>"
strScript += "alert(""" &... |
Forum: VB.NET Nov 17th, 2008 |
| Replies: 4 Views: 371 u can use Copy Web tool
Copy individual files - Select files in either the source or the remote Web site, and then click the directional Copy Selected Files buttons. |
Forum: VB.NET Nov 17th, 2008 |
| Replies: 1 Views: 265 'CTS' is an abbreviation of Common Type System and it is used to handle translation of programming-language data types into .NET compatible (MSIL) data types.
Microsoft Intermediate Language... |
Forum: VB.NET Nov 15th, 2008 |
| Replies: 11 Views: 19,958 A simple code on how to connect sql server from VB.Net via SQL connection string, and the use of ExecuteNonQuery() method to execute the command and the try and catch to catch errors during runtime.... |
Forum: VB.NET Nov 14th, 2008 |
| Replies: 1 Views: 1,734 Write the following code on your button click event.
Dim newForm as New Form1
newForm.MDIParent = Me
newForm.Show() |
Forum: VB.NET Jul 9th, 2008 |
| Replies: 3 Views: 1,815 Hi,
Since you are using an Adapter- follow these steps:
1. No need to open and Close the Con-comment those lines. The Adapter opens and closes the Connection when you use the Fill,Update method.
... |
Forum: VB.NET Jul 8th, 2008 |
| Replies: 12 Views: 7,062 Correct. But to be safer-you should also copy the changed content pages and the code files for the pages, so that the changes done on your local server also reflect in the content on the server. This... |
Forum: VB.NET Jul 8th, 2008 |
| Replies: 12 Views: 7,062 If you are using .Net 1.1-Build the Application and copy the dll in the bin folder to the bin folder in your Web Host. If you are using .Net 2.0- a dll is not created (you can if required)-the pages... |
Forum: VB.NET Jul 7th, 2008 |
| Replies: 4 Views: 1,255 I think this line: xmlr.Read()
should be immediately after:
Do While xmlr.ReadState <> Xml.ReadState.EndOfFile
This should make it work and read the rows one at a time. |
Forum: VB.NET Jul 6th, 2008 |
| Replies: 5 Views: 669 Please see these Articles. The Answer lies in these Articles:
http://www.aquesthosting.com/HowTo/Sql2005/SQLError26.aspx
http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx
... |