Help w/ code review
I understand that we should reserve try/catch for those cases where errors are unpredictable. However, in my case, SharePoint does not provide a good API to detect whether an SPGroup object exists or...
View ArticleSaving TIF Image degrades image to 16 shades of gray on WinServer2008
I'm migrating legacy code from WinServer2K3 to WinServer2K8 R2. On Win2K3 saving a single grayscale .TIF image results in 233 (of 256) unique colors when viewed with "IrfanView". When I moved this...
View ArticleMicrosoft RDP Client Control in Winforms C# on Windows 8.1 Error
I have a C# app I've written in Visual Studio 2013 Express on a Windows 8 laptop.I have a MDI style app with one form that has the Microsoft RDP Client Control. When I open the form, I get the...
View ArticleDownload file from Windows Azure with Authentication
Hi,I have some files in Windows azure blob storage.storage. Iam downloading those files use HTTP web request.When its Public(No Authentication) then i can download without any problem but when its...
View ArticleSorting order of the elemtns
Hi All, I will be highly obliged if you could solve my issue. The issue which I am facing that is about the sorting order of the Special Chars, Numbers and Alphbets. I think default sorting is...
View ArticleSQL query related...
Hi,I want to retrieve a maximum value of a certain field (column) in a data table. The data table has other columns as well. What I need to do is to extract the maximum value in column (lets say in...
View Articlehow xml parse all Element values
I using this code to extract XML element valuesvar x = from d in xdoc.Descendats("mean") where d.Value select;The problem is what the file has a lot the mean elements like this<dic> <entry>...
View ArticleMerge files using C#
Is there a way in C# where we can merge multiple TIFF files into one TIFF file, multiple JPEG files into one JPEG file. Any help much appreciated
View ArticleExport tabulated string to an excel file
Hello,I have been scratching my head all day trying to get this to work, so if someone could help I would be very grateful.I am able to export a tabulated string to an Excel file, when I open the file...
View Articledeploy project with database in C#
hi!I have a project made in C# with SQL Server database. I would like to deploy the project with the database. I am researching for two days, but haven't found any solution.
View ArticleAdding code to the Main method
Hi,I have to add coding to the main method. How do I do that without getting an error. I have to start a new project in Visual studio on a new console application for C#.I have to add the using...
View ArticleMatching Passwords In A Web Registration Form
Hi All,I know this has been similarly posted and replied to but they all seem to be in VBasic and I am working with C#.I have a User Registration form that completes the simple task of taking the user...
View ArticleC# Method help
how would i write a method that receives 3 integers and returns the largest of the three. what would my interface look like and how would i begin the code?
View ArticleGet and set
Hello there,I got a small problem, i want to change a value in another class.Like this: i got a bool on false.. so the user can't open a d2 for a second time.. when the user shut down the second...
View ArticleUsing the PowerModeChanged Event.
SystemEvents.PowerModeChanged += new PowerModeChangedEventHandler(SystemEvents_PowerModeChanged); private void SystemEvents_PowerModeChanged(object sender, PowerModeChangedEventArgs e) { string path =...
View ArticleSynchronize List and Dictionary
Hi everybody,I would like to know if there is a class or a method in the .NET framework to synchronize a List with a Dictionary. public class CustomClass { public int ID { get; set; } public string...
View ArticleUsing Aggregate Functions with OLEDB Reader
Hello, I'm having an issue when trying to use the AVG Function.my code should read in data from an access database, And output the data into a label.I have made it work for 6 buttons correctly using...
View ArticleCan somebody help me with this ?
I need to write a program to encryption XOR text. I'M new to this C programa Write an application that can XOR a given file with a given 'key'. Save the encoded (XORed) file to a new file. To see if...
View ArticleSimple convert question
Hi everybody,This should be very simple, but I can not get it.I need to get max of the Int16 column and 1.So, this is my current code that doesn't compile:Int16 timespan =...
View ArticleBayesian Networks in .NET and C#
Hi all,I am looking for something to start off with Implementing a Bayesian Network and compute conditional and Normal Probabilities of Events.I found some infer.net by Microsoft Research as useful....
View Article