Click here to Skip to main content
15,790,022 members
Home / Discussions / Visual Basic
   

Visual Basic

 
SuggestionRe: spur gear Pin
CHill607-Mar-22 22:27
mveCHill607-Mar-22 22:27 
GeneralRe: spur gear Pin
Member 155582648-Mar-22 12:16
Member 155582648-Mar-22 12:16 
QuestionRe: spur gear Pin
CHill608-Mar-22 22:31
mveCHill608-Mar-22 22:31 
GeneralRe: spur gear Pin
Mycroft Holmes13-Mar-22 13:15
professionalMycroft Holmes13-Mar-22 13:15 
GeneralRe: spur gear Pin
Slow Eddie20-May-22 9:22
professionalSlow Eddie20-May-22 9:22 
Questionclose app without having form in foreground Pin
Benjamindh3-Mar-22 8:05
Benjamindh3-Mar-22 8:05 
AnswerRe: close app without having form in foreground Pin
Richard Andrew x643-Mar-22 10:11
professionalRichard Andrew x643-Mar-22 10:11 
GeneralRe: close app without having form in foreground Pin
Benjamindh3-Mar-22 10:39
Benjamindh3-Mar-22 10:39 
GeneralRe: close app without having form in foreground Pin
Dave Kreskowiak4-Mar-22 12:41
mveDave Kreskowiak4-Mar-22 12:41 
GeneralRe: close app without having form in foreground Pin
Benjamindh11-Mar-22 4:05
Benjamindh11-Mar-22 4:05 
GeneralRe: close app without having form in foreground Pin
Dave Kreskowiak11-Mar-22 4:07
mveDave Kreskowiak11-Mar-22 4:07 
GeneralRe: close app without having form in foreground Pin
Benjamindh11-Mar-22 4:32
Benjamindh11-Mar-22 4:32 
GeneralRe: close app without having form in foreground Pin
Dave Kreskowiak11-Mar-22 4:40
mveDave Kreskowiak11-Mar-22 4:40 
GeneralRe: close app without having form in foreground Pin
Benjamindh19-Mar-22 18:47
Benjamindh19-Mar-22 18:47 
SuggestionRe: close app without having form in foreground Pin
Richard Deeming3-Mar-22 22:29
mveRichard Deeming3-Mar-22 22:29 
QuestionCrystal report viewer 8.5 y visual basic 2005 Pin
Member 119485295-Feb-22 18:58
Member 119485295-Feb-22 18:58 
AnswerRe: Crystal report viewer 8.5 y visual basic 2005 Pin
CHill602-Mar-22 5:20
mveCHill602-Mar-22 5:20 
Questionremove item without being selected only with the name Pin
Benjamindh27-Jan-22 5:38
Benjamindh27-Jan-22 5:38 
AnswerRe: remove item without being selected only with the name Pin
Victor Nijegorodov27-Jan-22 6:30
Victor Nijegorodov27-Jan-22 6:30 
Questionhelp send data to new connected user Pin
Benjamindh26-Jan-22 6:46
Benjamindh26-Jan-22 6:46 
AnswerRe: help send data to new connected user Pin
Raphael Adeniji7-May-22 6:43
Raphael Adeniji7-May-22 6:43 
Hi Benjamin.

I did something similar to this in Visual Basic using windows functions (DLL) in those days. I called it broadcast.

However, your issue is not very difficult because those clients that are online receive your message, but anyone just connecting will not receive it after the broadcast.

What you have to do is to store and forward your messages for the clients that are offline. You can achieve this by storing your message and client ID on a database or a file for the clients that are online at the time of sending message out, then you will have a sort of service program that will forward the message later for new clients just connecting to the network.
Remember every system has a unique computer name (ID) on windows network.
When you send the message out, you keep the IDs of those online and the service program will later forward to new online clients and store their IDs too.
Note that you may also have to generate unique message ID also to filter.
QuestionHelp add data received from a TCP in each Columns Pin
Benjamindh19-Jan-22 5:47
Benjamindh19-Jan-22 5:47 
AnswerRe: Help add data received from a TCP in each Columns Pin
Richard Deeming19-Jan-22 6:38
mveRichard Deeming19-Jan-22 6:38 
GeneralRe: Help add data received from a TCP in each Columns Pin
Benjamindh19-Jan-22 15:23
Benjamindh19-Jan-22 15:23 
QuestionOpen, read and extract pdf's doc. Pin
Member 1490245413-Jan-22 5:16
Member 1490245413-Jan-22 5:16 

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.