Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
GeneralSending Mail With Attachment With Web Service Problem Pin
yccheok8-Dec-02 18:03
yccheok8-Dec-02 18:03 
GeneralRe: Sending Mail With Attachment With Web Service Problem Pin
David Stone9-Dec-02 8:44
sitebuilderDavid Stone9-Dec-02 8:44 
GeneralWeb Cam Handle Still Hold By WMEncoder After Stop Called Pin
yccheok8-Dec-02 17:46
yccheok8-Dec-02 17:46 
GeneralHalt At Socket.Receive() Statement Pin
yccheok8-Dec-02 16:50
yccheok8-Dec-02 16:50 
QuestionHow to invoke DLL in C# Pin
Anonymous8-Dec-02 14:02
Anonymous8-Dec-02 14:02 
AnswerRe: How to invoke DLL in C# Pin
Eric Gunnerson (msft)9-Dec-02 12:46
Eric Gunnerson (msft)9-Dec-02 12:46 
GeneralProblem with double buffering in GDI+ Pin
djkno38-Dec-02 11:04
djkno38-Dec-02 11:04 
GeneralRe: Problem with double buffering in GDI+ Pin
Nick Parker8-Dec-02 12:16
protectorNick Parker8-Dec-02 12:16 
public Form1()
{<font color="green">
	//
	// Required for Windows Form Designer support
	//</font>
	<code>InitializeComponent();</code>
	<font color="green">//
	// TODO: Add any constructor code after InitializeComponent call
         //</font>
         <code>SetStyle(ControlStyles.UserPaint, true); 
	SetStyle(ControlStyles.AllPaintingInWmPaint, true);
	SetStyle(ControlStyles.DoubleBuffer, true);</code>

}


This code itself does not cause a compile time error, as I placed the code inside a blank application itself and it compiles fine, you may have other issues inside your constructor.





Nick Parker

Not everything that can be counted counts, and not everything that counts can be counted. - Albert Einstein


GeneralRe: Problem with double buffering in GDI+ Pin
djkno38-Dec-02 12:39
djkno38-Dec-02 12:39 
GeneralRe: Problem with double buffering in GDI+ Pin
Jon Rista8-Dec-02 13:08
Jon Rista8-Dec-02 13:08 
GeneralLooking for samples how to write an IRC client in C# Pin
gicio8-Dec-02 10:17
gicio8-Dec-02 10:17 
GeneralRe: Looking for samples how to write an IRC client in C# Pin
leppie9-Dec-02 8:18
leppie9-Dec-02 8:18 
GeneralTreeView Context menus Pin
Dave Kerr8-Dec-02 5:36
Dave Kerr8-Dec-02 5:36 
GeneralRe: TreeView Context menus Pin
leppie8-Dec-02 9:58
leppie8-Dec-02 9:58 
Generaltotal beginner Pin
GaryR8-Dec-02 1:13
GaryR8-Dec-02 1:13 
GeneralRe: total beginner Pin
joan_fl8-Dec-02 2:18
joan_fl8-Dec-02 2:18 
GeneralRe: total beginner Pin
GaryR8-Dec-02 4:15
GaryR8-Dec-02 4:15 
Generalresource bitmap to imagelist Pin
peterchen8-Dec-02 0:10
peterchen8-Dec-02 0:10 
GeneralRe: resource bitmap to imagelist Pin
Jon Rista8-Dec-02 13:51
Jon Rista8-Dec-02 13:51 
GeneralCollections and the Collection Editor Pin
Dave Kerr7-Dec-02 23:57
Dave Kerr7-Dec-02 23:57 
GeneralRe: Collections and the Collection Editor Pin
leppie8-Dec-02 0:50
leppie8-Dec-02 0:50 
GeneralRe: Collections and the Collection Editor Pin
Dave Kerr8-Dec-02 2:12
Dave Kerr8-Dec-02 2:12 
GeneralRead Only Database in C# Pin
europria7-Dec-02 21:16
europria7-Dec-02 21:16 
QuestionHow to move a Splitter control? Pin
Bog7-Dec-02 18:34
Bog7-Dec-02 18:34 
AnswerRe: How to move a Splitter control? Pin
Donald Blachly8-Dec-02 6:24
Donald Blachly8-Dec-02 6:24 

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.