votes
function to write text to a file on desktop
hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...
blah blah blah is here! blah blah » Close
hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...
hi , below is the program written to enter item description, price and date of purchase. finally it is going to give the total amount. here i wanted to write the output of this program to a file created and saved on the desktop .to creat ...
hi, i have written a program to enter the item description, date and price of the item and to produce the sum of the prices entered by the user. its working well except ,that it is not producing the toatl amount. namespace ConsoleAppli ...
Hi, I'm currently doing an ExecuteCommand within Linq to SQL and one is working but the other is not. This one does not work. dc.ExecuteCommand("Update {0} Set {1} = {2} Where {3} = {4}", cha.Change_Table, cha.Change_Field, ...
Hello, Do you have an code example of how i can convert a html page to TIFF? Thanks
Hi there. I am completely new to C# so i don't really know what i am doing. i have got a form with a combo box that is linked to a database table. and I've also got 6 text boxes. what i would like to happen is when the user changes th ...
Hi All, First of all I would like to thank you for the support. I am new in coding and need assistance in getting a specific xml content to an excel spreadsheet or to a datagridview. the XML file is not a standard one (i think and belo ...
How to shortly copy a jagged part of a double array into a 1D array? I have "double" A[][,] and I want to copy all elements in A[1][i,2] into another 1D double array B[] : i.e put this elements of A into X A[1][0,2]-->X ...
hello guys with this i print on the paper the string hello by call print(); i wand to add variables on the font name anfd the size (i know how to do this) but i also wand to preview the drawing first on a picture box and then to call ...
Hi I'm using c#. I have create a stored procedure in my SQL Server 2005 db for deleting clients. The reason I used a stored procedure is because in order to delete a client I have to delete several other records from different tables tha ...
I am doing this way but can't get insert's [code] SELECT REPLACE (REPLACE ([text], CHAR(13), ' '), CHAR(10), ' ') AS QUERY FROM sys.dm_exec_cached_plans AS p CROSS APPLY sys.dm_exec_sql_text (p.plan_handle) WHERE p.objtype = 'Adhoc ...
I have the following: Dictionary<int, List<DataRow>> fundValues What I need is based off the very first record for a column called "ValueFooted", I need to find out the type this column is (already know it is a ...
HI...I WANT TO KNOW IF WE CAN RUN ASPX PAGES ON MOBILE WITHOUT INSTALLING .NET FRAMEWORK
hi with this code i create a new table with name the date-time DateTime dat = DateTime.Now; string format = "d M yyyy HH:mm"; dat.ToString(format); string days = Convert.ToString(dat. ...
Is it possible to play flash without flash-player installed? I heard that SWF file and flash player itself may be included into one EXE file. It cannot be decided with creating projector. Please Help!
Got feedack? Found a bug? report it here.