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
~488 People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for steven8579

I have a listbox titled lstResult1 and lstResult2. I am pretty new to C# programming. I am trying to save the two list boxes along with the rest of the file. I was able to save the three textboxes to the file but i cant get the two listboxes to …

Member Avatar for steven8579
1
168
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
122
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
57
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
57
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
84