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
~503 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Vhyr

Hi all, I'm making a program that can search for all .JPG files and display them in a ListBox. Now I want it to display the selected ListBox Item in the PictureBox1. The files in the listbox are listed like this : C:\Documents and Settings\My pictures\Image01.JPG Thanks, Vhyr.

Member Avatar for Reverend Jim
0
191
Member Avatar for Vhyr

Hi all, How can I retrieve info from a HTML table like this : I want the bold things. [CODE]<table class="vis "> <tr> [B]<th width="150">Opslagplaats vol</th> <th>Tijd (hh:mm:ss)</th> [/B] </tr> <tr> [B]<td width="250"><img src="graphic/holz.png?1" title="Hout" alt="" class=""/> morgen om 02:35:48 uur</td> [/B] <td> <span class="timer">8:32:33</span> </td> </tr> <tr> [B]<td width="250"><img …

Member Avatar for Vhyr
0
92
Member Avatar for Vhyr

Hi all, I want to parse something from a HTML Table, but I have no experience in this. I would love to get some help. [CODE] </table> <br /> <!-- start: member_profile_reputation --> <tr> <td class="trow1"><strong>Reputation:</strong></td> <td class="trow1"><strong class="reputation_positive">4</strong> [<a href="reputation.php?uid=280956">Details</a>] [<a href="repsgiven.php?uid=280956">Given</a>] </td> </tr> <!-- end: member_profile_reputation --> [/CODE] …

0
51
Member Avatar for Vhyr

Hi all, I'm making an application that reads RSS Feeds from several sites. Now I want it to put it in a ListView but I can't put it in the different columns. All the data goes to the first column and I don't want that, I want it to also …

Member Avatar for Oxiegen
0
95
Member Avatar for Vhyr

Hi all, I'm working on a project where the user puts in a value and then the program reads the .txt file and if the two match then show the word behind it.(Example : Hi|Hey "Hey" will be shown in a TextBox). I know that I have to split it …

Member Avatar for finito
0
74