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

saurabh sahay

@saurabh sahay
About
Posts
42
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Looking for a spesific control
    S saurabh sahay

    welcome :)

    C# csharp question

  • CMD.exe help
    S saurabh sahay

    cool!!..good to know about you :)

    C# help question

  • CMD.exe help
    S saurabh sahay

    what do u do soloforce?

    C# help question

  • cannot insert into database 2005 using visual c# 2008
    S saurabh sahay

    Use System.Xml.XmlDocument in you code to parse the XML document and extract the database name, connection string and other information and save them into your types objects. Use these type objects normally as you do database interaction and transaction.

    C# database help csharp sql-server sysadmin

  • CMD.exe help
    S saurabh sahay

    I guess you are correct..

    C# help question

  • CMD.exe help
    S saurabh sahay

    Also do the following ps.FileName = "/C" + "\"\"C:\\Program Files\\RBS ThinTV\\PLINK.EXE\""; ps.Arguments = (@"appliance@%ThinConnectedFrom%" + " " + "-pw appliance" + " " + "\"killall -q vlc; export DISPLAY=.0; vlc --video-on-top --key-vol-up 100 rtsp://stfamtv0002/streama\"\""); System.Console.WriteLine(ps.FileName + ps.Arguments); and see the string displayed on the console is the right command string for cmd.exe or not?

    C# help question

  • CMD.exe help
    S saurabh sahay

    "/C" + "\"\"C:\\Program Files\\RBS ThinTV\\PLINK.EXE\""; -----here what is "/C" ? To check the validity of the code. USe ps.FileName = "Notepad"; ps.Arguments = "abc.txt" Check whether notepad opens or not and then check your code accordingly.

    C# help question

  • Common encryption method in PHP and C#
    S saurabh sahay

    Use this PHP package[^]

    C# csharp php security

  • CMD.exe help
    S saurabh sahay

    You need not use cmd.exe as it the command shell which would automatically get invoked. your executable file here is /C" + "\"\"C:\\Program Files\\ThinTV\\PLINK.EXE and your arguments is appliance@%ThinConnectedFrom%" + " " + "-pw appliance" + " " + "\"killall -q vlc; export DISPLAY=.0; vlc --halfscreen --key-vol-up 100 rtsp://stfamtv0001/streama\"\"" Please arrange it accordingly. Let me know if you still need some help.

    C# help question

  • Datagridview double enter event handler
    S saurabh sahay

    this is called the smart way of doing :)

    C#

  • cannot insert into database 2005 using visual c# 2008
    S saurabh sahay

    You may also consider storing all the SQL DB connection information in an XML file instead of hardcoding.

    C# database help csharp sql-server sysadmin

  • Datagridview double enter event handler
    S saurabh sahay

    right solution...

    C#

  • Looking for a spesific control
    S saurabh sahay

    That would be a customized control. You can do that yourself, infact even better and easily with 3.5

    modified on Friday, June 12, 2009 7:17 PM

    C# csharp question

  • SQL Connection dropping
    S saurabh sahay

    There must not be any code changes while migrating from 2.0 to 3.5 as framework core(structure) remains the same retaining all previous functionality. All the enchancements are additional to the 2.0.

    C# csharp database help question

  • Common encryption method in PHP and C#
    S saurabh sahay

    True

    C# csharp php security

  • Common encryption method in PHP and C#
    S saurabh sahay

    Symmetric (Rijndael)[^] would indeed be nice

    C# csharp php security

  • xp sidebar in .net2005
    S saurabh sahay

    :laugh:

    C# csharp help tutorial

  • CMD.exe help
    S saurabh sahay

    Hope you get it now ?

    C# help question

  • CMD.exe help
    S saurabh sahay

    If command to execute in shell is "FOP.exe -XML abc.xml - pdf abc.pdf" Then file to execute is FOP.exe and arguments are -XML abc.xml - pdf abc.pdf

    C# help question

  • WebCamLib Problem
    S saurabh sahay

    This article[^] will help

    C# question help tutorial
  • Login

  • Don't have an account? Register

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