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
R

radic feng

@radic feng
About
Posts
15
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Draw larger drawings
    R radic feng

    Hoho! I get it! Put another panel as the container of the drawing zone and set AutoScroll = True. When drawing, if the figure is close to the width and height of the drawing zone, increase the width and height! Excited!

    C# question graphics

  • Draw larger drawings
    R radic feng

    I use a Panel as drawing zone and set AutoScroll = True, hoping a scroll will be attached to it automatically when I draw large drawings. But it does not happen. How can I make it? Appreciate any advice! Radic

    C# question graphics

  • How to add a larger cap to a line?
    R radic feng

    Any easier way? Before you construct a CustomLineCap, you need construct GraphicsPath, FillMode, etc, which, I think, is troublesome. Will you be kind enough to show me an easier way? Thanks, thanks, thanks! Radic

    C# question tutorial

  • How to add a larger cap to a line?
    R radic feng

    I thought the manual way. But you know the slope of the line changes sharply and the arrow has to change. So it needs much calculation work and I doubt if the effect is good. Radic

    C# question tutorial

  • How to add a larger cap to a line?
    R radic feng

    I want to add an arrow cap to a line. So I use pen.EndCap = LineCap.ArrowAnchor. But the arrow is so small. How can I add a larger one? I try to use CustomLineCap, It is so troublesome and I failed. Any advice? Regards! Radic

    C# question tutorial

  • How to make ScrollBar attached to Panel automatically?
    R radic feng

    I am developing a drawing tool and make Panel as drawing area. I set Autoscroll of the panel true in case that the drawing may be large. But why the stroll does not appeat automatically? How can I attach a scroll manually and when you drag the scroll, different part of the drawing apears in the drawing area. Many thanks! Radic

    C# question graphics tutorial

  • How to avoid flickering problem when drawing?`
    R radic feng

    Thanks, Christian! Absolutely you are the most warm-hearted!

    C# csharp graphics help tutorial question

  • How to avoid flickering problem when drawing?`
    R radic feng

    Hi, guys, I am now developing a drawing program in C#. Everytime when adding new lines, ellipse or other shapes, I have to use "this.Invalidate(); this.Update();" to refresh the drawing area then new shapes will appear. However, it has to paint all the shapes I drew before, or the shapes I drew before may be erased! But everytime redrawing every shape causes terribly flicking! How to avoid this? Can it only draw newly-drawn shape? ps: I use ControlStyles.DoubleBuffer and ControlStyles.UserPaint. The effect is not obvious. Many thanks! Radic Beijing, China -- modified at 21:25 Sunday 28th August, 2005

    C# csharp graphics help tutorial question

  • string.Empty and null
    R radic feng

    Many thanks!

    C#

  • string.Empty and null
    R radic feng

    Hot discussion! I have another topic: what's the difference between "==" and method "Equal". are they same? It is quite confusing! In jave language, "two object Equal" means the refs pointing to the same memory address. But in C#, I find it is different. You can use if( stringA == "aa" ) instead of if( stringA.Equal("aa" ); Any ideas? Radic Feng Beijing, China.

    C#

  • Please could you...
    R radic feng

    Does it work? In your way, you have to set this.isMdiParent = true; Then its appearance will change. I do not think it is a good method. ps: can you give me some idea to make a logo. many thanks!

    C# question

  • Using ArrayList
    R radic feng

    My experience is adding objects with the same type to one arraylist. if casting is needed, for instance, to a string array. you can use this statement: string[] myString = ( string[] )listOfStrings.toArray( typeof(string ));

    C# csharp tutorial question learning

  • string.Empty and null
    R radic feng

    In my eye. string a = string.Empty; is the same as string a = "";

    C#

  • Creating Simply Audio File
    R radic feng

    Great help, thnx

    C# hardware question

  • Flicker problem
    R radic feng

    It seems flicker problem is a big disadvantage of C#, I developed a drawing tool using C#, It flicked terribly when drawing more figures. And I also use DoubleBuffer, AllPaintingInWmPaint. Its effect is not so good.

    C# help tutorial question
  • Login

  • Don't have an account? Register

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