Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is there any dll file for .net framework 2.0 Pin
Abhinav S2-Jun-10 1:24
Abhinav S2-Jun-10 1:24 
QuestionPhotoshop like image editor with a drag and drop image gallery Pin
ikbegins1-Jun-10 23:38
ikbegins1-Jun-10 23:38 
AnswerRe: Photoshop like image editor with a drag and drop image gallery Pin
Anıl Yıldız2-Jun-10 1:41
Anıl Yıldız2-Jun-10 1:41 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
hammerstein052-Jun-10 5:58
hammerstein052-Jun-10 5:58 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
Anıl Yıldız2-Jun-10 6:01
Anıl Yıldız2-Jun-10 6:01 
GeneralRe: Photoshop like image editor with a drag and drop image gallery Pin
ikbegins2-Jun-10 21:09
ikbegins2-Jun-10 21:09 
QuestionFlickering screen when minimizing Pin
TimSWatson1-Jun-10 21:57
TimSWatson1-Jun-10 21:57 
AnswerRe: Flickering screen when minimizing Pin
Pete O'Hanlon1-Jun-10 22:17
mvePete O'Hanlon1-Jun-10 22:17 
After the call to InitializeComponent in the main form, add the following line:
SetStyle( 
  ControlStyles.AllPaintingInWmPaint | 
  ControlStyles.UserPaint | 
  ControlStyles.DoubleBuffer,true);

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Flickering screen when minimizing Pin
TimSWatson1-Jun-10 23:10
TimSWatson1-Jun-10 23:10 
GeneralRe: Flickering screen when minimizing Pin
Pete O'Hanlon1-Jun-10 23:23
mvePete O'Hanlon1-Jun-10 23:23 
QuestionCreate 2007 excel-file with C# Pin
Mc_Topaz1-Jun-10 21:36
Mc_Topaz1-Jun-10 21:36 
AnswerRe: Create 2007 excel-file with C# Pin
Henry Minute2-Jun-10 1:48
Henry Minute2-Jun-10 1:48 
QuestionImage on specific tree node Pin
KaurGurpreet1-Jun-10 19:04
KaurGurpreet1-Jun-10 19:04 
AnswerMessage Closed Pin
1-Jun-10 20:55
stancrm1-Jun-10 20:55 
GeneralRe: Image on specific tree node Pin
KaurGurpreet1-Jun-10 21:19
KaurGurpreet1-Jun-10 21:19 
GeneralRe: Image on specific tree node Pin
Mycroft Holmes1-Jun-10 22:52
professionalMycroft Holmes1-Jun-10 22:52 
GeneralRe: Image on specific tree node Pin
Pete O'Hanlon1-Jun-10 23:00
mvePete O'Hanlon1-Jun-10 23:00 
QuestionInstalling web service on windows 2008 Pin
KaurGurpreet1-Jun-10 19:02
KaurGurpreet1-Jun-10 19:02 
QuestionSecuring a web method Pin
KaurGurpreet1-Jun-10 19:00
KaurGurpreet1-Jun-10 19:00 
AnswerRe: Securing a web method Pin
SarahMcM1-Jun-10 20:36
SarahMcM1-Jun-10 20:36 
GeneralRe: Securing a web method Pin
KaurGurpreet1-Jun-10 21:20
KaurGurpreet1-Jun-10 21:20 
GeneralRe: Securing a web method Pin
SarahMcM2-Jun-10 11:46
SarahMcM2-Jun-10 11:46 
QuestionMessage Removed Pin
1-Jun-10 18:22
amaankhan1-Jun-10 18:22 
AnswerRe: help Pin
Mycroft Holmes1-Jun-10 19:34
professionalMycroft Holmes1-Jun-10 19:34 
GeneralRe: help Pin
amaankhan1-Jun-10 19:46
amaankhan1-Jun-10 19:46 

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.