|
-
Oct 31st, 1999, 06:50 PM
#1
Thread Starter
New Member
I don't have a lot of knowledge regarding winsocer.ocx.
I would like to know if you have some program that sends messages of a personal computer for another in net OF WINDOWS NT without be linked to the internet.
Two computers in the same company that they are not interlinked to the internet.
A program the same to the winpopup.exe of the ms windows 95, maybe one that I can use the computer name.
Could anybody help me?
Thank you very much.
-
Oct 31st, 1999, 07:50 PM
#2
Lively Member
u what? have u ever thought about reading your own messages? i dont understand a word of that!
------------------
jimmy
ICQ:35813919
mail:[email protected]
-
Oct 31st, 1999, 08:16 PM
#3
Hyperactive Member
I don´t know if this is a programming question or what. but have you ever tried usin microsoft chat?
(start/program/utilitys/chat)
Or do you want to write your own program that work like poopup?
-
Oct 31st, 1999, 08:17 PM
#4
Lively Member
hey, onerrrorgoto, do u agree that his question is not in english?
------------------
jimmy
ICQ:35813919
mail:[email protected]
-
Oct 31st, 1999, 08:21 PM
#5
Hyperactive Member
Well maybe the author of the question doesn't have english as native language?
Ever considerd that. why dont you try to help him insted of making fun of him, then maybe he someday will be able to help you back.
Please have some understanding with us that don't use english for our everyday conversations and that are fairly new to VB.
------------------
Anders
[email protected]
-
Oct 31st, 1999, 09:18 PM
#6
Thread Starter
New Member
Excuse me.
I don't speak English very well, but I am learning.
I would like to do a winpopup.exe in the vb.
Could anybody help me?
-
Oct 31st, 1999, 10:34 PM
#7
Lively Member
no offence, i automatically thinnk of english as the first language for every1. Have you though about trying to use winpopup's own commands, sortt of like the way u can use words spellcheck? I havent got a clue how to do this, cos im not @ home and i dont have my usual txt files with me, but perhaps it would b worth a try. Y do u want to make it anyway? if u wanna make it like winpopup, use winpopup and save yourself a lot of bother!
------------------
jimmy
ICQ:35813919
mail:[email protected]
-
Oct 31st, 1999, 11:14 PM
#8
Member
jimdalby:
If I had such wonderful control over the English language as you seem to think you have, I certainally wouldn't be laughing or poking fun at anyone else.
Read what you've written. It would be hard pressed to be related to the English language and a far cry from good grammar and punctutation with absolutely nothing to do with manners or protocol.
If you have a few moments you should use the dictonary and look up Idiot....
-
Oct 31st, 1999, 11:46 PM
#9
Lively Member
i have nothing against Braz. Im sure hes a cool, funny, charismatic kinda guy.
However, when i read his message, i could hardly understand it.
There is a big difference between shortening words and sentences, and making unreadable sentences. No offence, jules, but if you new anything about the net, you'd know that!
------------------
jimmy
ICQ:35813919
mail:[email protected]
-
Nov 1st, 1999, 01:17 AM
#10
Thread Starter
New Member
Excuse me again.
I have already started to learn English and I will improve. I promise.
I didn't want to cause problems.
I am trying to make a VB program that works like WinPopup.exe. OK???
Thank you Yonatan
-
Nov 1st, 1999, 01:36 AM
#11
Junior Member
Braz, don’t feel you should apologize. I’m sure you speak Portuguese much better than any of us. I appreciate the courtesy of most of the respondents at this site and especially the teen programmers like Yonatan and Compwiz who are helping who are helping some of us earn paychecks when they should be at the mall or riding dirt bikes. Thank you.
Is there a way to use the DOS Netsend utility within a VB program? That’s not the same as winpopup, is it?
-
Nov 1st, 1999, 01:37 AM
#12
Hyperactive Member
Tudo bem, Braz!
Would you like to see jimdalby trying to speak brazilian?
Vamos pra frente!
-
Nov 1st, 1999, 07:07 AM
#13
Addicted Member
YO I wrote my OWN WIN POP UP WITH WINSCK
IF YOU WANT THE SOURCE EMAIL OR ICQ ME
9639200 - ICQ
[email protected]
Prefer ICQ Tho
-
Nov 1st, 1999, 12:00 PM
#14
Guru
Ok, people, try here: http://www.TowerOfEnglish.com
Braz: Are you trying to make a VB program that works like WinPopup, or make a VB program that launches WinPopup?
I don't know how to make a program that works like WinPopup (my computer is not part of a network), but here's how to launch WinPopup from VB:
Call Shell("WinPopup.exe", vbNormalFocus)
P.S. In the beginning, I didn't know English well either, I had meny speling end gremmer bad mistekes...
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
-
Nov 1st, 1999, 12:55 PM
#15
Guru
There's gotta be some API to access the Windows NT messaging service....many other apps (besides MS apps) work it fine...anyone know?
-
Nov 1st, 1999, 03:42 PM
#16
Hyperactive Member
Is this messagebooard about VB programming or about how to speak/write English?
Geez.... never read such a bullshit-thread.. except the question, it was a good question I think... Ok now I wrote a bullshit msg too.. hmmm... "de pot verwijt de ketel" we would say....
And don't start to complain about my English.. I speak better Dutch then most of you ;-p
-
Nov 1st, 1999, 04:50 PM
#17
New Member
hay guys, take it easy.
if u wanna send msgs between computers connected to the network
make sure that the network protocol is TCP/IP.
now use winsock.ocx to build an application to send msgs via TCP/IP. means that one computer would connect to the second through a spacific IP address and Port. its is easy & not very complicated.
using this way u can actully build ur own chat program (peer to peer chat).
hope this would help.
if u have any further questions, please e-mail me and i would provide u with all the nacessary information to start building ur project. 
sarmad
[email protected]
-
Nov 1st, 1999, 06:51 PM
#18
Lively Member
hey folkes.
look, i cant speak brazilian,or portugese, but i dont try to speak them either!!
Look, i didnt mean any offence, i just wanted to help him easier, as i genuinly didnt fully understand him
------------------
jimmy
ICQ:35813919
mail:[email protected]
-
Feb 3rd, 2000, 03:17 AM
#19
New Member
If you wish to send a message to another computer that you are connected to, I think 'net send <computer name or user name> <message>' should do the trick from the command line in Windows NT. not quite sure if it will work in your situation since you are not on the internet, but I see no reason why not.
-
Feb 3rd, 2000, 03:35 AM
#20
Hyperactive Member
-
Jan 30th, 2001, 05:58 PM
#21
New Member
Why dont you just use net.exe
win NT,2000 only
usage net send Message
-
Jan 30th, 2001, 09:32 PM
#22
New Member
Understand...
I'm not exactly sure why others aren't interpreting Braz very well. I read the message once and understood what they are asking. As for a reply, Braz, I've no idea, but I'll clarify for anyone who didn't understand. 
Braz is asking if anyone knows how exactly to create a program that works like winpopup, by using computer names (i.e. User Names) to contact one another without using the internet(work). They want to send messages between the LAN rather than sending it over the World Wide Web.
--
As for Jimdalby's statement, I will say that if you were going to offer them HELPful information, you should privately message them about the fact that you misunderstood what they said, and to please revise the message to better understand it. But instead, you decided to point out in the public domain of the posting that they don't understand English well and make fun of them for the fact.
From what I've seen, however, YOU are the one that could use a return to English classes. Your capitalization is horrendous, your spelling is nearly as bad, and you seriously have no consideration for other people and how they feel about what you say.
By the way, the word is spelled offense. Learn how to speak English, Jimdalby, so maybe we can understand you better, would you?
Xy
"Curiosity killed the cat, but he still has eight lives left."
-Xyanth
-
Jan 30th, 2001, 09:39 PM
#23
New Member
Understand...
I'm not exactly sure why others aren't interpreting Braz very well. I read the message once and understood what they are asking. As for a reply, Braz, I've no idea, but I'll clarify for anyone who didn't understand. 
Braz is asking if anyone knows how exactly to create a program that works like winpopup, by using computer names (i.e. User Names) to contact one another without using the internet(work). They want to send messages between the LAN rather than sending it over the World Wide Web.
--
As for Jimdalby's statement, I will say that if you were going to offer them HELPful information, you should privately message them about the fact that you misunderstood what they said, and to please revise the message to better understand it. But instead, you decided to point out in the public domain of the posting that they don't understand English well and make fun of them for the fact.
From what I've seen, however, YOU are the one that could use a return to English classes. Your capitalization is horrendous, your spelling is nearly as bad, and you seriously have no consideration for other people and how they feel about what you say.
By the way, the word is spelled offense. Learn how to speak English, Jimdalby, so maybe we can understand you better, would you?
Xy
"Curiosity killed the cat, but he still has eight lives left."
-Xyanth
Last edited by Xyanth; Jan 31st, 2001 at 01:34 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|