Click here to Skip to main content
15,896,154 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTrying to use XPath on HTML document using XPathNavigator, help on parsing invalid HTML? Pin
ultrafez006-Jan-09 12:19
ultrafez006-Jan-09 12:19 
AnswerRe: Trying to use XPath on HTML document using XPathNavigator, help on parsing invalid HTML? Pin
Dave Kreskowiak7-Jan-09 6:27
mveDave Kreskowiak7-Jan-09 6:27 
GeneralRe: Trying to use XPath on HTML document using XPathNavigator, help on parsing invalid HTML? Pin
ultrafez007-Jan-09 14:09
ultrafez007-Jan-09 14:09 
QuestionSave function for VB.Net Pin
rafaelz696-Jan-09 10:33
rafaelz696-Jan-09 10:33 
AnswerRe: Save function for VB.Net Pin
EliottA6-Jan-09 10:36
EliottA6-Jan-09 10:36 
QuestionHow to update form control from an embedded form Pin
sohaib_a6-Jan-09 7:00
sohaib_a6-Jan-09 7:00 
AnswerRe: How to update form control from an embedded form Pin
EliottA6-Jan-09 7:16
EliottA6-Jan-09 7:16 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a6-Jan-09 8:51
sohaib_a6-Jan-09 8:51 
ok....how would the code look like for such an event?


I tried this snippet which i found online but it didnt work
I am quite new to this so i dont know exactly what it does

In child form...

Public Class

Public Event addtolist as EventHandler
'
Private sub()
'
' some code
'
'
RaiseEvent addtolist 'where i want to add to the listbox in parent form
'
'
End Sub

End Class


But I don't know what to do after this.Where do I add the code to add text to the listbox in parent form?
GeneralRe: How to update form control from an embedded form Pin
EliottA6-Jan-09 8:53
EliottA6-Jan-09 8:53 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a6-Jan-09 9:45
sohaib_a6-Jan-09 9:45 
GeneralRe: How to update form control from an embedded form Pin
EliottA6-Jan-09 9:48
EliottA6-Jan-09 9:48 
GeneralRe: How to update form control from an embedded form Pin
Dave Kreskowiak6-Jan-09 10:02
mveDave Kreskowiak6-Jan-09 10:02 
GeneralRe: How to update form control from an embedded form Pin
EliottA6-Jan-09 10:33
EliottA6-Jan-09 10:33 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a6-Jan-09 11:01
sohaib_a6-Jan-09 11:01 
GeneralRe: How to update form control from an embedded form Pin
Dave Kreskowiak6-Jan-09 11:09
mveDave Kreskowiak6-Jan-09 11:09 
GeneralRe: How to update form control from an embedded form Pin
EliottA6-Jan-09 11:11
EliottA6-Jan-09 11:11 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a6-Jan-09 11:38
sohaib_a6-Jan-09 11:38 
GeneralRe: How to update form control from an embedded form Pin
Dave Kreskowiak6-Jan-09 12:09
mveDave Kreskowiak6-Jan-09 12:09 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a6-Jan-09 22:48
sohaib_a6-Jan-09 22:48 
GeneralRe: How to update form control from an embedded form Pin
Dave Kreskowiak7-Jan-09 2:10
mveDave Kreskowiak7-Jan-09 2:10 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a7-Jan-09 4:36
sohaib_a7-Jan-09 4:36 
GeneralRe: How to update form control from an embedded form Pin
Dave Kreskowiak7-Jan-09 9:56
mveDave Kreskowiak7-Jan-09 9:56 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a10-Jan-09 23:06
sohaib_a10-Jan-09 23:06 
Questionhow can made login form in vb6 and vb.net?please send me coding Pin
mohammedali20066-Jan-09 6:39
mohammedali20066-Jan-09 6:39 
AnswerCP IGNORE Pin
leckey6-Jan-09 6:52
leckey6-Jan-09 6:52 

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.