Bitmap.HorizontalResolution and Bitmap.VerticalResolution properties
I have one question about how windows read some properties of an Image. When i rightclick on an Image and in Properties window if i goto Details tab then it shows that Image has 200 dpi as Horizontal...
View ArticleDatePicker Highlighted dates are not visible until the next button has been...
$(".cal1").datepicker({ minDate: 0, dateFormat: 'yy-mm-dd', numberOfMonths: 2, beforeShowDay: available, onSelect: function (selectedDate) { deppdate = $.datepicker.formatDate("dd-mm-yy",...
View ArticleVerification Failure (Fingerprint DigitalPersona)
ive seen all the post related to my problem.. but i have different code .. i've searching for the answer for almost 2weeks now .. but no luck .. this is my code i dont know what's happening .. it keeps...
View ArticleCould not find any resources appropriate for the specified culture or the...
Hi, I am working in VS2010 and getting this error when my project tries to access resx file. Resx file is local to this project. It works fine if I exclude and include again in my project. but it does...
View ArticleMohamed
Hello sir please i need you help me to download win 8 i have the product key but i dont know from where i can downloaded itplease help me thanks
View ArticleSetting logical name for a PosPrinter is not taken info account by POS.NET 1.12
I have a TM-T20 EPSON Printer that I need to use to print receipts. To program it, I have downloaded POS for .NET v1.12 and installed in my PC with Windows 7, 32 bits. I have used SetupPos application...
View ArticleSystem.OutOfMemoryException was thrown
I try to use HttpWebRequest to upload local files to server, but it failed with System.OutOfMemoryException, could you help me figure out what's happened?System.OutOfMemoryException: Exception of type...
View ArticleUsing Xinput, how do I access the Guide Button value that appears hidden
http://msdn.microsoft.com/en-us/library/windows/desktop/microsoft.directx_sdk.reference.xinput_gamepad(v=vs.85).aspxThe above link is the structure used to find the state of all buttons on an Xinput...
View ArticleXtraReport vs RDLC
Hi, I wanna ask about your experience please.. if ou had an option to choose between XtraReport and RDLC for our business application? which one you'll decide to use? Thanks,Jassim
View ArticleServiceBase.OnPowerEvent problem
I implemented a windows service that must send a message when the system enters suspend mode. I have set CanHandlePowerEvent and override OnPowerEvent method and I get the power events fine (more or...
View Articleparallel version of DataView.FindRow ?
does DataView.FindRow have a parallel version? how to exec plinq in an existing DataView?
View ArticleSystem.Speech.Synthesis GetInstalledVoices() : How to install additional...
How do I install additional voices so that the method below will see the voices I have installed. System.Speech.SynthesisClass SpeechSynthesizerMethdo GetInstalledVoices() I have installed...
View ArticleRegex matching phone numbers with PowerShell
Hey,I cannot for the life of me figure this one out. I have the following:'tel:+999999999999995599;ext=3434;ms-skip-rnl' -match ‘tel:\+(\d+)(?:;ext=(\d+))?(?:;(\w+))?’;$MatchesBasically I am trying to...
View Articleparams Keyword for 2-Dimensionals
Can the params keyword be used to create two-dimensional arrays? If yes, how?Reasons:I created a matrix theory class "Matrix" which is just a bunch of functions on float[,] (such as adjoint, rref, ref,...
View ArticleBinding the second data of a list to the textproperty of textbox
I defined a textbox and a list, the list has two data, every data has three properties named "Name", "Age" and "Sex". I want the bindind the "Name" of the second data of the list to the textproperty...
View ArticleAttributes to Mark Compile Time Unfolding of Loops like AggressiveInlining...
Is there a way to aggressively unfold loops like AggressiveInlining for methods?If not will this be added in the future?
View ArticleWhere(predicate).FirstOrDefault() VS FirstOrDefault(predicate) for lists and...
Recently my colleague sent me a link to a development blog. Among others, one of the statements in this post was that one should use .Where(predicate).First() rather than .First(predicate) for...
View Article