get rid of thousands comma separator
Hi,I am using N0 to format my number without decimal places.How can I also get rid of the thousands comma separator so 1234 will show as 1234 and not 1,234Thanks,Jassim
View ArticleSystray sndvol32 icon removal
Hello,I want to remove of hide the soundmixer volume control icon from the tray. Ofcourse you can do this with mmsys.cpl control panel butt i want to do it from my own program. I take a look at...
View ArticleHow to implement application tracing
Hi,I want to implement audit trail logs for my application i.e. when we visit a part of application, it gets logged. And we can pull out data for it. Like who all visited the page when.Please suggest...
View ArticleWhy wont my web application read my DataAccessLayer.dll.config file?
I'm trying to use application settings with a C#.NET project I am working on. But I can't seem to get it to return anything other then the default values. Through the project properties I've added a...
View Articlewhat does ni mean?
Hi dear all,I'm complete new to .Net Framework . Recently I've found some .Net assemblies has the ni suffix , for example , System.Windows.Forms.ni.dll , in which I can't find any metadata with ildasm...
View Articleproblem with email message attachment name
Sorry for my bad English I have problem like this:"KB2402064 An email message attachment name that contains non-ASCII characters and is longer than 41 UTF-8 encoded bytes is encoded two times before...
View Articleadding Window Media Player into IE Toolbar
Hello:I am facing a problem in adding a Window Media Player Control into IE ToolBar.I found a project written in C# on Code Project site that can add a text into IE toolBar. But I can't add the window...
View ArticleImport and Export txt to SQl server
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Try Dim StartDate As DateTime Dim EndDate As DateTime Dim SourceIPAddress As...
View ArticleHow to apply two Action Filters
Hi,I'm using Action Filter on Controller level. A class implementing ActionFilterAttribute has some logic for OnActionExecuting which must b called always. I have created another class implementing...
View ArticleHow to show a .pfx certificate in visual studio
I just made a test .pfx certificate and put with the file explorer in the project folder, but it is not visible in Visual Studio. Do I have to make a import in some way to show the certificate in the...
View ArticleVisual aspx Winform components organisation
Hi all,I am building ASPX pages and winforms with a lot of components, sometimes hidden, sometimes not.In order to help me programming and avoid to swap between representation and code, I am wondering...
View Articleconversion of 64Bit application to 32 bits c#
hello I carried a small application that allows me to retrieve data via a serial port. a data type of example that I get: 123456789458123698547852001025... I did it on a PC Windows 8 to 64 bits, it...
View ArticleWPF Socket programming Issue
Hi Eveyone,I am Windows Phone Developer and I am new to WPF desktop Application Development.I have wp8.1 PCL project that used for Universal Application Dvelopment(winrt 8.1/wprt 8.1) and now I want to...
View Articledynamically how to assign value to the app.config ,which is in class library...
dynamically how to assign value to the app.config ,which is in class library projectSrikanthSheshagiri
View ArticleOn WP8.1 ONLY: cannot read more than 65536 bytes off an HTTP Stream
Hi,Hope someone could please provide any help on an issue I'm struggling for quite a lot of time.Goal: I need to read an http stream from a specified URI, that I startup & endlessly read with the...
View ArticleWebClient is not working
I am using Visual Studio 2012 for Windows Desktop. In my IDE when I created a WebClient control in the form. a Form1.Designer error could appear. Why is that?
View ArticleSimple Regular Expression
Hello,i am new to regular expressions and have a very simple newbie question.I want to catch a certain number of characters after a certain string and delete them:<li> 1. Example text<li>...
View ArticleUnable to use the Clsses (IPAddress,System.timers.timer,Sockets] in .net...
HiRe: creating a class library for Windows Store application. i have installed vs 2015 with .net framework 4.6, already i have .net class library project [wpf] . i want to create a similar windows...
View ArticleHow to capture traffic of a specific application?
Hi,I am about to start a program that collects data from a specific application and do some statistical work with the data.I want to write a program that captures the packets from that specific...
View ArticleHttpClient - Header - ContentLocation
Hi,I used the nuget package "https://www.nuget.org/packages/Microsoft.Net.Http/" Microsoft.Net.HttpClient to manipulate a REST API from a portable class library that support :.Net Framework...
View Article