Click here to Skip to main content
15,916,692 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with designer and custom UI editor Pin
object8820-Oct-04 11:07
object8820-Oct-04 11:07 
GeneralRe: Problem with designer and custom UI editor Pin
Heath Stewart20-Oct-04 13:33
protectorHeath Stewart20-Oct-04 13:33 
GeneralRe: Problem with designer and custom UI editor Pin
Heath Stewart20-Oct-04 13:34
protectorHeath Stewart20-Oct-04 13:34 
GeneralConfigurationSettings.AppSettings Pin
Guillermo Jimenez20-Oct-04 5:50
Guillermo Jimenez20-Oct-04 5:50 
GeneralRe: ConfigurationSettings.AppSettings Pin
Guillermo Jimenez20-Oct-04 5:51
Guillermo Jimenez20-Oct-04 5:51 
GeneralRe: ConfigurationSettings.AppSettings Pin
Heath Stewart20-Oct-04 6:18
protectorHeath Stewart20-Oct-04 6:18 
GeneralGDI+ drawing onto picturebox Pin
xiaowenjie20-Oct-04 5:39
xiaowenjie20-Oct-04 5:39 
GeneralRe: GDI+ drawing onto picturebox Pin
Heath Stewart20-Oct-04 6:50
protectorHeath Stewart20-Oct-04 6:50 
When overriding OnEventName methods you should almost always call base.OnEventName name to make sure that the events gets fired. If you don't, even handlers are called and other operations that may be pertinent to the operation won't run (your override is called in lieu of the member you're overriding; the base member will not be called automatically).

nuttynibbles1984 wrote:
but it won't work. Plz help. thanks

You're going to have to be a little more clear than that. Are you getting exceptions? Is your method even being called (i.e., you should debug your code first)? Is it called but nothing appears?

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: GDI+ drawing onto picturebox Pin
xiaowenjie20-Oct-04 7:47
xiaowenjie20-Oct-04 7:47 
GeneralRe: GDI+ drawing onto picturebox Pin
Not Active20-Oct-04 10:16
mentorNot Active20-Oct-04 10:16 
GeneralRe: GDI+ drawing onto picturebox Pin
McClamm20-Oct-04 7:03
McClamm20-Oct-04 7:03 
GeneralRe: GDI+ drawing onto picturebox Pin
xiaowenjie20-Oct-04 7:49
xiaowenjie20-Oct-04 7:49 
GeneralRe: GDI+ drawing onto picturebox Pin
Heath Stewart20-Oct-04 9:51
protectorHeath Stewart20-Oct-04 9:51 
Generalderivation question Pin
3Dizard20-Oct-04 5:33
3Dizard20-Oct-04 5:33 
GeneralRe: derivation question Pin
Heath Stewart20-Oct-04 6:32
protectorHeath Stewart20-Oct-04 6:32 
GeneralRe: derivation question Pin
J4amieC20-Oct-04 22:41
J4amieC20-Oct-04 22:41 
GeneralRe: derivation question Pin
Heath Stewart21-Oct-04 6:27
protectorHeath Stewart21-Oct-04 6:27 
GeneralC# COM Interop Pin
koch.david20-Oct-04 5:03
koch.david20-Oct-04 5:03 
GeneralRe: C# COM Interop Pin
Heath Stewart20-Oct-04 5:50
protectorHeath Stewart20-Oct-04 5:50 
GeneralRe: C# COM Interop Pin
koch.david21-Oct-04 1:27
koch.david21-Oct-04 1:27 
GeneralRe: C# COM Interop Pin
Heath Stewart21-Oct-04 6:18
protectorHeath Stewart21-Oct-04 6:18 
GeneralTAPI Pin
rpussewela20-Oct-04 2:45
rpussewela20-Oct-04 2:45 
GeneralRe: TAPI Pin
Dave Kreskowiak20-Oct-04 2:54
mveDave Kreskowiak20-Oct-04 2:54 
GeneralMDI closing a child form Pin
Jonckheere20-Oct-04 1:50
Jonckheere20-Oct-04 1:50 
GeneralRe: MDI closing a child form Pin
benjymous20-Oct-04 3:05
benjymous20-Oct-04 3:05 

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.