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

C#

 
GeneralRe: converting GSM 6.10 to PCM in c# Pin
DaveyM6913-Nov-08 15:57
professionalDaveyM6913-Nov-08 15:57 
QuestionException on workflow thread Pin
to_samGmbH13-Nov-08 4:22
to_samGmbH13-Nov-08 4:22 
Questionsetting parameter value to com visible assembly from javascript Pin
superlizo13-Nov-08 3:39
superlizo13-Nov-08 3:39 
QuestionCannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 2:42
Jason_Shen13-Nov-08 2:42 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 2:55
mentorGiorgi Dalakishvili13-Nov-08 2:55 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:43
Jason_Shen13-Nov-08 5:43 
GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Giorgi Dalakishvili13-Nov-08 5:52
mentorGiorgi Dalakishvili13-Nov-08 5:52 
AnswerRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Dave Kreskowiak13-Nov-08 5:07
mveDave Kreskowiak13-Nov-08 5:07 
You're saying that the Form class doesn't implement the IWin32Window interface?? Uhh, yes it does. Form gets it from the Control class that Form (eventually) inherits from. Here's the entire inheritance tree for Form:

Class Object
 
    Class MarshalByRefObject
 
        Class Component (IComponent, IDisposable)
 
            Class Control (IOleControl, IOleObject, IOleInPlaceObject,
                IOleInPlaceActiveObject, IOleWindow, IViewObject, IViewObject2,
                IPersist, IPersistStreamInit, IPersistPropertyBag, IPersistStorage,
                IQuickActivate, ISupportOleDropSource, IDropTarget, ISynchronizeInvoke,
                IWin32Window, IArrangedElement, IBindableComponent,
                IComponent, IDisposable)
 
                Class ScrollableContainer (IArrangedElement, IComponent, IDisposable)
 
                    Class ContainerControl (IContainerControl)
 
                        Class Form



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Cannot understand System.Windows.Forms.Form.ShowDialog (IWin32Window owner) method in .net class library? Pin
Jason_Shen13-Nov-08 5:41
Jason_Shen13-Nov-08 5:41 
QuestionHow to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
mctramp16813-Nov-08 0:49
mctramp16813-Nov-08 0:49 
AnswerRe: How to set the background color of the Scrollbar of DataGridView with C# in the WinForm Pin
Dave Kreskowiak13-Nov-08 5:03
mveDave Kreskowiak13-Nov-08 5:03 
Questionabout login form Pin
sanddepnamburi13-Nov-08 0:45
sanddepnamburi13-Nov-08 0:45 
AnswerRe: about login form Pin
Brij13-Nov-08 1:15
mentorBrij13-Nov-08 1:15 
AnswerRe: about login form Pin
Simon P Stevens13-Nov-08 1:18
Simon P Stevens13-Nov-08 1:18 
JokeRe: about login form Pin
Mbah Dhaim13-Nov-08 2:01
Mbah Dhaim13-Nov-08 2:01 
RantRe: about login form Pin
Paul Conrad13-Nov-08 5:05
professionalPaul Conrad13-Nov-08 5:05 
AnswerRe: about login form Pin
Russell Jones13-Nov-08 6:03
Russell Jones13-Nov-08 6:03 
AnswerRe: about login form Pin
nelsonpaixao17-Nov-08 14:02
nelsonpaixao17-Nov-08 14:02 
QuestionHow to retrive client machine name in c# Class Pin
surigu13-Nov-08 0:43
surigu13-Nov-08 0:43 
AnswerRe: How to retrive client machine name in c# Class Pin
Giorgi Dalakishvili13-Nov-08 0:51
mentorGiorgi Dalakishvili13-Nov-08 0:51 
AnswerRe: How to retrive client machine name in c# Class Pin
Guffa13-Nov-08 1:44
Guffa13-Nov-08 1:44 
Questionconversion from double to float Pin
madeline_veda13-Nov-08 0:31
madeline_veda13-Nov-08 0:31 
AnswerRe: conversion from double to float Pin
DaveyM6913-Nov-08 1:01
professionalDaveyM6913-Nov-08 1:01 
AnswerRe: conversion from double to float Pin
PIEBALDconsult13-Nov-08 3:23
mvePIEBALDconsult13-Nov-08 3:23 
AnswerRe: conversion from double to float Pin
Ennis Ray Lynch, Jr.13-Nov-08 3:27
Ennis Ray Lynch, Jr.13-Nov-08 3:27 

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.