welcome :)
saurabh sahay
Posts
-
Looking for a spesific control -
CMD.exe helpcool!!..good to know about you :)
-
CMD.exe helpwhat do u do soloforce?
-
cannot insert into database 2005 using visual c# 2008Use 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.
-
CMD.exe helpI guess you are correct..
-
CMD.exe helpAlso 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?
-
CMD.exe help"/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.
-
Common encryption method in PHP and C#Use this PHP package[^]
-
CMD.exe helpYou 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.
-
Datagridview double enter event handlerthis is called the smart way of doing :)
-
cannot insert into database 2005 using visual c# 2008You may also consider storing all the SQL DB connection information in an XML file instead of hardcoding.
-
Datagridview double enter event handlerright solution...
-
Looking for a spesific controlThat 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
-
SQL Connection droppingThere 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.
-
Common encryption method in PHP and C#True
-
Common encryption method in PHP and C#Symmetric (Rijndael)[^] would indeed be nice
-
xp sidebar in .net2005:laugh:
-
CMD.exe helpHope you get it now ?
-
CMD.exe helpIf 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
-
WebCamLib ProblemThis article[^] will help