Get element by ID from webbrowser and show in label
问题 So I a having a issue.. I want to show the text from a webpage, on the label on my Windows Application Form. Here is the "Inspect Element" code: <ul id="userInfoNav"> <li>Rank: <span class="value">Sivilist</span></li> <li>Bosted: <span class="value">Oslo</span></li> <li>Gjeng: <span class="value">Ingen</span></li> <li>Penger: <span id="money_hand" class="value">16,000 kr</span></li> <li>Kuler: <span class="value">0 stk</span></li> I have tried using: web.Document.GetElementById("userInfoNav")