Link to home
Start Free TrialLog in
Avatar of deathman5
deathman5

asked on

Different Questions

1)If I have

<--CODE-->
Winsock.LocalPort = 10101
Winsock.Listen
<--/CODE-->

in a program, and in another

<--CODE-->
Winsock.RemoteHost = IPAddress
Winsock.RemotePort = 10101
Winsock.Connect
<--/CODE-->

and the first program was with someone on the net, and another with me, and I connected will it connect???
if not how to connect through net?!

2) how can I call a phone number through VB, like if u click on
Start>programs>Accessories>Communications>Phone Dialer
u can call another person, I need to like do it in VB, call a number...
is it possible

3)Is there any 'Rich' Label like richtextbox, u can change color of part of the words inside, is there something similar 4 labels?

4)How can I veiw a photo to image1 from the web? Can I do it without downloading?
Avatar of Richie_Simonetti
Richie_Simonetti
Flag of Argentina image

3) You could do it with Richtextbox, what do you need specifically?
4) If you are seeing the image from the web, you actually have downloaded already (well, not you but web explorer).
Avatar of deathman5
deathman5

ASKER

does anyone know how to get the remote Ip addess in VB?
That's a sixth question for the same price!!
SOLUTION
Avatar of MaxPol
MaxPol

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial