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
S

Susuko

@Susuko
About
Posts
39
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how can create a really transparent control?
    S Susuko

    I have to create a control really transparent, it is just a bounding box with handles. I want show it insiede a panel and i want to see trought the background of the bounding box. How?

    C# question

  • how to make faster Invalidate operation?
    S Susuko

    I make with the pen tools of my application some drawing operation (g.DrawImage...) then i call picturebox.Invalidate() but it is very slow. How can i make it faster? I've tried also this: SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint | ControlStyles.DoubleBuffer, true);

    C# question graphics tools tutorial

  • how to handle history (Edit>Undo Redo)
    S Susuko

    I want to give at the user this possibility. How can handle it?

    C# tutorial question

  • How to show selected rectangle?
    S Susuko

    If i want to select some icon or a part of text in word or visualstudio editor or select item in the itemlistbox i see a select blu rectangle. How can use that in my application? i don't want to create it creating a alpha blu fillrectangle with gdi+. But i want to use methods like ControlPaint tnx

    C# winforms graphics tutorial question

  • how to create a FillReversibleRectangle blue?
    S Susuko

    I use ControlPaint.FillReversibleRectangle to create a rectangle black on a white usercontrol background. I want to creare a blue rectangle as a Selection rectangle. how?

    C# tutorial question

  • [VS.NET 2005] where is csc.exe?
    S Susuko

    i want to use this in my application new Microsoft.CSharp.CSharpCodeProvider().CreateCompiler() where can i gind csc.exe compliler? Can i add end distribuite it freely in my software?

    C# csharp visual-studio question

  • how can i add a bitmap to resource directory project by code?
    S Susuko

    How can i add a bitmap into resource folder of the solution by code in design mode? (No right click on the folder... but automatically by code)

    C# question graphics design learning

  • How does it work open Background image in Visual Studio?
    S Susuko

    it donesn't set the image in the resource.... why?

    C# question csharp visual-studio learning

  • how to add an image into resource library?
    S Susuko

    i do that to load an image and set as background for a panel, but it works on my pc where i have got the images then if i run it on another pc it doesn't show background image couse they aren't on the other pc, so i've think to move it into resource: [EditorAttribute(typeof(MyFileNameEditor), typeof(UITypeEditor))] [Category("Image state"), Description("Mouse over image")] //[DefaultValue("")] public string MouseMovePath { get { return MouseMove_path; } set { try { MouseMove_path = value; FileStream fs = new FileStream(MouseMove_path, FileMode.Open, FileAccess.Read); move = Image.FromStream(fs); fs.Close(); this.Invalidate(); } catch { MouseMove_path = "(none)"; } } }

    C# csharp visual-studio tutorial question learning

  • how to add an image into resource library?
    S Susuko

    [VS .NET 2005] i want to add by code an image into resource library starting by the path of the image... how?

    C# csharp visual-studio tutorial question learning

  • [EditorAttribute(typeof(MyFileNameEditor), typeof(UITypeEditor))]
    S Susuko

    i've created a contro with this property, i let the user can select an image for the control. During the design time, it works. But when i compile and try it on another pc i the image is not loaded. So what i've to do after i load the image? [EditorAttribute(typeof(MyFileNameEditor), typeof(UITypeEditor))] [Category("Image state"), Description("Mouse over image")] //[DefaultValue("")] public string MouseMovePath { get { return MouseMove_path; } set { try { MouseMove_path = value; FileStream fs = new FileStream(MouseMove_path, FileMode.Open, FileAccess.Read); move = Image.FromStream(fs); fs.Close(); this.Invalidate(); } catch { MouseMove_path = "(none)"; } } }

    C# design question

  • [Access database] how to get the last row inserted?
    S Susuko

    i want to insert a new row inside my microsoft access database, i do it, but i need it immediately. how?

    C# database tutorial question

  • how drawing over calendar ?
    S Susuko

    how

    C# graphics question

  • draw inside a picturebox, how?
    S Susuko

    can you explain better what have you told http://www.codeproject.com/script/comments/forums.asp?msg=1483752&forumid=1649&XtraIDs=1649&searchkw=sasuko&sd=2%2F12%2F2006&ed=5%2F13%2F2006#xx1483752xx[^] here with hack P/invoke?

    C# question

  • draw inside a picturebox, how?
    S Susuko

    ??

    C# question

  • how add a [property] as dialogbox
    S Susuko

    very very tnx! sorry if i've not answer you before.

    C# question csharp css visual-studio

  • how add a [property] as dialogbox
    S Susuko

    I need to create a property for my custom control visible in visual studio property grid. But if i click on in it open a openfiledialog to serch a path as BackgroundImage for a picturebox. How can i do? I've tryed with [Browsable(true)] but it doesn't work.

    C# question csharp css visual-studio

  • how does draw inside a textbox?
    S Susuko

    The textbox controll doesn't get Paint event, so how can i draw over it?

    C# question

  • contro with custom properties
    S Susuko

    how can i create a custom control with some properties i can see in property visual studio window when i use it inside a form?

    C# question csharp visual-studio

  • insert into error
    S Susuko

    yes!!!! tnx

    C# database help 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