Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2006 |
| Replies: 5 Views: 4,625 do it though your SQL query. I havent used an Access SQL query in years, but it might be similar to:
Dim searchText as String
Dim sqlQuery as String
searchText = searchDescription.Text... |
Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2006 |
| Replies: 1 Views: 2,059 I made an IRC client in VB over six years ago. Ive looked, but can't find my old project. Anyway, I ran into the same problem. I solved the problem by making my own text control just for IRC. It was... |
Forum: Visual Basic 4 / 5 / 6 Jan 22nd, 2006 |
| Replies: 1 Views: 1,740 An SMS message is basicly an e-mail message. All you have to do is e-mail a message to an e-mail address with a scheme of <phone_number>@<provider>. |