visual basic .net file deletion without full name
This is in regard to visual basic .NET I have a program, that creates file it name and reads them something like ‘exadion@Donneschdeg 6 August 2009′ (no extension) I am finding myself stuck however, I have written split string arrays to grab the parts i need to filter by, in this case the ‘exadion’ and [...]
Answer Question
| August 6, 2009 6:31 PM
.NET, VB.NET, Visual Basic
This is in regard to visual basic .NET I have a program, that creates file it name and reads them something like ‘exadion@Donneschdeg 6 August 2009′ (no extension) I am finding myself stuck however, I have written split string arrays to grab the parts i need to filter by, in this case the ‘exadion’ and [...]
COM Class DLL in Virtual Directory
Hi all, I created a COM Class DLL and was able to run my application on local. However, when I shifted everything to the virtual directory, it started giving problem. Particularly problems like, “Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80070002″, and “Cannot create ActiveX component”. [...]
Answer Question
| August 5, 2009 4:26 AM
COM, DLL, VB, VB.NET, Virtual directory
Hi all, I created a COM Class DLL and was able to run my application on local. However, when I shifted everything to the virtual directory, it started giving problem. Particularly problems like, “Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80070002″, and “Cannot create ActiveX component”. [...]
Filling data in datagridview in vs2005 with windows develpment
HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information [...]
Answer Question
| August 10, 2009 6:56 AM
DataGridView, SQL Server 2008, VB.NET, VB.NET 2005, Visual Studio 2005
HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information [...]
How to clear the text in a dropdown list combo box?
When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I’ve tried [drop down list name].text = “” but it doesn’t work since the text entering field in a drop down list box is [...]
Answer Question
| July 31, 2009 12:30 PM
VB.NET, VB.NET 2005, VB.NET Combo Boxes
When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I’ve tried [drop down list name].text = “” but it doesn’t work since the text entering field in a drop down list box is [...]
textbox autocomplete item limit vb .net
Hi how can I have around 25000 items in a textbox’s autocomplete collection… also can I restrict the entry on the textbox to the collection only.
Answer Question
| July 27, 2009 11:13 AM
VB.NET
Hi how can I have around 25000 items in a textbox’s autocomplete collection… also can I restrict the entry on the textbox to the collection only.
INTERUPTION IN VB EXPRESS2008
I am working in a program in vb 2008 express edition When trying to insert codes to an event the whole system just dissapear. I mean the whole program just dissapear without any notice.This happens all the time and I fiound it impossible to work with it..These codes are sql queries up to 12000 lines.Can [...]
Answer Question
| July 21, 2009 7:59 PM
VB.NET, VB.NET 2008 Express Edition
I am working in a program in vb 2008 express edition When trying to insert codes to an event the whole system just dissapear. I mean the whole program just dissapear without any notice.This happens all the time and I fiound it impossible to work with it..These codes are sql queries up to 12000 lines.Can [...]
Crystal Reports in vb.net
iam getting error while making connetion to sql server by OLEDB provider. The error is Sql server does not exit or access is denied ,sqlstate 08001
Answer Question
| July 17, 2009 12:23 PM
Crystal Reports, Crystal Reports error messages, SQL Server, SQL Server error messages, VB.NET, VB.NET 2005, VB.NET 2005 Express Edition
iam getting error while making connetion to sql server by OLEDB provider. The error is Sql server does not exit or access is denied ,sqlstate 08001
I have code for search button which only access on table in databaseI want sql query which access All tables in database.Iam pasting following code
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim connetionString As String Dim connection As SqlConnection Dim command As SqlCommand Dim adapter As New SqlDataAdapter Dim ds As New DataSet Dim dv As DataView Dim sql As String connetionString = “Data Source=NASSQLEXPRESS;Database=data2;Integrated Security=True; Connect Timeout=30;” sql = “Select * from Sfee [...]
Answer Question
| July 22, 2009 1:43 PM
VB.NET
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim connetionString As String Dim connection As SqlConnection Dim command As SqlCommand Dim adapter As New SqlDataAdapter Dim ds As New DataSet Dim dv As DataView Dim sql As String connetionString = “Data Source=NASSQLEXPRESS;Database=data2;Integrated Security=True; Connect Timeout=30;” sql = “Select * from Sfee [...]
search Button In vb.net 2005
The code is for searching entire sql database if i enter RegistrationNo which is primary key plz help.iam getting errors. If IsNull(TextBox1) Then MsgBox “Please Enter the RegistrationNo” End If If IsNull(Me.TextBox1) = False Then Me.Recordset.FindFirst “RegistrationNo= ‘” & Me.TextBox1.Text & “‘” Me!TextBox1 = Null If Me.Recordset.NoMatch Then MsgBox “RegistrationNo Not Found”, vbOKOnly + vbInformation, [...]
Answer Question
| July 15, 2009 12:24 PM
SQL Database, VB.NET, VB.NET 2005
The code is for searching entire sql database if i enter RegistrationNo which is primary key plz help.iam getting errors. If IsNull(TextBox1) Then MsgBox “Please Enter the RegistrationNo” End If If IsNull(Me.TextBox1) = False Then Me.Recordset.FindFirst “RegistrationNo= ‘” & Me.TextBox1.Text & “‘” Me!TextBox1 = Null If Me.Recordset.NoMatch Then MsgBox “RegistrationNo Not Found”, vbOKOnly + vbInformation, [...]
why my compiled code is running slow ?
Hi all, we are developing a VB.net 2.0 job portal. Sql 2005 is at the rear. It has some related DD lists and we have emplted Ajax for filling up the child controls. The cacading DDL were avoided as our server(maximumasp) is havving some issue with web services. The DDL is bound to corresponding datatable [...]
Answer Question
| July 30, 2009 2:41 PM
Ajax, ASP.NET, Copiled code with VB.Net and Ajax running slow, VB.NET
Hi all, we are developing a VB.net 2.0 job portal. Sql 2005 is at the rear. It has some related DD lists and we have emplted Ajax for filling up the child controls. The cacading DDL were avoided as our server(maximumasp) is havving some issue with web services. The DDL is bound to corresponding datatable [...]
creating procedure for searching in oracle 8.0.6
how can i create a procedure to search records in oracle 8.0.6…i m using vb.net 2008 as frontend application
Answer Question
| July 6, 2009 7:56 AM
Oracle 8.0.6, Oracle development, VB.NET, Visual Basic 2008
how can i create a procedure to search records in oracle 8.0.6…i m using vb.net 2008 as frontend application
Read Lotus Email in asp.net
Hi, I need to read lotus emails in asp.net application. I need to get the attachement as well. After then , the same should be exported to Sql server Any help in vb.net coding would be greatly appreciated.
Answer Question
| September 30, 2009 2:33 PM
ASP.NET, Lotus Mail, Lotus Notes, VB.NET
Hi, I need to read lotus emails in asp.net application. I need to get the attachement as well. After then , the same should be exported to Sql server Any help in vb.net coding would be greatly appreciated.
Show the table field on vb.net form
How can I show table fied on vb.net form.I have used sql2005.
Answer Question
| July 1, 2009 2:46 PM
SQL 2005, VB.NET
How can I show table fied on vb.net form.I have used sql2005.
My ListView does not always show the image I have set.
I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to “Y”. If it is, I execute the following lines to display my image [...]
Answer Question
| June 30, 2009 1:06 PM
ImageList, listview, VB.NET, VB.NET 2005, VB.NET ImageList, VB.NET ListView
I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to “Y”. If it is, I execute the following lines to display my image [...]
How to get vb.net to add spaces between words in lines in rich edit box so they will fully justify
I have a bunch of lines with differnt numbers of characters I want vb.net to insert additional spaces between the words so the lines will fully justify
Answer Question
| June 30, 2009 12:02 PM
VB.NET, VB.NET 2008, VB.NET Formatting
I have a bunch of lines with differnt numbers of characters I want vb.net to insert additional spaces between the words so the lines will fully justify
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
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 [...]
Abt inserting values
the problem is which values i have given in dataset in code r inserting in database.I dont want like that,I want in such a way any person will fill admission form the values should enter into database directly and store ,how to do it,i will not write values in coding.so give the solution plz
Answer Question
| June 16, 2009 2:26 PM
VB.NET, VB.NET 2005, VB.NET Express Edition
the problem is which values i have given in dataset in code r inserting in database.I dont want like that,I want in such a way any person will fill admission form the values should enter into database directly and store ,how to do it,i will not write values in coding.so give the solution plz
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
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 = [...]
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
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 [...]
login failed
when i start debugging project,sql connection will be closed,before that it will be open .Iam using sql which comes along with vb.net 2005.Iam using sqlconnetion in login form also there its not giving error when i used sql connetion code in another form its giving error login failed .iam tried up of this error.plz help
Answer Question
| June 2, 2009 12:31 PM
SQL, SQL Debugging, VB.NET, VB.NET 2005
when i start debugging project,sql connection will be closed,before that it will be open .Iam using sql which comes along with vb.net 2005.Iam using sqlconnetion in login form also there its not giving error when i used sql connetion code in another form its giving error login failed .iam tried up of this error.plz help





