¡@

Home 

c# Programming Glossary: en

How can a Word document be created in C#? [closed]

http://stackoverflow.com/questions/10412/how-can-a-word-document-be-created-in-c

can a Word document be created in C# closed I have a project where I would like.. in C# closed I have a project where I would like to generate a report export in MS Word format. The report will include.. best way to do this Third party tools What are your experiences c# .net ms word openxml share improve this question The..

.NET String.Format() to add commas in thousands place for a number

http://stackoverflow.com/questions/105770/net-string-format-to-add-commas-in-thousands-place-for-a-number

share improve this question http msdn.microsoft.com en us library fht0f5be.aspx ' Format a negative integer or floating.. Standard Numeric Format Specifiers s String.Format C Currency . . . . . . . . 0 C vbCrLf _ D Decimal . . . . . . . . ... C vbCrLf _ D Decimal . . . . . . . . . 0 D vbCrLf _ E Scientific . . . . . . . 1 E vbCrLf _ F Fixed point . . . . . . ...

How to use localization in C#

http://stackoverflow.com/questions/1142802/how-to-use-localization-in-c-sharp

note the fr part this one will contain resources in French . Add a string resource with the same name as in strings.resx.. the same name as in strings.resx but with the value in French Name Hello Value Salut . Now if you run the following code.. run the following code it should print Salut Thread.CurrentThread.CurrentUICulture CultureInfo.GetCultureInfo fr FR Console.WriteLine..

System.Timers.Timer vs System.Threading.Timer

http://stackoverflow.com/questions/1416803/system-timers-timer-vs-system-threading-timer

vs System.Threading.Timer I have been checking out some of the possible timers lately and the Threading.Timer.. . I am making a game and I plan on using all types of events with different intervals etc. Which would be the best c#.. a game and I plan on using all types of events with different intervals etc. Which would be the best c# timer share improve..

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

machines In our project we're using TransactionScope's to ensure our data access layer performs it's actions in a transaction... We're aiming to not require the MSDTC service to be enabled on our end user's machines. Trouble is on half of our developers.. to not require the MSDTC service to be enabled on our end user's machines. Trouble is on half of our developers machines..

C# - Convert UTC/GMT time to local time

http://stackoverflow.com/questions/179940/c-sharp-convert-utc-gmt-time-to-local-time

We are developing a C# application for a web service client. This will run on Windows XP PC's. One of the fields returned.. server returns a field in GMT format i.e. with a Z at the end. However we found that .NET seems to do some kind of implicit.. out. The following code sample resolves this to some extent in that the 12 hour difference has gone but it makes no allowance..

Encrypt/Decrypt string in .NET

http://stackoverflow.com/questions/202011/encrypt-decrypt-string-in-net

me the code to Encrypt and Decrypt a string in C# c# .net encryption mono cryptography share improve this question EDIT.. example derived from the RijndaelManaged Class documentation and the MCTS Training Kit . EDIT 2012 April This answer.. Kit . EDIT 2012 April This answer was edited to pre pend the IV per jbtule's suggestion and as illustrated here http..

Using AES encryption in C#

http://stackoverflow.com/questions/273452/using-aes-encryption-in-c-sharp

AES encryption in C# I can't seem to find a nice clean example of.. seem to find a nice clean example of using AES 128 bit encryption. Does anyone have some sample code c# aes rijndaelmanaged.. article seems to discuss both the algorithm and a C# implementation that specifically includes 128 bit keysizes http msdn.microsoft.com..

Regarding IE9 WebBrowser control

http://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control

IE9 WebBrowser control I recently upgraded to IE9 beta. Now In my .net 3.5 WinForm application.. properties and functions of IE9 My concern is I want to render some SVG graphics on it. Thanks Omky c# .net 3.5 web browser.. IE8 version you do have a little more control over the rendering mode inside the page by changing the doctype. Of course..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

Internet Explorer Extensions After developing a few Firefox Chrome extensions I've.. Extensions After developing a few Firefox Chrome extensions I've decided to try and expand my skill set by developing.. expand my skill set by developing an Internet Explorer extension in C#. I went into it thinking it wouldn't be too bad. Wow...

How check if given string is legal (allowed) file name under Windows?

http://stackoverflow.com/questions/62771/how-check-if-given-string-is-legal-allowed-file-name-under-windows

