Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
AnswerRe: ProjectProblem Pin
egenis12-Apr-12 20:01
egenis12-Apr-12 20:01 
QuestionAlwaysOnTop behavior - Windows Forms vs. Win32? Pin
Ravi Bhavnani12-Apr-12 18:59
professionalRavi Bhavnani12-Apr-12 18:59 
AnswerRe: AlwaysOnTop behavior - Windows Forms vs. Win32? Pin
Alan N12-Apr-12 23:21
Alan N12-Apr-12 23:21 
GeneralRe: AlwaysOnTop behavior - Windows Forms vs. Win32? Pin
Ravi Bhavnani13-Apr-12 5:19
professionalRavi Bhavnani13-Apr-12 5:19 
QuestionXml Serilization / Deserilization Array quesiton Pin
Jason McBurney12-Apr-12 14:09
Jason McBurney12-Apr-12 14:09 
GeneralRe: Xml Serilization / Deserilization Array quesiton Pin
BobJanova13-Apr-12 2:34
BobJanova13-Apr-12 2:34 
GeneralRe: Xml Serilization / Deserilization Array quesiton Pin
Jason McBurney13-Apr-12 5:36
Jason McBurney13-Apr-12 5:36 
QuestionDrawing to Picturebox problem. Help needed badly Pin
aquahoya12-Apr-12 13:53
aquahoya12-Apr-12 13:53 
Hello CodeProject. I'm having problems using this codeproject: http://www.codeproject.com/Articles/10162/Creating-EAN-13-Barcodes-with-C

Now it draws fine when I don't use this code in my Form1.cs
protected override CreateParams CreateParams
        {

            get
            {
                CreateParams cp = base.CreateParams;
                cp.ExStyle |= 0x02000000;  // Turn on WS_EX_COMPOSITED

                return cp;
            }
        }


BUT I need the above code because it prevents all my controls from flickering easily. For some reason tho while using that code, the EAN13 barcode won't Draw to the pictureBox at all Confused | :confused:

Is there a way to edit that EAN13 barcode code to make it able to work while using the CreateParams code up above?

I need the barcode code working but I also can't let my huge application to flicker.

Please help CodeProject Blush | :O I would be so thankful
SuggestionRe: Drawing to Picturebox problem. Help needed badly Pin
Richard MacCutchan12-Apr-12 21:25
mveRichard MacCutchan12-Apr-12 21:25 
QuestionLearning C# through exercises Pin
jeramyRR12-Apr-12 12:44
jeramyRR12-Apr-12 12:44 
AnswerRe: Learning C# through exercises Pin
Kevin Marois12-Apr-12 13:45
professionalKevin Marois12-Apr-12 13:45 
AnswerRe: Learning C# through exercises Pin
Roger Wright12-Apr-12 19:42
professionalRoger Wright12-Apr-12 19:42 
GeneralRe: Learning C# through exercises Pin
jeramyRR12-Apr-12 19:48
jeramyRR12-Apr-12 19:48 
GeneralRe: Learning C# through exercises Pin
Roger Wright19-Apr-12 8:21
professionalRoger Wright19-Apr-12 8:21 
GeneralRe: Learning C# through exercises Pin
jeramyRR19-Apr-12 8:33
jeramyRR19-Apr-12 8:33 
AnswerRe: Learning C# through exercises Pin
VJ Reddy12-Apr-12 21:03
VJ Reddy12-Apr-12 21:03 
GeneralRe: Learning C# through exercises Pin
dybs13-Apr-12 11:20
dybs13-Apr-12 11:20 
GeneralRe: Learning C# through exercises Pin
VJ Reddy13-Apr-12 13:50
VJ Reddy13-Apr-12 13:50 
QuestionRe: Learning C# through exercises Pin
Anurag Sarkar14-Apr-12 19:52
Anurag Sarkar14-Apr-12 19:52 
AnswerRe: Learning C# through exercises Pin
VJ Reddy14-Apr-12 19:54
VJ Reddy14-Apr-12 19:54 
AnswerRe: Learning C# through exercises Pin
Richard MacCutchan12-Apr-12 21:22
mveRichard MacCutchan12-Apr-12 21:22 
AnswerRe: Learning C# through exercises Pin
V.12-Apr-12 21:47
professionalV.12-Apr-12 21:47 
AnswerRe: Learning C# through exercises Pin
BobJanova12-Apr-12 23:42
BobJanova12-Apr-12 23:42 
GeneralRe: Learning C# through exercises Pin
jeramyRR13-Apr-12 6:05
jeramyRR13-Apr-12 6:05 
AnswerRe: Learning C# through exercises Pin
Tim Groven13-Apr-12 10:54
Tim Groven13-Apr-12 10:54 

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.