Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
59% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
4
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
4 Commented Posts
2 Endorsements
Ranked #622
Ranked #2K
~82.7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

38 Posted Topics

Member Avatar for samaru
Member Avatar for tayspen
Member Avatar for abelLazm
Member Avatar for blackcathacker
Member Avatar for Miggle321
Member Avatar for linux
Member Avatar for Serunson
Member Avatar for azareth

CHOCOLATE - A food made from roasted ground cacao beans, usually sweetened and eaten as dark brown solid confectionary **SPARK PLUG**

Member Avatar for <M/>
0
186
Member Avatar for Rouf mir

i worry when there is no electricity.. we cannot use our pc's.. lol

Member Avatar for <M/>
0
135
Member Avatar for abelLazm

Because joker want a big smile. Why superman first wear pants than underwear?

Member Avatar for <M/>
2
1K
Member Avatar for asrith001
Member Avatar for lewashby
Member Avatar for khair.ullah
Member Avatar for jontennyeah
Member Avatar for G_Waddell
0
437
Member Avatar for lulu79

Dim a As Date = Now Dim b As String b = Format(a, "hh:mm:ss") you can get idea from this.. just an idea ^^

Member Avatar for brylle
0
9K
Member Avatar for zawpai

Example for string. Dim sample as String There are lots of data type and you can do some research..

Member Avatar for zawpai
0
137
Member Avatar for nitin1
Member Avatar for sh3n2x

you must do some research about sales and inventory system.. also about the company's policy so that you could know the flow..

Member Avatar for brylle
0
134
Member Avatar for moonfang9909
Member Avatar for brylle
0
102
Member Avatar for linabeb
Member Avatar for ome2012
Member Avatar for nIcks123

Here's the keypress code for your textbox.. you must use keypress event in your textbox. Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox4.KeyPress If Asc(e.KeyChar) < 48 Or Asc(e.KeyChar) > 57 Then e.Handled = True End If If Asc(e.KeyChar) = 8 Then e.Handled = False End …

Member Avatar for Reverend Jim
0
208
Member Avatar for Chonco
Member Avatar for brylle
0
102
Member Avatar for HibaPro

Hope you can get and idea for this.. :) For i = 0 To DataGridView1.Rows.Count - 2 DataGridView1.Item(3, i).Value = DataGridView1.Item(1, i).Value * DataGridView1.Item(2, i).Value Next

Member Avatar for HibaPro
0
625
Member Avatar for Benchanda
Member Avatar for ome2012

In a try catch statement is a way to handle possible errors that may occur in a given block of code.. example: Try [ tryStatements ] [ Catch [ exception [ As type ] ] [ When expression ] [ catchStatements ] ] [ Exit Try ] ... [ Finally …

Member Avatar for ome2012
0
205
Member Avatar for peter20
Member Avatar for ru60hz

Every email that is sent passes through a series of mail servers along its way to its intended recipient. Although it may seem like a message is sent instantly - zipping from one PC to another in the blink of an eye - the reality is that a complex series …

Member Avatar for soumphair
0
320
Member Avatar for saleem.mukhtiar
Member Avatar for ShahanDev
0
117
Member Avatar for brylle
Member Avatar for dearjoy

space allowed here. If (Microsoft.VisualBasic.Asc(e.KeyChar) < 65) _ Or (Microsoft.VisualBasic.Asc(e.KeyChar) > 90) _ And (Microsoft.VisualBasic.Asc(e.KeyChar) < 97) _ Or (Microsoft.VisualBasic.Asc(e.KeyChar) > 122) Then 'space accepted If (Microsoft.VisualBasic.Asc(e.KeyChar) <> 32) Then e.Handled = True End If End If If (Microsoft.VisualBasic.Asc(e.KeyChar) = 8) Then e.Handled = False End If

Member Avatar for ome2012
0
165
Member Avatar for brylle

I have a textbox has a maxlength of 18, e.g Textbox=ABC123456789012345 i want that the first 3 input must be letters only.

Member Avatar for brylle
0
203
Member Avatar for jayrbete

this might help you [Click Here](http://randolfarevalo.wordpress.com/2011/04/21/crud-for-vb-2008-using-sql-2008-r2-database/).. Goodluck

Member Avatar for brylle
0
282
Member Avatar for brylle

how can i trap my textbox that allows numbers and letters only, no space no special characters e.g (,./;'[]-=\`<>?:"{}_+|~!@#$%^&*())

Member Avatar for TnTinMN
0
103
Member Avatar for testname123

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm As New Form2 frm.Show() Me.Hide() End Sub

Member Avatar for testname123
0
1K
Member Avatar for brylle

I have a datagridview, In a textboxcolumn should have a unique data.. i want in the cardnumber not to be the same.. Need trappings

Member Avatar for artemix22
0
618
Member Avatar for brylle
Member Avatar for HibaPro
Member Avatar for M.Waqas Aslam
0
196

The End.