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
J

JCompiler

@JCompiler
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unzip file from resources
    J JCompiler

    yes iam now using this code

            string resource = "Installer.Resources.myFile.zip";
            System.Reflection.Assembly a = System.Reflection.Assembly.GetExecutingAssembly();
            Stream resFilestream = a.GetManifestResourceStream(resource);
    

    but i can't use the

    ZipArchive archive = ZipFile.OpenRead(resFilestream);

    becouse the OpenRead Function need the path of physical path on hard disk what can i do to can full archive with myFile.zip to can i read it and extract any file contains in this archive

    C# question

  • Unzip file from resources
    J JCompiler

    I dont know i created just one but i was have an erreo on confirmision . I dont know where the problem

    C# question

  • Unzip file from resources
    J JCompiler

    How can i open the file directly from resources i havnt no idea

    C# question

  • Unzip file from resources
    J JCompiler

    Hello all i know how can i unzip file from hardisk but how can i Unzip file from resources directly without copy it to outside of resources first

    C# question

  • Unzip file from resources
    J JCompiler

    Hello all

    i know how can i unzip file from hardisk
    but how can i Unzip file from resources directly without copy it to outside of resources first

    C# question

  • Combobox.SelectedValue and Combobox.Text
    J JCompiler

    iam using winforms

    C# question

  • Combobox.SelectedValue and Combobox.Text
    J JCompiler

    hi every one , if i have any combobox filled with column in any table (MemeberValue, DataSource, DisplayName) and i need to change the text of this combo if i know the MemeberValue(ID). how can i do that ??

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