Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K

25 Posted Topics

Member Avatar for millanskie

I can help little bit there is one function called strConv(textbox1.text, VbStrConv.Katakana) May be this can help you.

Member Avatar for Valeria_3
0
2K
Member Avatar for Wilderness Bob

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

Member Avatar for Reverend Jim
0
2K
Member Avatar for Ole Raptor

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 …

Member Avatar for concepcionmark
0
5K
Member Avatar for suganzeni

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 …

Member Avatar for mzoner
0
1K
Member Avatar for ninjaimp

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()

Member Avatar for happy@usa
0
253
Member Avatar for koolsun

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

Member Avatar for debasisdas
0
133
Member Avatar for malleswarareddy

for adding a selected combo item in tree view following is the line of code, "Me.TreeView1.Nodes.Add(Me.ComboBox1.Text)"

Member Avatar for uma625010
0
93
Member Avatar for baker4

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 …

Member Avatar for Alekhan
0
137
Member Avatar for happyns

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 …

Member Avatar for Alekhan
0
274
Member Avatar for nse2008

Hey , The question is not clear can u elaborate a little bit. Thanks \ Ali

Member Avatar for nse2008
-2
195
Member Avatar for Alekhan

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$ …

0
53
Member Avatar for sbv

Pease provide the procedure that you are uing, are you using through dataset or you doing through coding.

Member Avatar for sbv
0
154
Member Avatar for Time Indicator

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 …

Member Avatar for Time Indicator
0
114
Member Avatar for rommels

[url]http://msdn2.microsoft.com/en-us/vbasic/bb466226.aspx[/url] visit this site and see the video these r very helpfull

Member Avatar for Alekhan
0
107
Member Avatar for swabyw
Member Avatar for Alekhan
0
183
Member Avatar for juicyapple

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 …

Member Avatar for Alekhan
0
100
Member Avatar for gagan026
Member Avatar for Alekhan
0
44
Member Avatar for geetajlo

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 …

Member Avatar for Alekhan
0
122
Member Avatar for priyankaagrawal

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 …

Member Avatar for debasisdas
0
84
Member Avatar for Alekhan

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 …

Member Avatar for Ramy Mahrous
0
109
Member Avatar for Bobby_999

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 …

Member Avatar for Alekhan
0
97
Member Avatar for Ole Raptor

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 …

Member Avatar for Alekhan
0
119
Member Avatar for Alekhan

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.

Member Avatar for Alekhan
0
175
Member Avatar for ivylady57

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.

Member Avatar for Salim9
0
83
Member Avatar for Alekhan

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. …

Member Avatar for zandiago
0
28

The End.