Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. [Message Deleted]

[Message Deleted]

Scheduled Pinned Locked Moved C#
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prajeesh
    wrote on last edited by
    #1

    [Message Deleted]

    X 0 2 Replies Last reply
    0
    • P Prajeesh

      [Message Deleted]

      X Offline
      X Offline
      Xmen Real
      wrote on last edited by
      #2

      put a breakpoint on the first line in the paint event, I doubt splitter dont fire paint event

      TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can

      P 1 Reply Last reply
      0
      • X Xmen Real

        put a breakpoint on the first line in the paint event, I doubt splitter dont fire paint event

        TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can

        P Offline
        P Offline
        Prajeesh
        wrote on last edited by
        #3

        [Message Deleted]

        X 1 Reply Last reply
        0
        • P Prajeesh

          [Message Deleted]

          0 Offline
          0 Offline
          0x3c0
          wrote on last edited by
          #4

          The way you hook up the event looks odd. Try using Splitter.Panel1.Paint += OnPaintPanel1 instead. It may be possible that you're replacing another method hooked up to that event

          1 Reply Last reply
          0
          • P Prajeesh

            [Message Deleted]

            X Offline
            X Offline
            Xmen Real
            wrote on last edited by
            #5

            well i checked the code and its working here is the code

                void Panel1\_Paint(object sender, PaintEventArgs e)
                {
            
                    Graphics Graphics = e.Graphics;
                    Rectangle Bounds = new Rectangle(Point.Empty, splitContainer1.Panel1.Size);
            
                    if (Bounds.Width > 0 && Bounds.Height > 0)
                    {
            
                        using (Brush GradientBrush = new LinearGradientBrush(Bounds, Color.FromArgb
                        (183, 214, 183), Color.FromArgb(221, 235, 221),
                        LinearGradientMode.BackwardDiagonal))
                        {
                            Graphics.FillRectangle(GradientBrush, Bounds);
                        }
                    }
                }
            
                private void Form1\_Load(object sender, EventArgs e)
                {
                    splitContainer1.Panel1.Paint += new PaintEventHandler(Panel1\_Paint);
                }
            

            TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups