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
C

ctescu

@ctescu
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Best practices for database password
    C ctescu

    sn dont permit that the code is dissambled store a password in a exe file is wrong,but if you store the pass crypted, and in exe make an function that decrypt the pass like ASP

    C# csharp database tutorial

  • Drawing in RichTextEdit
    C ctescu

    I cant do that because My project consist in a nomber unknown the ellipses and the I whant to add others . Thanks

    C# graphics question

  • Windows.forms application
    C ctescu

    It's more easy to use a panel in form and you cant make him on run-time like this . In the dinamic construction the bad point is that the RAM is more use that for static declaration , but the diference is very small . in Click event of the window make the code { Panel p=new Panel(); //give Panel properties this.Controls.Add(p); }

    C# csharp help question

  • Hiding/dynamically adding a tab page..??
    C ctescu

    If the TabControl is named "tabControl" , the code for closing is : // verify if the TabPages exist // if we try to close a non-open tab will have error's if (this.tabControl.TabPages.Count != 0) this.tabControl.TabPages.Remove(this.tabControl.SelectedTab); //SelectedTab is the selected tab tabControl.TabPages[] is the // tab , if you whant other tab

    C# question

  • Drawing in RichTextEdit
    C ctescu

    I have the class MyText devived from RichTextEdit and I have inside and an other structure (System.Collection.ArrayList). In the main form I open a TabControl and like pages I use this class . In the new class I draw ellipses .When the TabPage lose the focus the draw disapear . I override OnPaint , where I redraw everything , but this override is not doing what is meent to do . Hwo I make the drawing to be seen on screen (ClientRectangle).

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