Search results for query: *

  • Users: shohoku
  • Content: Threads
  • Order by date
  1. S

    how to send a file in client/server using socket?

    in the chatting app userA want to send a file to userB can anyone tell me how to do it in VB.NET by using socket?? thanks~~~
  2. S

    how to save selected item from checkedlistbox to mysql?

    i want to select the empname from checkedlistbox and save into mysql can anybody pls tell me how to do? i find out some code but quite don't understand what it means.. For i = 0 To lvlist.Items.Count - 1 If lvlist.Items .Checked Then GROUPCHK="select * from task where username='"& lvitem...
  3. S

    how to do a clientserver?

    can anyone tell me how to do a client server that user can login from client side by enter the ID and password... any method like remoting,winsock,socket also can.. thanks!!!
  4. S

    how to print data(VB.NET)

    [RESOLVED]how to print data(VB.NET) i display my data in datagrid and i wish to print it out so i wrote down code below StringToPrint = DataGrid1.Text PrintPreviewDialog1.Document = PrintDocument1 PrintPreviewDialog1.ShowDialog() but when i run the program and click print preview it come out...
  5. S

    How to use winsock in VB.NET

    is there anybody know how to use winsock in vb.net?? if possible, can give me some example or sample code,pls? thanks a lot~~~~
  6. S

    Access to mysql database from other computer(VB.net/Mysql)

    i'm using vb.net and mysql as database and the linking btm them is using the myodbc now my database setting up in computer A and i have a login program in computer B how can i link my login program from com B to comA's database:confused: thanks and sorry for my lousy sentence... hope u guys can...
Back
Top