Click here to Skip to main content
15,895,740 members
Home / Discussions / C#
   

C#

 
AnswerRe: Desktop boundary Pin
Eddy Vluggen13-Jan-10 22:23
professionalEddy Vluggen13-Jan-10 22:23 
GeneralRe: Desktop boundary Pin
damianrda14-Jan-10 2:53
damianrda14-Jan-10 2:53 
GeneralRe: Desktop boundary Pin
Eddy Vluggen14-Jan-10 3:33
professionalEddy Vluggen14-Jan-10 3:33 
QuestionConstructing a Secure Socket Layer header and IPSec header Pin
3bood.ghzawi13-Jan-10 13:21
3bood.ghzawi13-Jan-10 13:21 
Questionhow to draw double dash line in gdi+ Pin
Berlus13-Jan-10 11:18
Berlus13-Jan-10 11:18 
AnswerRe: how to draw double dash line in gdi+ Pin
carlecomm13-Jan-10 20:00
carlecomm13-Jan-10 20:00 
GeneralRe: how to draw double dash line in gdi+ Pin
Berlus14-Jan-10 2:20
Berlus14-Jan-10 2:20 
GeneralRe: how to draw double dash line in gdi+ Pin
DaveyM6914-Jan-10 7:05
professionalDaveyM6914-Jan-10 7:05 
Normally pens that draw custom dashes have their DashPattern property set and their DashStyle property set to Custom. This however only works for the horizontal plane so will not work for you.

You will need to create your own Brush (possibly based on TextureBrush?) and pass that to a Pen constructor and return the created object as the Pen class is sealed so you cannot override the Pen default behavior.

Dave

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

Questionimport many .sql to one .sql Pin
Jassim Rahma13-Jan-10 7:45
Jassim Rahma13-Jan-10 7:45 
AnswerRe: import many .sql to one .sql Pin
dan!sh 13-Jan-10 8:27
professional dan!sh 13-Jan-10 8:27 
AnswerRe: import many .sql to one .sql Pin
Ennis Ray Lynch, Jr.13-Jan-10 8:50
Ennis Ray Lynch, Jr.13-Jan-10 8:50 
GeneralRe: import many .sql to one .sql Pin
Jassim Rahma13-Jan-10 8:56
Jassim Rahma13-Jan-10 8:56 
GeneralRe: import many .sql to one .sql Pin
Ennis Ray Lynch, Jr.13-Jan-10 9:08
Ennis Ray Lynch, Jr.13-Jan-10 9:08 
AnswerRe: import many .sql to one .sql Pin
pradnya_k13-Jan-10 19:03
pradnya_k13-Jan-10 19:03 
QuestionSetup Problem &Question Pin
Said Ali Jalali13-Jan-10 7:23
Said Ali Jalali13-Jan-10 7:23 
AnswerRe: Setup Problem &Question Pin
SajjadZare13-Jan-10 9:18
SajjadZare13-Jan-10 9:18 
QuestionProlog Pin
farokhian13-Jan-10 6:15
farokhian13-Jan-10 6:15 
AnswerRe: Prolog Pin
Ennis Ray Lynch, Jr.13-Jan-10 6:51
Ennis Ray Lynch, Jr.13-Jan-10 6:51 
GeneralRe: Prolog Pin
farokhian13-Jan-10 6:59
farokhian13-Jan-10 6:59 
AnswerRe: Prolog Pin
Richard MacCutchan13-Jan-10 7:00
mveRichard MacCutchan13-Jan-10 7:00 
QuestionSetDataSourceLocation to CrystalReport Pin
lordofcsharp13-Jan-10 3:59
lordofcsharp13-Jan-10 3:59 
QuestionStrange problems with DataGridView with Panels in the heading [modified] Pin
arnold_w13-Jan-10 3:36
arnold_w13-Jan-10 3:36 
AnswerRe: Strange problems with DataGridView with Panels in the heading Pin
arnold_w13-Jan-10 4:48
arnold_w13-Jan-10 4:48 
QuestionHow to save a webpage to a jpeg Pin
kozu13-Jan-10 3:35
kozu13-Jan-10 3:35 
AnswerRe: How to save a webpage to a jpeg Pin
Nuri Ismail13-Jan-10 3:49
Nuri Ismail13-Jan-10 3:49 

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.