Click here to Skip to main content
15,893,381 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionformat(string, "dd/MM/yyyy") as date Pin
pptadam7-May-06 4:32
pptadam7-May-06 4:32 
AnswerRe: format(string, "dd/MM/yyyy") as date Pin
Paul Conrad7-May-06 5:02
professionalPaul Conrad7-May-06 5:02 
AnswerRe: format(string, "dd/MM/yyyy") as date Pin
Guffa7-May-06 5:41
Guffa7-May-06 5:41 
Questionmsfgrid in VB.net Pin
viji]7-May-06 1:49
viji]7-May-06 1:49 
AnswerRe: msfgrid in VB.net Pin
Mekong River7-May-06 5:37
Mekong River7-May-06 5:37 
Questiondatagridview columns text alignment Pin
G723607-May-06 1:30
G723607-May-06 1:30 
AnswerRe: datagridview columns text alignment Pin
Mekong River7-May-06 5:42
Mekong River7-May-06 5:42 
QuestionExtract Data from A WebSite through a WebBrowser Control? Pin
TehCheeze7-May-06 0:45
TehCheeze7-May-06 0:45 
I have written a program to View a Specific webpage with an option to refresh this site.

Picture of Program Layout

Is there any possible way to Extract the Number Online( ? out of 12 ) to an integer into the program? D'Oh! | :doh: The page is written in php and is not my own. The variable I am trying to get is under the "Online" Column{1,12 Cell} in Row 2{2,12 Cell}.
Purpose being..

If Online > 1 Then
Scream bloody murder Laugh | :laugh:
End If

This program has NotifyIcon incorporated, so having this hidden and still checking for players would be the ideal goal.


Thank you in advance for any and all help. I appreciate your time in helping me with this matter.


TehCheeze Smile | :)

-- modified at 6:56 Sunday 7th May, 2006

P.S. -- The html for the WebSite is as follows

<br />
<table width="100%" border=1><br />
<tr><br />
<th>Name</th><br />
<th>Dedicated</th><br />
<th>Password</th><br />
<th>CMaps</th><br />
<th>Time online</th><br />
<th>Map</th><br />
<th>Game Type</th><br />
<th>Teams</th><br />
<br />
<th>Respawn</th><br />
<th>Lives</th><br />
<th>Target</th><br />
<th>Online</th><br />
</tr><br />
<tr><br />
<td><a href="cm://86.137.187.125:41230">Saturn</a></td><br />
<td>Yes</td><br />
<td>No</td><br />
<td>No</td><br />
<br />
<td>61135</td><br />
<td>Temple Dar</td><br />
<td>CTF</td><br />
<td>Yes</td><br />
<td>Normal</td><br />
<td>0</td><br />
<td>100</td><br />
<td>0 / 12</td><br />
</tr><br />
<br />
</table><br />
<p>Note: Temporary page, list function only not worked on layout/visual design yet.</p><br />
<br />

AnswerRe: Extract Data from A WebSite through a WebBrowser Control? Pin
Kessica8-May-06 1:34
Kessica8-May-06 1:34 
QuestionSql File in DLL problem Pin
anom2m6-May-06 23:37
anom2m6-May-06 23:37 
AnswerRe: Sql File in DLL problem Pin
Rizwan Bashir7-May-06 21:34
Rizwan Bashir7-May-06 21:34 
GeneralRe: Sql File in DLL problem Pin
anom2m17-May-06 0:45
anom2m17-May-06 0:45 
GeneralRe: Sql File in DLL problem Pin
Rizwan Bashir17-May-06 5:32
Rizwan Bashir17-May-06 5:32 
QuestionA question about event handlers Pin
carloqueirolo6-May-06 21:18
carloqueirolo6-May-06 21:18 
AnswerRe: A question about event handlers Pin
Robert Rohde6-May-06 21:51
Robert Rohde6-May-06 21:51 
GeneralRe: A question about event handlers Pin
carloqueirolo6-May-06 22:04
carloqueirolo6-May-06 22:04 
GeneralRe: A question about event handlers Pin
Robert Rohde7-May-06 20:26
Robert Rohde7-May-06 20:26 
GeneralRe: A question about event handlers Pin
carloqueirolo7-May-06 21:15
carloqueirolo7-May-06 21:15 
QuestionDataGridView - SortCompare event not firing! Pin
nzmike6-May-06 18:08
nzmike6-May-06 18:08 
AnswerRe: DataGridView - SortCompare event not firing! Pin
nzmike6-May-06 20:04
nzmike6-May-06 20:04 
Questiontime stamp value Pin
_tasleem6-May-06 10:48
_tasleem6-May-06 10:48 
Questionpopulating the Combo box with database tables Pin
Hafiz_Akbar_Ali6-May-06 8:39
Hafiz_Akbar_Ali6-May-06 8:39 
Questionformat(now,"dd/mm/yyyy") not working in vb.net Pin
pptadam6-May-06 6:52
pptadam6-May-06 6:52 
AnswerRe: format(now,"dd/mm/yyyy") not working in vb.net Pin
Joshua Quick6-May-06 9:17
Joshua Quick6-May-06 9:17 
QuestionValidate data in a table Pin
phokojoe6-May-06 3:12
phokojoe6-May-06 3:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.