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
  1. Home
  2. General Programming
  3. C#
  4. splashScreen, .exe and con class

splashScreen, .exe and con class

Scheduled Pinned Locked Moved C#
questioncsharpdatabasehelpworkspace
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    r_jaz
    wrote on last edited by
    #1

    Hi every one, I have some questions in c# and i'd appreciate any help with this concern. 1)I can't find the splash screen option in the properties of the project and i could'nt add it from add new item dialog box, so how can i add a splash screen?? 2)I need to have a database (ms access) in my application, how can i create the setup for my application that includes the database and other resources such as some .swf files?? 3) can i convert an image (say .jpeg) to an icon (.ico) using the Icon class?? How?? Thanks in advance to all..

    M A 2 Replies Last reply
    0
    • R r_jaz

      Hi every one, I have some questions in c# and i'd appreciate any help with this concern. 1)I can't find the splash screen option in the properties of the project and i could'nt add it from add new item dialog box, so how can i add a splash screen?? 2)I need to have a database (ms access) in my application, how can i create the setup for my application that includes the database and other resources such as some .swf files?? 3) can i convert an image (say .jpeg) to an icon (.ico) using the Icon class?? How?? Thanks in advance to all..

      M Offline
      M Offline
      MatrixCoder
      wrote on last edited by
      #2

      r_jaz wrote:

      1)I can't find the splash screen option in the properties of the project and i could'nt add it from add new item dialog box, so how can i add a splash screen??

      In C#, you have to create a splash screen out of a form, then call it as the startup form.

      r_jaz wrote:

      1. can i convert an image (say .jpeg) to an icon (.ico) using the Icon class?? How??

      Just use a bitmap and save it in an icon format, like so:

      Bitmap bmp;
      bmp = new Bitmap(@"C:\Image.png");
      bmp.Save(@"C:\Icon.ico", System.Drawing.Imaging.ImageFormat.Bmp);


      Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

      1 Reply Last reply
      0
      • R r_jaz

        Hi every one, I have some questions in c# and i'd appreciate any help with this concern. 1)I can't find the splash screen option in the properties of the project and i could'nt add it from add new item dialog box, so how can i add a splash screen?? 2)I need to have a database (ms access) in my application, how can i create the setup for my application that includes the database and other resources such as some .swf files?? 3) can i convert an image (say .jpeg) to an icon (.ico) using the Icon class?? How?? Thanks in advance to all..

        A Offline
        A Offline
        AFSEKI
        wrote on last edited by
        #3

        2- Create a new Setup and Deployment -> Setup Project from the File->New->Proect and create your folders, choose what to add into your folders. NOTE: Better if you use Sql Server Express Edition 2005 (free and better than MS Access)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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