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
M

mohamed seif

@mohamed seif
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Process.Start() not working on windows 2000
    M mohamed seif

    I have a simple application that takes a folder path and open in the windows explorer. Here is the code i use Process p = new Process(); p.StartInfo.FileName = "explorer.exe"; p.StartInfo.Arguments = strFilePath; p.Start(); The problem is that when the filepath contains spaces it works just fine on my xp machine but on my clients machine which use windows 2000 the application fthrows the exception filenotfound. I would like to know why it works on xp and doesn't on windows 2000

    C# help

  • Application has generated an exception that could not be handled
    M mohamed seif

    I have an application developed by .net framework 1.0 , the application works fine on my development machine , but on the non-development machine (the customer machine) the application sometime crashes giving this error message , note that i handeled the unhandled exceptions in my application and that also there is no a particualr scenario that produces this exception. So does anyone have any ideas about what could be the reason for this exception , please help me because am stuck in this problem for more than a month now. I would Like to add that the application runs and that this exception appears while using the application. Thanks for the help in advance

    .NET (Core and Framework) help csharp dotnet sales

  • Folder Icon
    M mohamed seif

    How Can i change a folder's icon using C# as whn i share a folder its icon changes

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