Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: paging on datagridview in vb.net Pin
Christian Graus25-Oct-09 21:21
protectorChristian Graus25-Oct-09 21:21 
AnswerRe: paging on datagridview in vb.net Pin
Shameel27-Oct-09 0:51
professionalShameel27-Oct-09 0:51 
QuestionHow to convert Hex -> Dec -> Char Pin
pallaka25-Oct-09 19:29
pallaka25-Oct-09 19:29 
AnswerRe: How to convert Hex -> Dec -> Char Pin
Christian Graus25-Oct-09 21:22
protectorChristian Graus25-Oct-09 21:22 
AnswerRe: How to convert Hex -> Dec -> Char Pin
DaveAuld25-Oct-09 21:43
professionalDaveAuld25-Oct-09 21:43 
AnswerRe: How to convert Hex -> Dec -> Char Pin
Luc Pattyn26-Oct-09 1:23
sitebuilderLuc Pattyn26-Oct-09 1:23 
Questionevent Pin
helelark12325-Oct-09 4:55
helelark12325-Oct-09 4:55 
AnswerRe: event [modified] Pin
DaveAuld25-Oct-09 8:10
professionalDaveAuld25-Oct-09 8:10 
[Modified following re reading your post]

The first thing to be aware of is your new class Chart can't raise events on the inherited (base class) picturebox

If all you are wanting is information returned etc. create a public function in the class chart and call it from inside the mousemove event or wherever on the main form.

If you do want to use events relating with your chart class, you will have to create these in your class and then when you declare the class in your form specify the withevents keyword. Then whatever code you are using in the class chart will have to fire these events.

Hope that makes sense!

Dave

Dave
Who am I?:
Web|Facebook|Twitter|LinkedIn|Bebo

modified on Sunday, October 25, 2009 2:53 PM

GeneralRe: event Pin
helelark12325-Oct-09 9:44
helelark12325-Oct-09 9:44 
GeneralRe: event Pin
Christian Graus25-Oct-09 10:08
protectorChristian Graus25-Oct-09 10:08 
GeneralRe: event Pin
helelark12325-Oct-09 10:28
helelark12325-Oct-09 10:28 
GeneralRe: event Pin
Christian Graus25-Oct-09 10:44
protectorChristian Graus25-Oct-09 10:44 
GeneralRe: event Pin
DaveAuld25-Oct-09 21:15
professionalDaveAuld25-Oct-09 21:15 
GeneralRe: event Pin
helelark12325-Oct-09 22:36
helelark12325-Oct-09 22:36 
QuestionVB control Command promt Pin
ericyeoh25-Oct-09 3:37
ericyeoh25-Oct-09 3:37 
AnswerRe: VB control Command promt Pin
Dave Kreskowiak25-Oct-09 8:11
mveDave Kreskowiak25-Oct-09 8:11 
QuestionComparing strings Pin
mehrdadc4825-Oct-09 2:56
mehrdadc4825-Oct-09 2:56 
AnswerRe: Comparing strings Pin
Dave Kreskowiak25-Oct-09 8:07
mveDave Kreskowiak25-Oct-09 8:07 
Questioncontrolling size and position of zoom player Pin
artsound25-Oct-09 2:14
artsound25-Oct-09 2:14 
AnswerRe: controlling size and position of zoom player Pin
Dave Kreskowiak25-Oct-09 8:06
mveDave Kreskowiak25-Oct-09 8:06 
QuestionDetermine mail is simple mail or read receipt Pin
Rupesh Kumar Swami25-Oct-09 1:32
Rupesh Kumar Swami25-Oct-09 1:32 
AnswerRe: Determine mail is simple mail or read receipt Pin
Dave Kreskowiak25-Oct-09 8:05
mveDave Kreskowiak25-Oct-09 8:05 
Questiontimetable scheduler Pin
Burning Candle24-Oct-09 23:53
Burning Candle24-Oct-09 23:53 
AnswerRe: timetable scheduler Pin
Richard MacCutchan25-Oct-09 0:16
mveRichard MacCutchan25-Oct-09 0:16 
AnswerRe: timetable scheduler Pin
Dave Kreskowiak25-Oct-09 8:03
mveDave Kreskowiak25-Oct-09 8:03 

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.