Communication
-
I want to a program in vc 6 by using which i can send message say "HELLO" to all the active users on internet. Can any one guide me or refer me to a good site or refer or provide me some useful links or direct or provide me some source code in vc 6 of the above stated problem.
-
I want to a program in vc 6 by using which i can send message say "HELLO" to all the active users on internet. Can any one guide me or refer me to a good site or refer or provide me some useful links or direct or provide me some source code in vc 6 of the above stated problem.
-
-
Well i don't want to develop a Chat type of application. I want to write an application just containing a "HELLO" message box , which is when activated spreads itself on the internet. Thats what i mean.
-
Well i don't want to develop a Chat type of application. I want to write an application just containing a "HELLO" message box , which is when activated spreads itself on the internet. Thats what i mean.
Hahahaha... You're stupid. So you want to write a virus right? And you don't have the foggiest idea how to even start. And you ask the question in a forum for people who build software for a job. You really are stupid. Joel Holdsworth Wanna give me a job this summer? Check out my online CV and project history[^] - now available in MSWord format![^]
-
I want to a program in vc 6 by using which i can send message say "HELLO" to all the active users on internet. Can any one guide me or refer me to a good site or refer or provide me some useful links or direct or provide me some source code in vc 6 of the above stated problem.
The. Whole. Entire. Internet. ?. regards, Paul Watson South Africa PMW Photography Gary Wheeler wrote: It's people like you that keep me heading for my big debut on CNN...
-
The. Whole. Entire. Internet. ?. regards, Paul Watson South Africa PMW Photography Gary Wheeler wrote: It's people like you that keep me heading for my big debut on CNN...
Paul Watson wrote: The. Whole. Entire. Internet. ?. Yep, So that he send Morning wish to each Internet user ... Good Morning :laugh:
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
Paul Watson wrote: The. Whole. Entire. Internet. ?. Yep, So that he send Morning wish to each Internet user ... Good Morning :laugh:
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
Paul Watson wrote: The. Whole. Entire. Internet. ?. Yep, So that he send Morning wish to each Internet user ... Good Morning :laugh:
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
Well i don't want to develop a Chat type of application. I want to write an application just containing a "HELLO" message box , which is when activated spreads itself on the internet. Thats what i mean.
-
I want to a program in vc 6 by using which i can send message say "HELLO" to all the active users on internet. Can any one guide me or refer me to a good site or refer or provide me some useful links or direct or provide me some source code in vc 6 of the above stated problem.
usmanmir wrote: ...send message say "HELLO" to all the active users on internet. Perhaps you meant intranet?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Well i don't want to develop a Chat type of application. I want to write an application just containing a "HELLO" message box , which is when activated spreads itself on the internet. Thats what i mean.
actually it's quite simple : foreach(System.Internet.User usr in System.Internet.AllUsers) { usr.System.Windows.Forms.MessageBox.Show("Hello"); } but maybe you will have som problems porting this C# code to VB :rose:
-
Bob Stanneveld wrote: ... I don't like to get a goodmornig message before I go to sleep.. let convert It! he will send "GOD BLESS YOU"
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
The. Whole. Entire. Internet. ?. regards, Paul Watson South Africa PMW Photography Gary Wheeler wrote: It's people like you that keep me heading for my big debut on CNN...
Paul Watson wrote: The. Whole. Entire. Internet. ?. He just wants to write a "hello world" program... _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
Paul Watson wrote: The. Whole. Entire. Internet. ?. He just wants to write a "hello world" program... _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
Jeffry J. Brickley wrote: He just wants to write a "hello world" program... Literally... -- LuisR
Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!
-
Jeffry J. Brickley wrote: He just wants to write a "hello world" program... Literally... -- LuisR
Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!
Luis Alonso Ramos wrote: Literally... That was my point. :) _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
-
RegardLess of the time zone, when i send my that application containing hello message , it should go to all the users who are currently using the internet. Yup you were rite. SomeThing like a virus but just from spreading point of view.