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
S

Sasuko

@Sasuko
About
Posts
348
Topics
201
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to draw vector images?
    S Sasuko

    I need to draw vector images in my form, so the user can modify, resize, move the points. Can i do it?

    C# graphics tutorial question

  • How to create a selection rectangle
    S Sasuko

    i wnat to create a blue selection rectangle, i've tried to serch inside ControlPaint class but nothing. Who can help me?

    C# help tutorial question

  • How compile a file from my application
    S Sasuko

    How can i to know how can i run it within my application then what the comand line are? where can i find the license?

    C# csharp question

  • How compile a file from my application
    S Sasuko

    I've created a program that make a c# class. Can i inlcude with my application a free program that produce a .dll file?

    C# csharp question

  • Transparant picturebox
    S Sasuko

    set yourPicturebox.BackColor = Color.Transparent

    C# graphics help question

  • using Marquette in custom control
    S Sasuko

    I've created a custom control that uses ControlStyle.BackBuffer ControlStyle.User etc... And i show a marquette when i move the mouse. the problem is if i use ControlStyle flags the control doesn't flicker but the it is impossible to see the marquette, if i doesn't use ControlStyle flags the marquette is showed correctly an it follow the mouse but the control flicks. Whow can i avoid the flickering drawing also the marquette?

    C# graphics help question

  • Group by date
    S Sasuko

    Uhm... the value is a DateTime. What can i do without change the database?

    Database question database

  • Group by date
    S Sasuko

    I've a table where ia save the date when user have subscreibed. How can i query the number of subscriber signed in the 20 April 2006 or all the users signed since to 12 may 2006? Or between 14 april and 21 may?

    Database question database

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

    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 tt handle a custom control in design mode
    S Sasuko

    ok i know it, but the problem that it is manual. Visual Studio to set the background image for the panel doesn't make me to add the bitmap in resource with (AddResources->AddExistingFile), but just load it automaticaly. So how can i do the same?

    C# csharp visual-studio design help question

  • How tt handle a custom control in design mode
    S Sasuko

    I've created a custom control. I've create a property that allow me in design mode to load an image. I'm not able to save that image in resource file just as visual studio does when i try to load an image as background. Who can help me?

    C# csharp visual-studio design help question

  • set a background image to my control
    S Sasuko

    Hi all, i want to create a control that does just like a panel into Visual Studio. If i want to set a background image i go on open file dialog at the voice background image and load the image. I know how create this property for my cotnrol but when i laod the image it doesn't is set in my resource project directory as Visual Studio does. How can i do it in design time?

    C# question csharp visual-studio design learning

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

    the problem is in design. if i use the panel object and i load a bitmap it is placed in resource project embedded file. How can i do the same for my object?

    C# question csharp visual-studio learning

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

    Hi all, i want to create a control that does just like a panel into Visual Studio. If i want to set a background image i go on open file dialog at the voice background image and load the image. I know how create this property for my cotnrol but when i laod the image it doesn't is set in my resource project directory as Visual Studio does. How can i do?

    C# question csharp visual-studio learning

  • overrride onpaint
    S Sasuko

    why it doesn't work? It show the draw i want, but when i write text the draw disappear: public partial class UserControl1 : TextBox { public UserControl1() { this.SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.BorderStyle = BorderStyle.None; InitializeComponent(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; Pen p = new Pen(Color.Red ,3.0f); g.DrawRectangle(p, new Rectangle(0, 0, this.Width, this.Height)); } }

    C# graphics question

  • how does draw inside a textbox?
    S Sasuko

    yes but where is the textbox Paint event?

    C# question

  • how to customize calendar drawing
    S Sasuko

    i want to use the visual studio calendar object but i hate its graphic, how can i do?

    C# question csharp visual-studio graphics tutorial

  • contro with custom properties
    S Sasuko

    big tnx

    C# question csharp visual-studio

  • how does accelerate drawing operation? part 2
    S Sasuko

    yes, can you help me?

    C# com graphics tools question

  • how does accelerate drawing operation? part 2
    S Sasuko

    can you answer me at http://www.codeproject.com/script/comments/forums.asp?forumid=1649&mode=all&userid=1711764&select=1473533&df=100&tid=1473533#xx1474127xx[^] tnx -- modified at 9:57 Friday 5th May, 2006

    C# com graphics tools 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