Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Bypass character in textbox Pin
-BoBo8-Aug-07 17:52
-BoBo8-Aug-07 17:52 
GeneralRe: Bypass character in textbox [modified] Pin
Edwin Syarief8-Aug-07 17:54
Edwin Syarief8-Aug-07 17:54 
GeneralRe: Bypass character in textbox Pin
Christian Graus8-Aug-07 18:35
protectorChristian Graus8-Aug-07 18:35 
AnswerRe: Bypass character in textbox Pin
Nouman Bhatti8-Aug-07 19:43
Nouman Bhatti8-Aug-07 19:43 
AnswerRe: Bypass character in textbox Pin
Edwin Syarief8-Aug-07 21:27
Edwin Syarief8-Aug-07 21:27 
QuestionUpdating DataSet Pin
-BoBo8-Aug-07 17:29
-BoBo8-Aug-07 17:29 
AnswerRe: Updating DataSet Pin
hamid_m8-Aug-07 19:23
hamid_m8-Aug-07 19:23 
Questiondouble buffering for flickering problem Pin
cyn88-Aug-07 17:10
cyn88-Aug-07 17:10 
Hi, i have a form with a panel. In this panel, it allow the shapes drawn (using graphicspath) to be drag and drop. However, there is the flickering problem whenever i drag any of the shapes. i tried to use the SetStyle function like below:
	public class DoubleBufferPanel : Panel<br />
		{<br />
			public DoubleBufferPanel()<br />
			{<br />
				// Set the value of the double-buffering style bits to true.<br />
				this.SetStyle(ControlStyles.DoubleBuffer |<br />
					ControlStyles.UserPaint |ControlStyles.AllPaintingInWmPaint,<br />
					true);<br />
<br />
				this.UpdateStyles();<br />
			}<br />
		}


however, it generates the error below:
An unhandled exception of type 'System.ArgumentException' occurred in system.drawing.dll<br />
<br />
Additional information: Invalid parameter used.


Any suggestion on what should i do?

Thanks in advance
AnswerRe: double buffering for flickering problem Pin
Martin#8-Aug-07 20:26
Martin#8-Aug-07 20:26 
AnswerRe: double buffering for flickering problem Pin
Luc Pattyn9-Aug-07 1:04
sitebuilderLuc Pattyn9-Aug-07 1:04 
QuestionFormula - How many address in a range Pin
StevenWalsh8-Aug-07 17:01
StevenWalsh8-Aug-07 17:01 
AnswerRe: Formula - How many address in a range Pin
Christian Graus8-Aug-07 17:29
protectorChristian Graus8-Aug-07 17:29 
GeneralRe: Formula - How many address in a range Pin
StevenWalsh8-Aug-07 18:05
StevenWalsh8-Aug-07 18:05 
GeneralRe: Formula - How many address in a range Pin
Christian Graus8-Aug-07 18:54
protectorChristian Graus8-Aug-07 18:54 
AnswerRe: Formula - How many address in a range Pin
Luc Pattyn9-Aug-07 1:35
sitebuilderLuc Pattyn9-Aug-07 1:35 
GeneralRe: Formula - How many address in a range Pin
StevenWalsh9-Aug-07 1:45
StevenWalsh9-Aug-07 1:45 
QuestionXML in a rich text box Pin
RussBus8-Aug-07 10:08
RussBus8-Aug-07 10:08 
AnswerRe: XML in a rich text box Pin
Big Daddy Farang8-Aug-07 11:51
Big Daddy Farang8-Aug-07 11:51 
AnswerRe: XML in a rich text box Pin
Hessam Jalali8-Aug-07 17:10
Hessam Jalali8-Aug-07 17:10 
Questionbest way to program a huge xml file Pin
brsecu8-Aug-07 9:52
brsecu8-Aug-07 9:52 
AnswerRe: best way to program a huge xml file Pin
Judah Gabriel Himango8-Aug-07 10:36
sponsorJudah Gabriel Himango8-Aug-07 10:36 
GeneralRe: best way to program a huge xml file Pin
brsecu8-Aug-07 10:47
brsecu8-Aug-07 10:47 
GeneralRe: best way to program a huge xml file Pin
Judah Gabriel Himango8-Aug-07 18:18
sponsorJudah Gabriel Himango8-Aug-07 18:18 
GeneralRe: best way to program a huge xml file Pin
brsecu9-Aug-07 5:20
brsecu9-Aug-07 5:20 
AnswerRe: best way to program a huge xml file Pin
Jimmy Zhang23-Aug-09 13:21
Jimmy Zhang23-Aug-09 13:21 

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.