check if given string is legal allowed file name under Windows I want to include.. file name under Windows I want to include batch file rename functionality in my application. User can type destination.. in my application. User can type destination filename pattern and after replacing some wildcards in pattern I need..

Sending email through Gmail SMTP server with C#

http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c-sharp

email through Gmail SMTP server with C# For some reason.. the accepted answer or any others don't work for me for Sending email in .NET through Gmail . Why would it not work UPDATE.. else otherwise Google have changed something which has happened before . When I try the piece of code that uses SmtpDeliveryMethod.Network..

C# Login to Website via program

http://stackoverflow.com/questions/930807/c-sharp-login-to-website-via-program

index.do PageModule UsersLogin I've searched for the entire day about how to do this and tried examples but have had.. share improve this question You can continue using WebClient to POST instead of GET which is the HTTP verb you're currently.. to POST instead of GET which is the HTTP verb you're currently using with DownloadString but I think you'll find it easier..

Open file with associated application

http://stackoverflow.com/questions/10174156/open-file-with-associated-application

Path.GetDirectoryName file pi.FileName file pi.Verb OPEN Process.Start pi or this Process.Start file where string file.. DDEExec that I shoul be aware of thanks and sorry for my EN c# process file association share improve this question ..

Create “Hello Wold” WebSocket example

http://stackoverflow.com/questions/10200910/create-hello-wold-websocket-example

DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns.. alert About to send data ws.send Hello World I WANT TO SEND THIS MESSAGE TO THE SERVER alert Message sent ws.onmessage..

CookieContainer bug?

http://stackoverflow.com/questions/1047669/cookiecontainer-bug

DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd script..

Google Weather API 403 Error

http://stackoverflow.com/questions/11878143/google-weather-api-403-error

8 n print MYFILE qq DOCTYPE html PUBLIC W3C DTD XHTML 1.1 EN xhtml11.dtd n print MYFILE qq html xmlns http www.w3.org 1999..

Check for SSL when hosted in Rackspace (Mosso) Cloud

http://stackoverflow.com/questions/2093858/check-for-ssl-when-hosted-in-rackspace-mosso-cloud

@ Page Language C# DOCTYPE html PUBLIC W3C DTD XHTML 1.1 EN http www.w3.org TR xhtml11 DTD xhtml11.dtd script runat server..

Websocket server: onopen function on the web socket is never called

http://stackoverflow.com/questions/2211898/websocket-server-onopen-function-on-the-web-socket-is-never-called

8080 DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

ASP.NET File Upload

http://stackoverflow.com/questions/3167240/asp-net-file-upload

DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

using Plupload with ASP.NET/C#

http://stackoverflow.com/questions/4350686/using-plupload-with-asp-net-c

script DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Strict EN http www.w3.org TR xhtml1 DTD xhtml1 strict.dtd html xmlns http..

How to get the actual (localized) folder names?

http://stackoverflow.com/questions/5145394/how-to-get-the-actual-localized-folder-names

names in a given directory. The functionality runs fine on EN OS but when I run the application on localized OS for e.g. German..

jquery datepicker ms ajax updatepanel doesn't work after post back

http://stackoverflow.com/questions/520645/jquery-datepicker-ms-ajax-updatepanel-doesnt-work-after-post-back

DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

How to apply scroll animations to grid view control

http://stackoverflow.com/questions/5753906/how-to-apply-scroll-animations-to-grid-view-control

C# DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd script..

how to call an ASP.NET c# method using javascript

http://stackoverflow.com/questions/7089760/how-to-call-an-asp-net-c-sharp-method-using-javascript

page DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

asp.net: Invalid postback or callback argument

http://stackoverflow.com/questions/7476329/asp-net-invalid-postback-or-callback-argument

DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

A potentially dangerous Request.Form value was detected from the client

http://stackoverflow.com/questions/9130186/a-potentially-dangerous-request-form-value-was-detected-from-the-client

cc1 DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..

get POST data in C#/ASP.NET

http://stackoverflow.com/questions/976613/get-post-data-in-c-asp-net

DOCTYPE html PUBLIC W3C DTD XHTML 1.0 Transitional EN http www.w3.org TR xhtml1 DTD xhtml1 transitional.dtd html xmlns..