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
P

pasha2k

@pasha2k
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Progress Bar: File Copy
    P pasha2k

    In my app, Refresh() does the job.. But you can also try .. .. //after a specific amount of bytes are copied UpdateProgressBar(); .. .. public delegate void UpdateDelegate(); private void UpdateProgressBar() { if (statusToolStrip.invokeRequired) { UpdateDelegate delegate = new UpdateDelegate(); delegate.Invoke(UpdateProgressBar); } else { progressBar.PerformStep(); statusToolStrip.Refresh(); } } .. ..

    .:: Something is Wrong ::.

    C# help

  • Progress Bar: File Copy
    P pasha2k

    .. using System.IO; .. .. File.Copy(source,destination); .. ..

    .:: Something is Wrong ::.

    C# help

  • How to extract Image metadata
    P pasha2k

    Hi guys, I want to extract some specific image metada from an .jpg file. I explored through the codeproject and msdn as well as google but found nothing (I mean not exactly nothing but only codeparts and info which are not I want). Lets me explain in more detailed : I edit some image information from Photoshop (right-click on the image window header > file info > description tab).. After editing whenever I load an the image I want to see the description, title, author, keywords etc.. With the PropertyItem I can only view the description, author and creation time (other info doesn't worth for me). So my question is how can I read AND write specific metada pieces ?

    .:: Something is Wrong ::.

    C# question adobe tutorial

  • Progress Bar: File Copy
    P pasha2k

    try to use the Refresh() method for your progress bar after each PerformStep() regards..

    .:: Something is Wrong ::.

    C# help
  • Login

  • Don't have an account? Register

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