Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
Eddy Vluggen21-Apr-12 4:18
professionalEddy Vluggen21-Apr-12 4:18 
GeneralRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
AnthonyDailyMail23-Apr-12 3:40
AnthonyDailyMail23-Apr-12 3:40 
AnswerRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
Eddy Vluggen23-Apr-12 8:03
professionalEddy Vluggen23-Apr-12 8:03 
GeneralRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
AnthonyDailyMail23-Apr-12 4:36
AnthonyDailyMail23-Apr-12 4:36 
GeneralChat without server Pin
Member 885590419-Apr-12 23:00
Member 885590419-Apr-12 23:00 
GeneralRe: Chat without server Pin
Dave Kreskowiak20-Apr-12 3:28
mveDave Kreskowiak20-Apr-12 3:28 
AnswerRe: Chat without server Pin
Eddy Vluggen21-Apr-12 4:20
professionalEddy Vluggen21-Apr-12 4:20 
GeneralRe: Chat without server Pin
Member 422308723-Apr-12 1:37
Member 422308723-Apr-12 1:37 
Forget central sql database. MS allows only up to 10 clients connected to a server/database for free. If you have more than 10 clients connected you will have to buy a sql server license...other ways it will not work Frown | :( .

Thumbs Up | :thumbsup: If you have all your clients on the same physical locally network you better use udp multicast clients.
You can connect all clients together by one single multicast IP address and one port number (Rx/Tx).

Some years ago i wrote a small udp client test application that can connect up to 255 clients. With this you can send text messages (chat) to one single client or to all connected clients. In a text box the received messages are listed...
Each multicast client gets his individual PC number by using last digits NNN of its own IP Address XXX.XXX.XXX.NNN and the user name will be set by name of the computer.
If you are interested i could help you with the source code Smile | :) .

Regards Markus
QuestionVisual Basic.net Pin
Hermaine18-Apr-12 21:39
Hermaine18-Apr-12 21:39 
GeneralRe: Visual Basic.net Pin
Richard MacCutchan18-Apr-12 22:40
mveRichard MacCutchan18-Apr-12 22:40 
AnswerRe: Visual Basic.net Pin
Simon_Whale19-Apr-12 3:06
Simon_Whale19-Apr-12 3:06 
AnswerRe: Visual Basic.net Pin
Dave Kreskowiak19-Apr-12 6:06
mveDave Kreskowiak19-Apr-12 6:06 
AnswerRe: Visual Basic.net Pin
Sentenryu20-Apr-12 1:35
Sentenryu20-Apr-12 1:35 
GeneralRe: Visual Basic.net Pin
Hermaine22-Apr-12 18:56
Hermaine22-Apr-12 18:56 
QuestionRegular Expressions: dealing with a quote Pin
Brad Fackrell18-Apr-12 3:43
Brad Fackrell18-Apr-12 3:43 
AnswerRe: Regular Expressions: dealing with a quote Pin
Eddy Vluggen18-Apr-12 5:02
professionalEddy Vluggen18-Apr-12 5:02 
GeneralRe: Regular Expressions: dealing with a quote Pin
Brad Fackrell18-Apr-12 5:12
Brad Fackrell18-Apr-12 5:12 
AnswerRe: Regular Expressions: dealing with a quote Pin
VJ Reddy18-Apr-12 5:08
VJ Reddy18-Apr-12 5:08 
GeneralRe: Regular Expressions: dealing with a quote Pin
Brad Fackrell18-Apr-12 5:21
Brad Fackrell18-Apr-12 5:21 
GeneralRe: Regular Expressions: dealing with a quote Pin
VJ Reddy18-Apr-12 5:45
VJ Reddy18-Apr-12 5:45 
AnswerRe: Regular Expressions: dealing with a quote Pin
proneal26-Apr-12 9:44
proneal26-Apr-12 9:44 
QuestionHOW TO CLOSE FORM IN ACTIVEX DLL Pin
haidernitc17-Apr-12 17:56
haidernitc17-Apr-12 17:56 
AnswerRe: HOW TO CLOSE FORM IN ACTIVEX DLL Pin
Eddy Vluggen18-Apr-12 0:23
professionalEddy Vluggen18-Apr-12 0:23 
GeneralRe: HOW TO CLOSE FORM IN ACTIVEX DLL Pin
haidernitc18-Apr-12 0:31
haidernitc18-Apr-12 0:31 
GeneralRe: HOW TO CLOSE FORM IN ACTIVEX DLL Pin
Eddy Vluggen18-Apr-12 5:00
professionalEddy Vluggen18-Apr-12 5:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.