Re: Messenger Help Programming Software Development by Nightbound …txta; JLabel lbl2; JLabel lbl3; JLabel lbl4; JScrollBar scrbar; public messenger() { System.out.println("hello"); frm=new JFrame("…:"+status); System.out.println("Login successful!"); messenger begin=new messenger(); frame1.hide(); } catch(InvalidClassException e) { System.out.println(&… Re: Messenger Help Programming Software Development by Nightbound … lbl4; JScrollBar scrbar; PrintStream ps; BufferedReader br1; public messenger() { System.out.println("hello"); frm=new …System.out.println(pass_word); } public void actionPerformed(ActionEvent et) { messenger msg=new messenger(); frame1.hide(); } //} //else //{ //countError=countError+1; //… Messenger Hardware and Software Microsoft Windows by Warnzey I use a proxy server and when ever i go to log on to messenger it says that i behind a firewall. this is when using Http. When i use SOCKS 4 or 5 it says that the is a problem with the connecton. all the details are correct in the messenger connections tab and indeed also in the Internet Explorer Options. PLEASE HELP!!!!! :?: Messenger Help Programming Software Development by Nightbound Im creating a Lan messenger in java but seem to have some problems; first the … later;this shall be done later once i get the messenger to actually work. quick help would be appreciated because i… Re: Messenger Hardware and Software Microsoft Windows by Dani Are you trying to connect from a school or job? (i.e. where messenger may be disabled?) messenger problem Hardware and Software Microsoft Windows by scorps … shed any light on this everytime i start up messenger i get a firewall warning udp packet from remote computer…ticked always block this and this happens everytime i start messenger i have scannned for viruses using three different scanners and…adaware6 prof and all comes up clean i am running messenger plus but i never had any problems before with … Re: messenger problem Hardware and Software Microsoft Windows by venkat_9099 …anyone shed any light on this everytime i start up messenger i get a firewall warning udp packet from remote …ticked always block this and this happens everytime i start messenger i have scannned for viruses using three different scanners and…adaware6 prof and all comes up clean i am running messenger plus but i never had any problems before with … Messenger Error: 8007007e Hardware and Software Microsoft Windows by UrbanKhoja …that I solve remove it then reinstall. Having removed Messenger, it would not reinstall as apparently I already had… Went to login for the first time on new Messenger, and got the 8007007e error message. Tried a …above but also utilising some pactches on Jonathon Kay's Messenger blog, same error. Tried reinstalling again, same error.… Re: messenger problem Hardware and Software Microsoft Windows by scorps operating sys is windows xp pro service pack 1 and if messenger is using that port and i block it something wouldnt work but its fine i can send files and recieve use the web cam everything is fine so it cant be that Messenger Service...pop up warnings Hardware and Software Microsoft Windows by Dwarfie … some time during my reinstalling of such things as , Yahoo Messenger,Adobe photo deluxe,winmx etc, i began to recieve these… warnings, purporting to be from Windows as follows : MESSENGER SERVICE message to infecte on 8/12/2004 80:07… Re: Messenger Service...pop up warnings Hardware and Software Microsoft Windows by DMR Yeah, the Messenger service (which has nothing to do with messaging programs like msn, aim, and the like) has a security flaw which allows outsiders to send you unwanted pop-up ads. Download and run "Shoot the Messenger from here: [url="http://grc.com/stm/shootthemessenger.htm"]http://grc.com/stm/shootthemessenger.htm[/url] Messenger Applications for Mobile Phones Programming Software Development by dualcore93 For those of you interested in having a messenger for your cell, I downloaded an application called MiM done … java with witch you can access your MSN and Yahoo! Messenger contacts. It seems that is in a promotional period and… Messenger Deveopment Programming Software Development by vnseum I want to have my own messenger . Can some one guide me towards any link or resource so that could develope my own Messenger. messenger problems vista Hardware and Software Microsoft Windows by eddee … quite understand what problem is...anybody got any ideas why messenger is intermitant on vista home premium...livebox router.....opened all… ports...want to shut some ports but worry messenger cant get through...dont have this problem on xp computer… Messenger vs. Skype Hardware and Software Microsoft Windows by mtroum I am attempting to use MSN Messenger for a video call (ala Skype) for educational purposes. That … portion. I have been able to create an account in Messenger, but I do not find any instructions for setting up… Re: Messenger vs. Skype Hardware and Software Microsoft Windows by mtroum OK...I guess I needed more time just playing with it! Found out that Messenger is incompatible from XP to Vista (it appears that sender and receiver must be on the same operating system). Forgive the naivete...I'm just learning about Messenger. Re: Messenger webcam prob also Japanese XP internet stopped working Hardware and Software Microsoft Windows by Pitufo …: Can my computer get infected with this worm by using messenger with her if my computer is all up to date…? and #2: What are some good alternatives to messenger for videoconferencing? thx again I'll get her to look… Re: Messenger webcam prob also Japanese XP internet stopped working Hardware and Software Microsoft Windows by Pitufo … up to date so the last time we were using messenger I got her to start the application sharing feature so…;This page cannot be displayed" and if I started Messenger it told me that I couldn't connect because of… Messenger webcam prob also Japanese XP internet stopped working Hardware and Software Microsoft Windows by Pitufo … anyone can help but I've encountered 2 problems using messenger. No problems on my side of things but 2 out… Re: Messenger webcam prob also Japanese XP internet stopped working Hardware and Software Microsoft Windows by TallCool1 …][/URL] website. Download-and-run the program [i]Shoot the Messenger[/i]. There are other tools there, also. Note: both these… messenger connection Hardware and Software Networking by dian … pc's in the house... I could access excite private messenger just fine with the broad band...but now..it wont… messenger implementation Programming Software Development by aiat How do i implement a messenger system in UDP in java? Messenger 8 problems...HELP! Hardware and Software Microsoft Windows by northerndude Since i installed Messenger Live I can not access my hotmail accounts and neither can anyone else on my network.. is there a simple fix or must i re-install the app ? messenger on custom web page Programming Web Development by amitsunnuu I want to show yahoo messenger,msn,google talk login window on my custom web page like [url]http://www.meebo.com[/url] shown it. please tell me solution step by step either today or ASAP, its very urgent messenger on custom web page Programming Web Development by amitsunnuu I want to show google talk,yahoo messenger,msn window on my custom web page like [url]http://www.meebo.com[/url] have shown it Messenger via intranet Programming Software Development by Fouly Hi, I'm building my own simple Messenger via Intranet using WCF...but i've a little problem … Re: Can't download MSN Messenger 7.0 Hardware and Software Microsoft Windows by caperjack messenger 7 is only Beta ,you shouldn't have gotten a message to upgrade it yet ! As for IE ,whoes is working right these days .anyway your problem could be viruse/spyware releated ,have a look at the spyware and other nasties section of this fourm . [url]http://www.daniweb.com/techtalkforums/forum64.html[/url] Re: Messenger Help Programming Software Development by ithelp Post the code here. Re: Messenger Help Programming Software Development by Acidburn shot in the dark but you mention the GUI freezes... The GUI will freeze if its not correctly called at runtime from the main method using a different thread. Without seeing code I can't comment further. Re: Messenger Help Programming Software Development by jwenting yup. Doing everything in one thread, and that being the Swing Event Dispatcher thread. Guaranteed to cause application locks while waiting for things to happen on the network.