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
S

sanki779

@sanki779
About
Posts
21
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Console output to a file
    S sanki779

    Thanks all for your valuable input but I think that i was not able to explain the problem properly. Suppose I am using C# to run the ping command. Now once this command runs all output I get goes to the console window. Now what I want is that In place of going to the console window, can it go into a log file. Thanks and Regards,

    Sankalp Verma

    C# csharp

  • Console output to a file
    S sanki779

    Hi , I have created an application in C# which runs varios windows commands. For the Debugging purpose I need that whatever output I am getting to be pasted to a log file also say to C:\Log.txt file. How is it possible to redirect all the console output to a file. Thanks in Advance

    Sankalp Verma

    C# csharp

  • multiple form indows application in C#
    S sanki779

    Thanks a lot .....i just needed that 1 step ......thanks a lot

    Sankalp Verma

    C# csharp help question

  • multiple form indows application in C#
    S sanki779

    hi all , I want to make a mulitple form application using C#. It is something like An event on 1 form should initialize the other form and or it should invoke the other form. I do not want an MDI applicaion. Can any1 help me out with that? Thanks in advance Sankalp Verma

    C# csharp help question

  • multiple form indows application in C#
    S sanki779

    Its a multiple form Windows application.

    Sankalp Verma

    C# csharp help question

  • proxy website
    S sanki779

    HI I need to make a proxy website for my project. Ny idea how to do that?

    Sankalp Verma

    C# tutorial question

  • proxy website
    S sanki779

    Hi I need to create a proxy website.Ny idea how to do it>? Sankalp Verma

    ASP.NET tutorial question

  • Error Code 0Xc0000135 error code
    S sanki779

    Thanks for such a promt reply.,,,,,,,,,,,,, so does that means that where ever i need to run the that exe i need to install the .net framework first os there any otherwork around? i m saying this because i need to run this exe on around 500 computer and it is not a easy job to install .net framework on all of them. Kindly suggest some workaround?

    Sankalp Verma

    C# csharp help

  • Error Code 0Xc0000135 error code
    S sanki779

    hi all I have made a exe file in c# but when ever i try to execute it gives me the error The application failed to initialize.error code (0xc0000135). Kindly suggest me he soution for the same thanks a lot in advance. Thanks and regards

    Sankalp Verma

    C# csharp help

  • redirect the contents of the command to a file
    S sanki779

    Hi , I need to redirect the contents of the command to a file. I tried doing this using follwing peice of code but it doesnt seem to be working. System.Diagnostics.Process QueryProcess = new System.Diagnostics.Process(); String command = @"ipconfig/all"; QueryProcess.StartInfo.FileName = command; QueryProcess.StartInfo.Arguments = " >c:\\a.txt"; QueryProcess.Start(); QueryProcess.Close(); Kindly look into the problemand tell me the solution ASAP. Thanks and Regards, Sankalp Verma

    Sankalp Verma

    C#

  • redirecting the contents of command promt to a file
    S sanki779

    Hi , I need to redirect the contents of the command to a file. I tried doing this using follwing peice of code but it doesnt seem to be working. System.Diagnostics.Process QueryProcess = new System.Diagnostics.Process(); String command = @"ipconfig/all"; QueryProcess.StartInfo.FileName = command; QueryProcess.StartInfo.Arguments = " >c:\\a.txt"; QueryProcess.Start(); QueryProcess.Close(); Kindly look into the problemand tell me the solution ASAP. Thanks and Regards,

    Sankalp Verma

    C#

  • Replacing a string in a file
    S sanki779

    But i have to save the contents to the file also......... how do i save them into the file?

    Sankalp Verma

    C# csharp tools help

  • Replacing a string in a file
    S sanki779

    Hi , i want to make a utility using c# similar to replace function in the notepad. i have a file in which i want to replace the all the instances of a string with another string. Help me in doing that ......... thanks and regards sankalp verma

    Sankalp Verma

    C# csharp tools help

  • .Net Framework Required Error
    S sanki779

    Thanks Fir that help:)

    Sankalp Verma

    C# help csharp dotnet visual-studio tutorial

  • .Net Framework Required Error
    S sanki779

    Hi What you have suggested is to install the specific .Net Components. Using this still i will have to instll the .Net Framework individually on every system which is a tedious task. :(Is there any way that i can make my application work on any m/c which doesnt have Visual studio or .net framework installed?

    Sankalp Verma

    C# help csharp dotnet visual-studio tutorial

  • .Net Framework Required Error
    S sanki779

    Hi all, I have made a parser program.The exe which i have made works fine on my PC which has both Visual Studio 2005 and .Net Framework Installed. Now if i Copy paste the exe from my PC to some other PC which does not have Visual Studio 2005 and .Net Framework Installed and i try to run this exe it gives me error ".Net framework is not installed. Kindly install it to execute the application." Now problem is this that this application is needed to be run on hundred's of computers and its not a good thinking to install .Net framework on every computer the application needed to be run. So Can any1 suggest any work around for this? Some1 suggested me to use Installsheild for this but i dont know how to use this?????/ PLease HELP :((:confused::confused::confused: Sankalp Verma

    C# help csharp dotnet visual-studio tutorial

  • ABT C#
    S sanki779

    Thnaks for that idea but there are hell of things in C# like WMI , web based applications ADO.Net ADSI etc and its hee that i get confused that what shall i do? My main work area is Networking and we need to write script files based on windows.can you tell me is C# the best language to do so or shall i go for WSH or VBS????? Sankalp Verma

    C# csharp c++ help question

  • ABT C#
    S sanki779

    Hi i am new to the world of C# and previously have worked on C++ and C. i have made certain applications using c# but i am not confident on it. Whats the Best way to do learn c# in shortest time? PLz help :((:confused::confused: Thanks Sankalp Verma

    C# csharp c++ help question

  • Direct Chat Over Internet
    S sanki779

    Tell me 1 thing buddy are you in a private n/w or on the public n/w? If youa re in a public n/w thn it should not b a issue.

    C# csharp visual-studio sysadmin help question

  • How to join a m/c to domain using c#?
    S sanki779

    Does any 1 have any idea how to join a m/c to a domain to which it is physically connected? Sankalp Verma

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