Window Styles - WS_POPUP - How can I filter or find if a window is visible...
Hi,Any suggestion how to filter or find windows according to style ?Thanks In Advanced
View ArticleHow to convert PDF TO EXCEL File using Freeware DLL
Hi Team How to convert PDF to Excel using .NET and Freeware DLL or Third Party Tool.
View ArticleMeasure network performance with system.diagnostic - which counter(s)?
I want to use the system.diagnostic.performancecounter to find out if there is heavy traffic through the network card of the machine hosting my console app. There are several counters that look...
View ArticleSpecified cast is not valid in Linq?
Hi,these is Database StructureTimeSheetId int Unchecked ReserveID int Unchecked LoginTime datetime Checked LogoutTime datetime Checked Day...
View ArticleProblem while importing CSV and Excel files
I have the same problem while i am importing my CSV or Excel file it convert some of my fields as 3E to 3 and in CSV 3 A to 3. is there any way to stop that. I think its because of the formula what we...
View ArticleC# polymorphism trouble
I can't access the derived class public members below. How do I do this?public class WhateverBase { public int iMin = 0; public int iMax = 0; public WhateverBase() { iMin = 0; iMax = 0; } } public...
View ArticleList ShortCut Names From Desktop
Hi, I'm trying to get the names of my desktop shortcuts. I've been trying to use the below code, but it results in one error and doesn't work. The error is win32exceptionwasunhandledusing System; using...
View ArticleMultiValues User Settings creation and use.
Hi,I need to create a User Setting at run time. This setting will have multiple values (in other words, it will be of a Struct (with 2 variables in it)). I used below code. This code adds the new...
View ArticleGetting list of printers in c# with manage printers rights for currently...
Hi,I want to get a list of printers those have manage printers rights in printer security tab for currently login user. Following code give me list of all printers installed over a printer server, but...
View ArticleMVC 4 Internet Application created and IIS Server created but not working.
Hi There i have created a MVC 4 Internet Application and set up A Server on Server 2008 through IIS7 created virtual directory.I can acces the directory from my webpage but like old normal webform...
View ArticleHow to convert Image(JPEG,GIF,TIFF,ANY TYPE) TO EXCEL(EDITABLE IMAGE) File...
Please help me to resolve the issue
View ArticleFocus on a specific page using a brick
Hello. I am new to c# and I am trying to fix an error in my report. I am trying to iterate through my report and search for a tag that matches the tag of the previous page that was viewed. The reason I...
View Articlecreate custom cursor using c#
Hi All,Iam assigned with a challenging task where i wanted to create custom cursor as shown in the below image using c#, where the cursor should be looking as below when placed on some image. Iam a...
View ArticleCascadingDropDown returning SelectedValue empty
Hello everyone.I have a Default.aspx page which has a PlaceHolder and inside it an ascx control loaded by using the following code:PlaceHolder.Controls.Add(LoadControl("mycontrol.ascx"));...
View ArticleXPath help needed - lists and NULL
I am using C# and the having problems finding info on how to test for NULL or empty strings and also how to filter with a list.In C# I could do this to test for empty...
View ArticleHelp regarding deletion first file and then importing file
I am getting the following exception when i delete the existing file and import another.$Exception {"Violation of concurrency: DeleteCommand affected 0 of the expected 1 records."} System.Exception {}...
View ArticleInstaller issue in Vista
Hi, I have created a custom project and a Setup project for in (C#, VS 2008).When I want to run the msi file on Vista, I only get some error "Program has stopped working" or something. Nothing...
View Articleplease help me
i have doubt about how to show the text box value into the crystal report..in my project i need to show the log in name in the crystal report.. i had created the parameters and assigned the discrete...
View Article.Net threadpool synchronizing using AutoResetEvent
Hi, Following is the code that I use, so that Main thread wait for Threadpool threads to execute, I use AutoResetEvent, but I am really surprised that I am way off the mark, as the code doesn't behave...
View ArticlePrinter prints garbage value from Byte[]
Am converting an .png image to byte array and sending it to printer, but it prints garbage value in multiple pages.
View Article