Forum: VB.NET Feb 28th, 2008 |
| Replies: 14 Views: 7,966 You must try, and if you have difficulties just send a message |
Forum: VB.NET Feb 25th, 2008 |
| Replies: 14 Views: 7,966 in order to help you to make the first step
focus on those objects
Socket , TcpClient, TcpListener, NetworkStream
these are main tool to cook a good based chat application you can get help... |
Forum: VB.NET Feb 23rd, 2008 |
| Replies: 21 Views: 6,084 you have to use the DataAdapter.Update(DataSet) to commit changement in the database |
Forum: VB.NET Feb 23rd, 2008 |
| Replies: 8 Views: 6,399 Take a look at http://www.startvbdotnet.com/ |
Forum: VB.NET Feb 23rd, 2008 |
| Replies: 14 Views: 7,966 to do such thinks you must use sockets
try this
Imports System
Imports System.Net.Sockets
Imports System.IO
Public Class ServerSocket1
Public Shared Sub Main()
Try |
Forum: VB.NET Feb 23rd, 2008 |
| Replies: 4 Views: 1,946 You must use dataAdapter.Update(DataSet) method to commit changes i,to data set otherwise the modification resides only in the dataset and no to be transfered to the data base |