Click here to Skip to main content
15,885,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: DTE.GetObject() Pin
jctk14-Apr-05 7:33
jctk14-Apr-05 7:33 
QuestionC# XML Documentation comments - any way to make the HTML cross-browser? Pin
jimf1inmd14-Apr-05 5:13
jimf1inmd14-Apr-05 5:13 
AnswerRe: C# XML Documentation comments - any way to make the HTML cross-browser? Pin
leppie14-Apr-05 6:10
leppie14-Apr-05 6:10 
GeneralRe: C# XML Documentation comments - any way to make the HTML cross-browser? Pin
jimf1inmd15-Apr-05 4:49
jimf1inmd15-Apr-05 4:49 
GeneralowNetworking Pin
Alper Camel14-Apr-05 4:59
Alper Camel14-Apr-05 4:59 
GeneralRe: owNetworking Pin
hooray14-Apr-05 7:17
hooray14-Apr-05 7:17 
GeneralRe: owNetworking Pin
Alper Camel14-Apr-05 22:35
Alper Camel14-Apr-05 22:35 
GeneralOpening A Form using Reflection Pin
Tristan Rhodes14-Apr-05 4:37
Tristan Rhodes14-Apr-05 4:37 
I've written a little program that creates a form using reflection, however, when I attempt to show this form, it throws an error:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.Win32Exception: Class already exists
at System.Windows.Forms.WindowClass.RegisterClass()
at System.Windows.Forms.WindowClass..ctor(String className, Int32 classStyle)
at System.Windows.Forms.WindowClass.Create(String className, Int32 classStyle)
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Control.Show()


the only other form that exists is my primary application form.

Does anyone know what causes this?

Cheers

Cata
GeneralRe: Opening A Form using Reflection Pin
leppie14-Apr-05 4:56
leppie14-Apr-05 4:56 
GeneralRe: Opening A Form using Reflection Pin
Tristan Rhodes14-Apr-05 5:56
Tristan Rhodes14-Apr-05 5:56 
GeneralRe: Opening A Form using Reflection Pin
leppie14-Apr-05 6:12
leppie14-Apr-05 6:12 
GeneralRe: Opening A Form using Reflection Pin
Tristan Rhodes14-Apr-05 6:41
Tristan Rhodes14-Apr-05 6:41 
GeneralRe: Opening A Form using Reflection Pin
Dave Kreskowiak14-Apr-05 6:00
mveDave Kreskowiak14-Apr-05 6:00 
GeneralRe: Opening A Form using Reflection Pin
afinnell15-Apr-05 13:41
afinnell15-Apr-05 13:41 
GeneralDateTimePicker Problem Pin
drey114-Apr-05 4:14
drey114-Apr-05 4:14 
Generalwin32 dll & c# Pin
felopater14-Apr-05 3:58
felopater14-Apr-05 3:58 
GeneralRe: win32 dll & c# Pin
Dave Kreskowiak14-Apr-05 5:01
mveDave Kreskowiak14-Apr-05 5:01 
GeneralRe: win32 dll & c# Pin
felopater14-Apr-05 9:33
felopater14-Apr-05 9:33 
GeneralSystran Web Translator Pin
Dot Net14-Apr-05 3:27
Dot Net14-Apr-05 3:27 
GeneralError 998 on Windows API Call Pin
TyronX14-Apr-05 3:10
TyronX14-Apr-05 3:10 
GeneralRe: Error 998 on Windows API Call Pin
Dave Kreskowiak14-Apr-05 4:54
mveDave Kreskowiak14-Apr-05 4:54 
GeneralRe: Error 998 on Windows API Call Pin
TyronX14-Apr-05 9:48
TyronX14-Apr-05 9:48 
GeneralC# Datarelation questions Pin
elapid14-Apr-05 3:05
elapid14-Apr-05 3:05 
Question"printer select" common dialog? Pin
User-37793614-Apr-05 2:54
User-37793614-Apr-05 2:54 
QuestionHow to get GlobaHook Keyboard DeviceID? Pin
Jeltz114-Apr-05 2:23
Jeltz114-Apr-05 2:23 

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.