Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
18% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
5
Posts with Downvotes
2
Downvoting Members
4
1 Commented Post
0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for vjcagay
Member Avatar for vegaseat
-1
4K
Member Avatar for CCHIndiaStore
Member Avatar for xcrunner15

I want to format certain columns to allow only a certain number of numbers like you can only input number 0-7 and if not a message box shows up.. can someone lead me in the right direction

Member Avatar for Rahul47
0
59
Member Avatar for xcrunner15

I want my code to affect column 5 and 6 to, but everytime i add it i get an error this is wat i have so far Private Sub DataGridView1_CellEndEdit(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellEndEdit If (e.ColumnIndex = 4) Then ' Checking numeric value for Column4 …

Member Avatar for xcrunner15
0
147
Member Avatar for ogucheed

Hello, Please any one to guide me through. was a VB 6.0 programmer 3 years ago. Now I want to use Vb.net how to I migrate/upgrade my projects to VB2008

Member Avatar for xcrunner15
0
75
Member Avatar for mrjekzz

Hi all! i have a problem from my program in vb when i click the delete button.... EXAMPLE : |QTY| NAME |PRICE 2 1st FOOD 250 1 2nd FOOD 150 TOTAL AMOUNT IN TEXTBOX >>>>> 400 >>>>>>>DELETE BUTTON<<<<<<<<< then when i click 1st food and click delete button THIS IS …

Member Avatar for xcrunner15
0
126
Member Avatar for branding4you

I need to show the values in my datagridview as currency, I can do the currency format but that uses my default system currency. I load projects that are in many different currencies, at the moment I have it as 1,000.00 and I look at currency name I set up …

Member Avatar for xcrunner15
0
969