Click here to Skip to main content
15,909,591 members
Home / Discussions / C#
   

C#

 
GeneralComboBox on a ToolBar Menu Pin
adam.southerland@oscn.net1-Apr-04 11:22
adam.southerland@oscn.net1-Apr-04 11:22 
Generalproblem with the project reference Pin
dizzyha1-Apr-04 10:35
dizzyha1-Apr-04 10:35 
GeneralRe: problem with the project reference Pin
Heath Stewart1-Apr-04 10:40
protectorHeath Stewart1-Apr-04 10:40 
GeneralCreateGraphics Problem Pin
Tristan Rhodes1-Apr-04 10:25
Tristan Rhodes1-Apr-04 10:25 
GeneralRe: CreateGraphics Problem Pin
Heath Stewart1-Apr-04 10:39
protectorHeath Stewart1-Apr-04 10:39 
GeneralRe: CreateGraphics Problem Pin
Tristan Rhodes1-Apr-04 10:50
Tristan Rhodes1-Apr-04 10:50 
GeneralRe: CreateGraphics Problem Pin
Heath Stewart2-Apr-04 8:58
protectorHeath Stewart2-Apr-04 8:58 
GeneralRe: DragDrop registration failed - Error Pin
Heath Stewart1-Apr-04 8:46
protectorHeath Stewart1-Apr-04 8:46 
You get that error when the application is not loaded into an STA (single-threaded apartment). Make sure you use the STAThreadAttribute on your entry point and that any controls in your library used in an application are created in the main thread.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: DragDrop registration failed - Error Pin
Tristan Rhodes1-Apr-04 10:39
Tristan Rhodes1-Apr-04 10:39 
GeneralMDIChild help Pin
robmays1-Apr-04 8:37
robmays1-Apr-04 8:37 
GeneralRe: MDIChild help Pin
Heath Stewart1-Apr-04 8:58
protectorHeath Stewart1-Apr-04 8:58 
GeneralRe: MDIChild help Pin
robmays1-Apr-04 9:14
robmays1-Apr-04 9:14 
GeneralGive a panel a focus Pin
Jonathan Slenders1-Apr-04 8:22
Jonathan Slenders1-Apr-04 8:22 
GeneralRe: Give a panel a focus Pin
Heath Stewart1-Apr-04 8:55
protectorHeath Stewart1-Apr-04 8:55 
GeneralRe: Give a panel a focus Pin
Jonathan Slenders5-Apr-04 7:50
Jonathan Slenders5-Apr-04 7:50 
General2 dimension textbox array Pin
hkl1-Apr-04 8:00
hkl1-Apr-04 8:00 
GeneralRe: 2 dimension textbox array Pin
Heath Stewart1-Apr-04 8:53
protectorHeath Stewart1-Apr-04 8:53 
GeneralRe: 2 dimension textbox array Pin
hkl1-Apr-04 9:30
hkl1-Apr-04 9:30 
GeneralDragDrop registration failed - Error Pin
Tristan Rhodes1-Apr-04 7:19
Tristan Rhodes1-Apr-04 7:19 
GeneralRe: DragDrop registration failed - Error Pin
leppie1-Apr-04 7:43
leppie1-Apr-04 7:43 
GeneralRe: DragDrop registration failed - Error Pin
Tristan Rhodes1-Apr-04 9:34
Tristan Rhodes1-Apr-04 9:34 
GeneralData Mining for intrusion Detection Pin
srilakshmib1-Apr-04 6:46
srilakshmib1-Apr-04 6:46 
GeneralRe: Data Mining for intrusion Detection Pin
Daniel Turini1-Apr-04 20:42
Daniel Turini1-Apr-04 20:42 
GeneralRe: Data Mining for intrusion Detection Pin
aslan200425-Dec-11 18:04
aslan200425-Dec-11 18:04 
Generalpost form fields to a page programmatically Pin
1-Apr-04 5:56
suss1-Apr-04 5:56 

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.