Forum: VB.NET Jul 13th, 2008 |
| Replies: 5 Views: 589 Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim Test As New Form4
Test.Show()
Me.Dispose(False)
End Sub
... |
Forum: VB.NET Jul 13th, 2008 |
| Replies: 5 Views: 589 OK, this question seems a pretty simple at first instance, but there are lot many things which need to be considered while coding this part. There are several ways to solve this problem. One of... |
Forum: VB.NET Apr 24th, 2007 |
| Replies: 0 Views: 620 Hi,
Is there any way that we could read a graphics image data through a winsock lib or socket library.
Or how do we go ahead on reading a grahhics Data. When i try to read a graphics from my... |