Forum: VB.NET Sep 13th, 2009 |
| Replies: 2 Views: 306 Hi all,
I need a big favor to carry out a task.
I want to get information in a exel sheet to a datagrid in VB.Net.
For example lets say Excel sheet contains following information.
... |
Forum: VB.NET Aug 16th, 2009 |
| Replies: 3 Views: 720 Thank you very much. This will simply do my task.Thanks |
Forum: VB.NET Aug 15th, 2009 |
| Replies: 3 Views: 720 I want to open a PDF document when I click on a button.
I know the way to open a word document but couldn't apply the same method to open a PDF document.
If anyone can help me regarding this... |
Forum: VB.NET Jul 14th, 2009 |
| Replies: 3 Views: 557 Sorry for my delayed actions.
Thank you very much. This is working
Awesome |
Forum: VB.NET Jul 14th, 2009 |
| Replies: 3 Views: 2,521 Thank you very much.
Awesome. Working exactly the way I want.
Thanks again |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 3 Views: 2,521 I have defined a procedure under the click event of the button as follows.
Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click
... |
Forum: VB.NET Jul 12th, 2009 |
| Replies: 3 Views: 557 I want to validate a textbox so that only numeric values can be inserted in to it.
This validation should done while user enters the values.
For example.
Consider following keys had been pressed... |
Forum: VB.NET Jul 4th, 2009 |
| Replies: 2 Views: 224 Hi all,
I need a favor on SQL this time
There are 4 tables as follows
Employee(EmpID,EmpName,...........)
Designation(Des_ID,Designation....)
EmpProfInfo(EmpID,Des_ID,..........)... |
Forum: VB.NET Jun 29th, 2009 |
| Replies: 2 Views: 338 Hi all,
I want to change the color of the messagebox same as the color of the form.
How can we change the default color of a project in VB.net?
If any one having comments regarding this... |
Forum: VB.NET Jun 29th, 2009 |
| Replies: 8 Views: 12,478 you are specifying a way to select the tab when some control had been changed.But what i want to do is to disable the tab page when i change a control.
What I got to know is there is no way to... |
Forum: VB.NET Jun 22nd, 2009 |
| Replies: 8 Views: 12,478 Although you have mention a way to disable tab controls in vb.net that wasn't working
Don't know the reason
I'm using VB.Net 2005 it doesn't have enabled property for tabpages.
Therefore once you... |