Forum: VB.NET May 3rd, 2008 |
| Replies: 12 Views: 2,160 thanx for your help microdeveloper. |
Forum: VB.NET Apr 21st, 2008 |
| Replies: 5 Views: 4,351 sql = "INSERT INTO CAllRates (CallRates.Destination) VALUE (" & ListView.SelectedItem.ToString() & ")" |
Forum: VB.NET Apr 21st, 2008 |
| Replies: 5 Views: 4,351 you are trying to send back data from listview, but you didnt declare from which part the data should move back i mean
there should be
listview.SelectedItem.To String() |
Forum: VB.NET Apr 21st, 2008 |
| Replies: 6 Views: 1,852 hey happyns,
on Form_Load event you need to code,
code is as follow,
Dim odaCom As OleDb.OleDbDataAdapter = New OleDb.OleDbDataAdapter("Select * from CompanyInfo",... |
Forum: VB.NET Apr 20th, 2008 |
| Replies: 6 Views: 1,852 Ok, I am sorry, ok
I will give you code by tomorrow morning. |
Forum: VB.NET Apr 20th, 2008 |
| Replies: 12 Views: 2,160 you are welcome,
I may soon starting Tutorial on VB.Net You may join them to learn more.
Take Care
Happy Programming. |
Forum: VB.NET Apr 20th, 2008 |
| Replies: 12 Views: 2,160 yes have you unzipped the file?? |
Forum: VB.NET Apr 20th, 2008 |
| Replies: 6 Views: 1,852 ok Happyns
I will guide you through easy way, by the way there are number of ways to do that.
1. assume you login formname is frmlogin and welcome screen form name is frmMain,
label1 name is... |
Forum: VB.NET Apr 20th, 2008 |
| Replies: 12 Views: 2,160 No problem buddy,
I am sending an attached file (zipped) you extract the file and open in your project and then see if there is any error, if you will still have problem just capture screen for... |
Forum: VB.NET Apr 19th, 2008 |
| Replies: 2 Views: 945 Hey , The question is not clear can u elaborate a little bit.
Thanks \
Ali |
Forum: VB.NET Apr 19th, 2008 |
| Replies: 12 Views: 2,160 ok no problem, follow the following steps.
1. Open Visual studio you have, Then select a new project.
2. Once project is opened the default form 1 will be there
3. drag 3 labels, 3 textboxes 1... |
Forum: VB.NET Apr 19th, 2008 |
| Replies: 12 Views: 2,160 hey Baker,
Yes there is a way to print the form that you have entered data in,
Please visit:
http://msdn2.microsoft.com/en-us/vbasic/bb735936.aspx
this website got download link plz install the... |
Forum: VB.NET Apr 19th, 2008 |
| Replies: 0 Views: 572 Hello All,
I am currently working on Accounting Software, I am using treeview and access database table with name of ChartofAcc, the data sample is like:
AccNo AccName ... |
Forum: VB.NET Mar 30th, 2008 |
| Replies: 4 Views: 1,470 if that is the date column problem then do one thing.
Select your datagrid and press at the small black arrow and click on edit column
from that form select date column and click at format property... |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 6 Views: 541 can you provide me your sample code and database attached here or u can email me at Alfajarcom@gmail.com |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 6 Views: 541 VB.net will not allow you to delete until you have relationship between Employee Information and Salary, To delete Table you must delete the Relationship between Salary and Emp Info Tables. |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 6 Views: 541 There are two thing that we need to take care.
1. do we have need to delete table Or
2. We need to delete data
If you want to delete data only then you can use sql command
Delete from... |
Forum: VB.NET Mar 25th, 2008 |
| Replies: 5 Views: 3,751 drag a timer on your form and a label double click on timer and you will have its event where you need to code.
now put one loop and condition in which you will define Left Position of Label and by... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 1 Views: 457 http://msdn2.microsoft.com/en-us/vbasic/bb466226.aspx
visit this site and see the video these r very helpfull |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 7 Views: 8,748 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'Dim dt As Integer = Asc(Me.TextBox1.Text)
If TextBox1.Text = Chr(46)... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 7 Views: 8,748 to limit text box set its property "MaxLength" to number you want to enter like to 3 or 6.
to check decimal put condition
somthing like this...
if textbox1.text=Asc(.) then
msgbox("Please... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 1 Views: 1,147 Data Source=.\SQLEXPRESS;AttachDbFilename=E:\NORTHWIND.MDF;
in connection string add this line. and then see |
Forum: VB.NET Feb 27th, 2008 |
| Replies: 13 Views: 4,713 I can help little bit there is one function called
strConv(textbox1.text, VbStrConv.Katakana)
May be this can help you. |
Forum: VB.NET Feb 27th, 2008 |
| Replies: 1 Views: 4,461 Hello,
There is one way by which you can declare a string globally, if you want that then you can follow the below way.
1. Double Click the Project in Solution Explorer,
2. Project properties will... |
Forum: VB.NET Feb 27th, 2008 |
| Replies: 1 Views: 560 The easiest solution can be re-install the web server, and then try. |
Forum: VB.NET Feb 27th, 2008 |
| Replies: 2 Views: 1,835 Mr. Ramesh has given very best way/solution, but there is an easy way for that.
There is one function called StrConv it can be used to do your required stuf only in one line code. which is as... |
Forum: VB.NET Feb 20th, 2008 |
| Replies: 4 Views: 1,470 Pease provide the procedure that you are uing, are you using through dataset or you doing through coding. |
Forum: VB.NET Feb 19th, 2008 |
| Replies: 7 Views: 922 i went to site but it say downloads went to max limit so if u have code for that please send me thanks |
Forum: VB.NET Feb 19th, 2008 |
| Replies: 7 Views: 922 OK Dear friend,
I am sorry for being rude.
I have started working on it, But actually I am facing problem in getting data copied from datagridview to Access Datatable. Please help me in it if you... |
Forum: VB.NET Feb 19th, 2008 |
| Replies: 7 Views: 922 If I can get some help that would be better to listen from you, Buddy.
If u cant help please dont pass comments.. thanks |
Forum: IT Professionals' Lounge Feb 18th, 2008 |
| Replies: 3 Views: 4,153 for adding a selected combo item in tree view following is the line of code,
"Me.TreeView1.Nodes.Add(Me.ComboBox1.Text)" |
Forum: IT Professionals' Lounge Feb 18th, 2008 |
| Replies: 2 Views: 1,194 Hey,
When you are going to Deploy your project, go to Project Properties of diployment project. And there will be an option of "Prerequisites" from there you select >NET Framework 2.0 or other... |
Forum: VB.NET Feb 18th, 2008 |
| Replies: 7 Views: 922 Hello All,
I am developing one software in which i am reading from CSV file, And I am able to see that data in DataGridView and now i want to copy that data into a table Name customer from... |
Forum: VB.NET Jan 10th, 2008 |
| Replies: 4 Views: 2,826 Reply to your first query is as below!
Public strTest As String
Private Sub CONTCOLUMN()
Dim contcolumn As New DataGridViewTextBoxColumn
With contcolumn
... |
Forum: VB.NET Jan 10th, 2008 |
| Replies: 1 Views: 9,519 Try this code mentioned below to add column to datagrid view
Public strTest As String
Private Sub CONTCOLUMN()
Dim contcolumn As New DataGridViewTextBoxColumn
With... |
Forum: VB.NET Jan 10th, 2008 |
| Replies: 6 Views: 1,501 |
Forum: VB.NET Jan 9th, 2008 |
| Replies: 6 Views: 1,501 Option Explicit
Dim adoConn As ADODB.Connection
Dim adoRst As ADODB.Recordset
Private Sub Command1_Click()'============================
Dim strConString As String
Dim strSQL As String
'assign... |
Forum: Oracle Jan 6th, 2008 |
| Replies: 3 Views: 4,185 Hi, you better go for ticketing system. You can create a database that will keep record for employees, Tickets, buses details, food details and cargo details. Go for this project so you could sale... |
Forum: MS Access and FileMaker Pro Jan 4th, 2008 |
| Replies: 5 Views: 2,541 Hello Thanks for your assistance, Now i want to do this thing through coding using VB8( VS 2005) Can I have the coding sample. Thank I want to automate. My application is window base and I want to... |
Forum: MS Access and FileMaker Pro Jan 4th, 2008 |
| Replies: 5 Views: 2,541 Thanks for assistance mr. Mell. I'll code this in my program and then let you know. I've one more thing to know by using vb 2005. Can i export data from excel file to database. If you can provide me... |