No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
why don't you just serialize the list objects? it sounds like thats what your trying to do anyway try googling csharp object serialization
So a child form calls it's Show() method, and i need it to close it but be available for reuse and i need the controls to be in the same state they were before it was closed. I was using the Close() method but when i try to reuse one …
I need to port an application i wrote in MS csharp to java. I used the WebBrowser control to deal with complex html and javascript. Whats the simplest solution for java? (im using swing components)
I need to port an application i wrote in MS csharp to java. I used the WebBrowser control to deal with complex html and javascript. Whats the simplest solution for java? (im using swing components)
im trying to read a website and i keep getting the exception "underlying connection was closed" [CODE] ... WebClient w = new WebClient(); Stream s = w.openRead(addr); ... [/CODE] and yes addr has a 'http://' prefix why am i getting this exception every time?
The End.
jpaterson2525