Forum: VB.NET Feb 26th, 2009 |
| Replies: 6 Views: 2,568 i have copied paste your code and edited it.. but it asking con is not declared.. |
Forum: VB.NET Feb 26th, 2009 |
| Replies: 6 Views: 2,568 Thanks a lot
i have did it.. but when i try to debug.. it gives me a error.. can anyone tell me y |
Forum: VB.NET Feb 26th, 2009 |
| Replies: 6 Views: 2,568 i want to connect the sql dabase to vb.net form. can anyone tel me how to do it. i tired google. but it only says about ms access database.
please help me |
Forum: VB.NET Nov 30th, 2008 |
| Replies: 1 Views: 530 hey
im trying to implement a calculator.
i need to append values to label. like when i hit 1 button label should show 1 and when i hit 2 button it should show 12.. not just 2
can anyone... |
Forum: VB.NET Aug 1st, 2008 |
| Replies: 5 Views: 2,793 dont go for IF Statements as you having more than three conditions.. go for Select case.. that will be good.. |
Forum: VB.NET Aug 1st, 2008 |
| Replies: 5 Views: 2,793 make it a Select case.. then you can do this issue.. |
Forum: VB.NET Jun 1st, 2008 |
| Replies: 2 Views: 939 i wanted to put a Exit for statment. how can i put it
Public Class Form3
Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim... |
Forum: VB.NET Jun 1st, 2008 |
| Replies: 1 Views: 1,335 I really dont know this Program is rite or wrong. but it wont give a answer. if anyone can help me in this
Public Class Form2
Dim num As Integer
Private Sub Form2_Load(ByVal sender As... |
Forum: VB.NET May 23rd, 2008 |
| Replies: 9 Views: 15,432 your installation is being blocked by some Viruses. so make sure you get rid of those Viruses and reinstall it |
Forum: VB.NET May 23rd, 2008 |
| Replies: 3 Views: 2,732 with the installation of the VB.NET u can select this crystal reports enable. so that u can use it. after doing the database and every thing u can get this report easily. if u want the steps. one by... |
Forum: VB.NET May 23rd, 2008 |
| Replies: 2 Views: 887 i will go with
Randomize()
variablename=0+Int(Rnd()*10) |