Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~554 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for steven8579

why don't you just serialize the list objects? it sounds like thats what your trying to do anyway try googling csharp object serialization

Member Avatar for steven8579
1
190
Member Avatar for jpaterson2525

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 …

Member Avatar for Diamonddrake
0
137
Member Avatar for jpaterson2525

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)

0
65
Member Avatar for jpaterson2525

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)

0
65
Member Avatar for jpaterson2525

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?

Member Avatar for jpaterson2525
0
97

The End.