Click here to Skip to main content
15,923,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionworking with Forms Pin
sainipraveen0421-Sep-07 6:39
sainipraveen0421-Sep-07 6:39 
AnswerRe: working with Forms Pin
parth.p21-Sep-07 7:32
parth.p21-Sep-07 7:32 
Questionworking on charts in vb.net Pin
Abbhie21-Sep-07 6:07
Abbhie21-Sep-07 6:07 
AnswerRe: working on charts in vb.net Pin
DanB198321-Sep-07 6:18
DanB198321-Sep-07 6:18 
GeneralRe: working on charts in vb.net Pin
Abbhie21-Sep-07 6:24
Abbhie21-Sep-07 6:24 
GeneralRe: working on charts in vb.net Pin
DanB198321-Sep-07 6:28
DanB198321-Sep-07 6:28 
QuestionVB.NET Events Pin
Richard J. Hanney21-Sep-07 3:47
Richard J. Hanney21-Sep-07 3:47 
AnswerRe: VB.NET Events Pin
Tom Deketelaere21-Sep-07 4:18
professionalTom Deketelaere21-Sep-07 4:18 
without better specefied what you have and what you want I can only tell you this:

declare a public event in the owned form
lets call it
public event bla

then when you need to catch the event (in the owner form)
say when a button is cliced on the owned form put
raisevent bla in the buttonclick event

then in the owner form you should be able to add a handler to the event bla

dim frm as ownedfrom
addhandler frm.bla, addressof blabla

private sub blabla (sender as object,e as system.eventargs)
'do you're code here
end sub

hope it helps

ps: sorry about the poor naming but it's been a long day (really need to get some sleep Sniff | :^) )

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

AnswerRe: VB.NET Events Pin
nlarson1121-Sep-07 4:20
nlarson1121-Sep-07 4:20 
GeneralRe: VB.NET Events Pin
Richard J. Hanney22-Sep-07 1:37
Richard J. Hanney22-Sep-07 1:37 
QuestionNeed help using DocumentProperties Pin
BS_Schimmel21-Sep-07 3:38
BS_Schimmel21-Sep-07 3:38 
AnswerRe: Need help using DocumentProperties Pin
BS_Schimmel23-Sep-07 19:34
BS_Schimmel23-Sep-07 19:34 
Questioncrystal report Pin
gt221-Sep-07 3:10
gt221-Sep-07 3:10 
Questionhow to save all items in a listview Pin
gt221-Sep-07 2:39
gt221-Sep-07 2:39 
AnswerRe: how to save all items in a listview Pin
Justin Perez21-Sep-07 3:10
Justin Perez21-Sep-07 3:10 
QuestionHow to Retiveing Time now? Pin
somsakchoto21-Sep-07 2:26
somsakchoto21-Sep-07 2:26 
AnswerRe: How to Retiveing Time now? Pin
GuyThiebaut21-Sep-07 2:34
professionalGuyThiebaut21-Sep-07 2:34 
GeneralRe: How to Retiveing Time now? Pin
somsakchoto21-Sep-07 2:43
somsakchoto21-Sep-07 2:43 
GeneralRe: How to Retiveing Time now? Pin
GuyThiebaut21-Sep-07 2:52
professionalGuyThiebaut21-Sep-07 2:52 
GeneralRe: How to Retiveing Time now? Pin
somsakchoto21-Sep-07 3:03
somsakchoto21-Sep-07 3:03 
GeneralRe: How to Retiveing Time now? Pin
Colin Angus Mackay21-Sep-07 4:24
Colin Angus Mackay21-Sep-07 4:24 
QuestionPrint a Formm Pin
Trupti Mehta21-Sep-07 1:35
Trupti Mehta21-Sep-07 1:35 
AnswerRe: Print a Formm Pin
Duncan Edwards Jones21-Sep-07 3:15
professionalDuncan Edwards Jones21-Sep-07 3:15 
AnswerRe: Print a Formm Pin
JamesS[C1]21-Sep-07 3:42
JamesS[C1]21-Sep-07 3:42 
Question, Print a Formm Pin
Trupti Mehta21-Sep-07 1:32
Trupti Mehta21-Sep-07 1:32 

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.