mappoint2009
I want to put an outline of property lines onto my map. I get the .KML from the tax map website. I've converted it into a .XML and tried importing it to Mappoint2009 but it wont work. The coordinates...
View ArticleHow do I compare and check if 2 images are the same visually?
Assuming that they are both the same size, how what would be the code to compare if 2 images are the same visually or not.using System.IO;FileStream image1 = new FileStream("1.png", FileMode.Open,...
View ArticleNot all strings are working when uploading to database. (regex,match,odbc)
Hi i have the follow code, and not all strings are working. Only the first 3 values are working: capcode,melding,korps. all other is blank when i run the program.using System; using...
View ArticleDot Net Certification and Code Reviews
Hi,I would like to take any certification exam only on DotNet framework.Can you please share if there is any Exam only for Dotnet framework, not including windows, Asp.net or other extensions.Also, I...
View ArticleTreeview selected nodes path to Address textbox
Sorry guys, i ran into a problemI want to display Tree Node path in Address Textbox like in picture above, and it working, but... if i choose nodes level 0, that means i double click on "Generals"...
View ArticleProblem in Printing and Reporting Crystal Report
Hai,I'm Using VS2010 and SQL Server.The below code is I have used in my page for Crystal reportprotected void Page_Load(object sender, EventArgs e) {//Here I retrieve User Name from another page...
View ArticleEnable IIS 6 Management Compatibility Programatically C#
Hi, I want to enable the IIS 6 Compatibility features Programatically in C#. Is there a way I can do this? A sample would be very helpful.Any help is appreciated.Thanks,Chas.-Chandrahas
View ArticleWindow Bug in Windows 8
Hi, I'm developing a program that have a transparent screen and I found out that there is a silly bug with the window chrome apparently only in Windows 8/8.1To reproduce this bug, please refer to this...
View ArticleHow to clear dropdownlist bounded with dropdownindexchange event of another...
i have dropdownlist of country and state , and when i select dropdownlist of country state dropdownlist populatesnow when i click on submit button all dropdownlist should be clearedi have tried...
View ArticleXslCompiledTransform with selections from treeView
Hi,I'm currently writing a windows form application in c#, looking at 2 separate directory TreeViews from a tab control (one containing xslt files and another with xml files). I can get the selected...
View ArticleHow to List Sort with function to order point Clockwise
Hi I have a List of point that define polygon. And have the central point. Also have a function that return the angle between the given point and the poligon center. public double Angle(Point A, Point...
View ArticleHOW TO RETRIEVE EMAILS IN FORM APPLICATION IN C#
Please help ME .I am new in this domain .i want to learn how to get email in windows form application in c# language.I hope some one will help .Ragards
View Articleservice is unable to install before (installutil.exe)
service is unable to install before (installutil.exe). code is not having any error. warnings are there as i have not used 2 variables anywhere in coding. how do i do that? this is the error...
View ArticlePassing object by ref to COM not working
Guys,Newbee just getting into C# needs to help:I'm trying to call a dll functions which looks like this:public double[,] Correl(string action, ref object returns, double observation_frequency);Issue is...
View ArticleHow to find white space in string
Hi all i am having sentence with N of words, i want to find the white space between each words.How to find the white space ? ThanksRegradsSelvaThanks - SelvaKumarSubramaniam.Please MARK AS ANSWER, if...
View ArticleHelp With P/Invoke Declaration
I am using some API materials that came with some hardware that I am using. The manufacturer provides a C/C++ DLL, a C header file, and a C# declaration file that *should* make it easy to use in a C#...
View ArticleAuto Rental Program
I am relatively new to Visual Studio and I am creating an Auto Rental program for my friend. I have some questions concerning on how to implement some fairly simple things but after researching all I...
View ArticleHow To Hide(Or Lock)File/Folder/Drive In C#
Hihow to hide file or folder or drive in c#?(Or Lock)GiliSoft File Lock:Best Application for file /folder/drive.Do Can in c# similar gilisoft hide file or lock file , So That Don't Show Hidden With...
View ArticleConverting JPG images
Hi,I have a DB growing where I want to go back to BLOBs and convert them. They are stored as JPG initially, I want to go grayscale but not lose quality, just get smaller file size from the less...
View ArticleC# .NET FileUpload.SaveAs() root path problems
Hello, I have a FileUpload control on my page. To upload the file, it says that I need a "root path", but, since I use shared Windows hosting, when I try to upload the file using the root path, I get...
View Article