- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
25 Posted Topics
I can help little bit there is one function called strConv(textbox1.text, VbStrConv.Katakana) May be this can help you.
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 dont enter Decimal Point, Thanks") endif
Try this code mentioned below to add column to datagrid view Public strTest As String Private Sub CONTCOLUMN() Dim contcolumn As New DataGridViewTextBoxColumn With contcolumn .HeaderText = strTest .Name = strTest End With DataGridView1.Columns.Insert(1, contcolumn) End Sub Public Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CB.SelectedIndexChanged strTest …
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 condition you will check if label left position is …
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()
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 some bus service afterwards. Take care
for adding a selected combo item in tree view following is the line of code, "Me.TreeView1.Nodes.Add(Me.ComboBox1.Text)"
hey Baker, Yes there is a way to print the form that you have entered data in, Please visit: [url]http://msdn2.microsoft.com/en-us/vbasic/bb735936.aspx[/url] this website got download link plz install the power pack and then make sure your toolbar got power pack tools, from there you will be able to select the print …
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 lblwelcom and label2 name is lblFname, in loginform textbox1 name is txtuser and …
Hey , The question is not clear can u elaborate a little bit. Thanks \ Ali
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 Header AccType Opn/Balance 10000 Asset yes Asset 100000$ 11000 FixedAsset No Asset 50000$ 11100 Motor Vehicle at Cost No Other Asset 25000$ …
Pease provide the procedure that you are uing, are you using through dataset or you doing through coding.
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 salary and then you can re add data manually or …
[url]http://msdn2.microsoft.com/en-us/vbasic/bb466226.aspx[/url] visit this site and see the video these r very helpfull
Data Source=.\SQLEXPRESS;AttachDbFilename=E:\NORTHWIND.MDF; in connection string add this line. and then see
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 open 3. goto settings 4. Set Global Variable From there like Select String, Select …
The easiest solution can be re-install the web server, and then try.
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 follow. Public Class Form1 [B] Private Sub Button1_Click(ByVal sender As System.Object, ByVal …
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 version and select an Option "Download Prerequisites from the same location as my application" and you will …
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 database name MainData.mdb. While I wanna check that the CustomerCode already …
Reply to your first query is as below! Public strTest As String Private Sub CONTCOLUMN() Dim contcolumn As New DataGridViewTextBoxColumn With contcolumn .HeaderText = strTest .Name = strTest End With DataGridView1.Columns.Insert(1, contcolumn) End Sub Public Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CB.SelectedIndexChanged strTest = CB.SelectedItem If …
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 connection string strConString = "Provider=MS Remote;" & _ "Remote Server=http://192.168.1.1;" & _ "Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=MyRemoteDB;Persist Security Info=False" 'initialize connection object variable Set adoConn = New …
Hello, hope all people around will be fine and enjoying programming. I want to do get data from the database which is available on internet domain while my application is window base application. Is there any complete method i can get data from the database.
Hi. Welcome to you. In begining it was also my favorite to do paintings but couldn't make it possible as career. Take care your self.
Hi. I'm ale khan and i'm working on small projects at home and i'm working volunteerly, i've access database which is available on internet domain. I want to retrieve data from that database, while my project is window base application. Is there any complete method. Please provide me with solution. …
The End.
Alekhan