How to convert .pst to .msg
HiCan anybody help me out find a solution for conversion of .pst file to .msg files thanks & regardsKB
View ArticleChange method from Webbrowser to httpwebrequest
Hi all!I've made an app that checks mac address vendor using webbrowser(getelementbyid) to fill a textbox in webpage and than get the result back.Here is the code:...
View Article(ASP.NET) Import excel to datatable from 9th row in asp.net using Oledb provider
I have a excel sheet that i have to import to data table then in SAP, and I want to make the 9th row header column and read the data from the 10th row, considering 9th row is the Column name. From...
View ArticleSystem.OverflowException
"A first chance exception of type 'System.OverflowException' occurred in VBIntru.exe "this type of exception is generated and my project get closed...and In OUTPUT window i got above statement as an...
View ArticleIssues with Coded UI with WPF application
We are working in automating the WPF application and developed around 3700 test cases so far and we are facing some issues frequently in our executions.Can anyone please provide me any best...
View ArticleWhat's faster: cast of type or using vitrual methods?
Hello!What's faster: cast of type or using vitrual methods?For example we have interface ISomething with method DoIt() and to classes as heirs of ISomething: ClassA and ClassB.What is faster: cast to...
View Articleint and Int32
Hello!We have int as shortcut of Int32 at this moment. And I have code which do some work with max value of int(get max count of digits). Is there any logic to calculate it in code instead of using...
View ArticleGet text between div tag
Hi, I'm trying to get the text between this div: <div class="vk_bk vk_ans">1:25 AM</div>I've been searching for about an hour on this and other forums trying to find something that works...
View ArticleDescription: The process was terminated due to an internal error in the .NET...
Hello everybody,since a few days our windows service application crashes several times with the same errorFramework Version: v4.0.30319 Description: The process was terminated due to an internal error...
View ArticleNullReferenceException at VirtualizingStackPanel.OnItemsChanged
Good day! I use WPF and reference to net framework 4.0 (4.5 with Windows 8 installed). When I use ListCollectionView in the middle of the ItemsControl.ItemsSource andmy source object collection,...
View ArticlePOS For .NET FiscalPrinter class: amount of cash
I'm writing POS For .NET driver for Fiscal Printer device. Fiscal Printer device holds the amount of cash in fiscal memory. This amount is changed by printing cash-in or cash-out receipt or printing...
View ArticleAPI to manage the Central Certificate Store
Hi,is there any way to programmatically access and use the Central Certificate Store(CCS)? I see that the CCS is new in Server 2012, but have not found any API or other resources related to it.I am...
View Articleread txt file and store it contents
How do I read data from a txt file and store in a queue, stack and a ArrayList in visual basic
View ArticleADT (Abstract Data Type)
Hello, everybody :-) Recently, I've decided to give a deep dive into ADTs concept in order to get a better undertanding of it and, thus, construct more "perfect" classes. Here're my thoughts on this...
View ArticleUsing SerialPort class to communicate with USB CDC device
I'm using the SerialPort class to communicate with a USB CDC class device. I'm using the Write method to send a message and ReadByte to read the response one byte at the time (response is usually 2...
View ArticleDataset.Select and foreach enumerator
Trying to convert an old application written in .net 2 to .net 4. I several foreach enumerations on the Dataset.datatable that are using .Select to filter and/or sort the data. The first issue I am...
View ArticleImplementing an C++ DLL into VB.NET Application
Hey folks,I'm hanging in my translation from VB.NET 2010 to VC++ 2010. I got a Host Application which has a plugin interface using the MEF Interface. My Plugin is loading its appearance from an...
View ArticleData-annotation & model validation in MVC5 different than in MVC3
While updating an existing application form MVC3 to MVC5, I encountered some strange behaviour, which turned out to be a difference at the core of MVC3 and MVC5. My question is two fold:1. Is this...
View Articlehow to outline text based on a givent Font?
I need to outline text based on a given Font. Here is code snippet:private void DrawText(String text, Graphics graphic) { String _text = text; SizeF size = new SizeF(); Font f2 =...
View ArticleRetrieving the COM class factory for component with...
Retrieving the COM class factory for component with CLSID(00024500-0000-0000-C000-000000000046) failed due to the following error: 80040154
View Article