Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralProblem with web browser control in Windows Form Pin
Tim Kohler1-Apr-04 11:23
Tim Kohler1-Apr-04 11:23 
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 
Deleting the HDC that way is fine if you don't use Graphics.GetHdc to get it. The reason is that the unmanaged pointer that the Graphics references needs to be freed, otherwise the Graphics object will complain about having an invalid handle when the Graphics.Dispose method tried to delete it.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: DragDrop registration failed - Error Pin
Heath Stewart1-Apr-04 8:46
protectorHeath Stewart1-Apr-04 8:46 
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 

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.