Forum: VB.NET Oct 23rd, 2005 |
| Replies: 3 Views: 10,084 if the above post is not formatted enough, i've included a word document. |
Forum: VB.NET Oct 23rd, 2005 |
| Replies: 3 Views: 10,084 I add a button named “Button1� and a progressbar named “ProgressBar1�. I add the following code for the Button1 click event:
Private Sub Button1_Click(ByVal sender As System.Object, _
... |
Forum: VB.NET Oct 15th, 2005 |
| Replies: 3 Views: 10,084 Using Windows XP Visual Styles with Controls on Windows Forms
“ms-help://MS.MSDNQTR.2003FEB.1033/dv_vstechart/html/vbtchUsingWindowsXPVisualStylesWithControlsOnWindowsForms.htm�.
Please read... |
Forum: VB.NET Aug 25th, 2005 |
| Replies: 2 Views: 2,454 nice piece of code. iam amazed that my faculty did not know this. i found the link useful. thank you NHP. |
Forum: Java Aug 10th, 2005 |
| Replies: 2 Views: 2,912 thank you jwenting for your guidence. |
Forum: Java Aug 8th, 2005 |
| Replies: 2 Views: 2,912 While running the older version of jdk1.3.0 my bdk1.1 worked fine. Recently i installed the latest version of the j2sdk1.4 and the problem surfaced. Whenever i run the run.bat file, lot of... |
Forum: VB.NET Aug 5th, 2005 |
| Replies: 2 Views: 2,454 This is my first post. I am a novice in VB.NET. I am able to hide form1 from from2. But I am not able to close the form1 or exit the application from form2. Is there any way in which I can exit... |