Click here to Skip to main content
15,882,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: close app without having form in foreground Pin
Benjamindh19-Mar-22 17:47
Benjamindh19-Mar-22 17:47 
SuggestionRe: close app without having form in foreground Pin
Richard Deeming3-Mar-22 21:29
mveRichard Deeming3-Mar-22 21:29 
QuestionCrystal report viewer 8.5 y visual basic 2005 Pin
Member 119485295-Feb-22 17:58
Member 119485295-Feb-22 17:58 
AnswerRe: Crystal report viewer 8.5 y visual basic 2005 Pin
CHill602-Mar-22 4:20
mveCHill602-Mar-22 4:20 
Questionremove item without being selected only with the name Pin
Benjamindh27-Jan-22 4:38
Benjamindh27-Jan-22 4:38 
AnswerRe: remove item without being selected only with the name Pin
Victor Nijegorodov27-Jan-22 5:30
Victor Nijegorodov27-Jan-22 5:30 
Questionhelp send data to new connected user Pin
Benjamindh26-Jan-22 5:46
Benjamindh26-Jan-22 5:46 
AnswerRe: help send data to new connected user Pin
Raphael Adeniji7-May-22 5:43
Raphael Adeniji7-May-22 5: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 4:47
Benjamindh19-Jan-22 4:47 
AnswerRe: Help add data received from a TCP in each Columns Pin
Richard Deeming19-Jan-22 5:38
mveRichard Deeming19-Jan-22 5:38 
GeneralRe: Help add data received from a TCP in each Columns Pin
Benjamindh19-Jan-22 14:23
Benjamindh19-Jan-22 14:23 
QuestionOpen, read and extract pdf's doc. Pin
Member 1490245413-Jan-22 4:16
Member 1490245413-Jan-22 4:16 
AnswerRe: Open, read and extract pdf's doc. Pin
Dave Kreskowiak13-Jan-22 5:19
mveDave Kreskowiak13-Jan-22 5:19 
GeneralRe: Open, read and extract pdf's doc. Pin
Member 1490245413-Jan-22 7:55
Member 1490245413-Jan-22 7:55 
GeneralRe: Open, read and extract pdf's doc. Pin
Dave Kreskowiak13-Jan-22 8:33
mveDave Kreskowiak13-Jan-22 8:33 
GeneralRe: Open, read and extract pdf's doc. Pin
Member 1490245414-Jan-22 0:25
Member 1490245414-Jan-22 0:25 
AnswerRe: Open, read and extract pdf's doc. Pin
CHill6014-Jan-22 1:27
mveCHill6014-Jan-22 1:27 
QuestionHow do I get the propertyname of WPF control? Pin
Steve Krozer7-Jan-22 0:30
Steve Krozer7-Jan-22 0:30 
Rant[REPOST] How do I get the propertyname of WPF control? Pin
Richard Deeming7-Jan-22 0:38
mveRichard Deeming7-Jan-22 0:38 
QuestionExtracting username from a access database to show username after logging on Pin
Jeremy Haley 20226-Jan-22 4:14
Jeremy Haley 20226-Jan-22 4:14 
AnswerRe: Extracting username from a access database to show username after logging on Pin
Richard MacCutchan6-Jan-22 5:47
mveRichard MacCutchan6-Jan-22 5:47 
GeneralRe: Extracting username from a access database to show username after logging on Pin
Jeremy Haley 20226-Jan-22 5:55
Jeremy Haley 20226-Jan-22 5:55 
GeneralRe: Extracting username from a access database to show username after logging on Pin
Richard MacCutchan6-Jan-22 6:53
mveRichard MacCutchan6-Jan-22 6:53 
SuggestionRe: Extracting username from a access database to show username after logging on Pin
Richard Deeming6-Jan-22 5:57
mveRichard Deeming6-Jan-22 5:57 
Questioncombine two datatable Pin
Member 143292662-Jan-22 17:44
Member 143292662-Jan-22 17:44 

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.