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
A

Ashwini K Singh

@Ashwini K Singh
About
Posts
9
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • About my project [modified]
    A Ashwini K Singh

    I would suggest to use relevant title so that other people can benefit it :)

    .NET (Core and Framework) help csharp asp-net database announcement

  • Error when creating Outlook Task programmaicaly
    A Ashwini K Singh

    This problem is related with your outlook installation, please check if you are able to search ‘00061032-0000-0000-C000-000000000046’ in your registry if not then run the outlook setup again

    .NET (Core and Framework) com csharp asp-net visual-studio testing

  • runtime
    A Ashwini K Singh

    For such question please prefer using FAQs that will be faster.

    .NET (Core and Framework) asp-net agentic-ai security performance question

  • using xml file in phone apps
    A Ashwini K Singh

    Can you please provide more details about phone .net framework version etc?

    Mobile xml

  • C# - Problems with Process.Start
    A Ashwini K Singh

    What AppUpdater.exe is doing with Process ID of calling application, :doh:

    Mobile csharp performance help question

  • .NET 3.5 Visual Studio 2008 Find and Replace Files
    A Ashwini K Singh

    in first go i would say no if you put more details of your requirement then we may think an alternative

    .NET (Core and Framework) csharp question visual-studio

  • Silent Console Application
    A Ashwini K Singh

    i hope " processInfo.WindowStyle = ProcessWindowStyle.Minimized;" will solve youre problem below is detailed settings that i am using ProcessStartInfo processInfo = new ProcessStartInfo(xx, yy); processInfo.UseShellExecute = false; processInfo.RedirectStandardError = true; processInfo.RedirectStandardInput = true; processInfo.StandardOutputEncoding = Encoding.Default; processInfo.RedirectStandardOutput = true; processInfo.CreateNoWindow = true; processInfo.WindowStyle = ProcessWindowStyle.Minimized; Process pingProcess = Process.Start(processInfo);

    .NET (Core and Framework) csharp question

  • listbox selected items into an array
    A Ashwini K Singh

    Can you please explain what exactly you want i thing you need previous selection and changed selection both for some comparisation

    ASP.NET database data-structures help

  • How to programmatically verify digital signature and signer source of a file downloaded from internet
    A Ashwini K Singh

    I am new to C# and facing a problem. Please help me •I have to programmatically verify digital signature of cab file downloaded from internet. Please guide me for right technical article, etc. •I Have the public key of file publisher through which I have to verify the signature origin too Ashwini

    C#
  • Login

  • Don't have an account? Register

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