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
C

CrazyDragon6384

@CrazyDragon6384
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • convert a picture into HTML ???
    C CrazyDragon6384

    oh,:"> It means: i have an image with words " Product " inside it. How to change the words without making another image???

    Web Development html help tutorial question

  • convert a picture into HTML ???
    C CrazyDragon6384

    hi, how to convert a picture into HTML??? help me please !

    Web Development html help tutorial question

  • How to delete a picture???
    C CrazyDragon6384

    I did with another objects such as one button, one lable or anything else in another project... its size was changed. In usc project, i tried but the usc size was unchanged.

    C# help tutorial question

  • How to delete a picture???
    C CrazyDragon6384

    oh, pictureBox1.Image.Dispose(); :) thanks ! Then,can i ask you about form size? I have an user control added into a form. I used the following code in both Form_load() and Form_SizeChanged but the usc size wasn't changed: uscImage_NEW.UserControl1 usc=new uscImage_NEW.UserControl1(); private void Form1_SizeChanged(object sender, System.EventArgs e) { usc.Left=0; usc.Top=0; usc.Width=this.Width; usc.Height=this.Height; } how to solve this problem?

    C# help tutorial question

  • How to delete a picture???
    C CrazyDragon6384

    yes, i'm trying to delete the picture file has been loaded into PictureBox.:) I think the picture that has been loaded into PictureBox is saved into a "temp" memory or something else,isn't it?:((

    C# help tutorial question

  • How to delete a picture???
    C CrazyDragon6384

    I only want to delete the picture displaying on PictureBox,and then the pictureBox will display next( or previous) picture in my list Picture. :) -- modified at 21:26 Monday 27th February, 2006

    C# help tutorial question

  • How to delete a picture???
    C CrazyDragon6384

    hi guys, I have a picBox and a list of pictures. These pictures are displayed in ordered by 2 button ( previous and next ) in the picBox. When clicking buttonDelete, I want to delete the picture which is being displayed in picBox at present and then,another pic is displayed in picBox. But,if any pictures were displayed in the past, it couldn't be deleted. (error: ... because it is being used by another process.) F1 - help me :). thanks !!! -- modified at 13:53 Monday 27th February, 2006

    C# help tutorial question

  • How to copy a picture???
    C CrazyDragon6384

    :) and... how to create a folder and save my file to that folder??? In OpenFileDialog, filter, how to display in the textbox "File of type" like: Image File (*.gif;*.jpg;*.bmp) thanks :)

    C# design debugging help tutorial question

  • How to copy a picture???
    C CrazyDragon6384

    I want to design a program that operate in the following: click a button--> OpenFileDialog, chose the pic that u want to copy.... If DialogResult.OK --->the selected picture is copied to folder \bin\debug with the name "copied.gif" Help me, pleaseeeee

    C# design debugging 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