Autonomous RFID Tag Reading and Information Storage
I've been tasked with the modification of an RFID Tag reading program in C#. The goal is to create a mostly autonomous attendance program that continously gathers tag data (which is currently displayed...
View ArticleAmazon Web Services/Google App Engine Support for ASP.NET Web Applications
I have an ASP.Net Web Application with SQL Server as Back end. Even though I use my machine, My code should be installed on distributed machines. So, I need to use any of Google App Engine or Amazon...
View ArticleASP and ASP.Net hybrid website application deploy in Windows server 2008 R2
I need to migrate compile application of ASP and ASP.net to windows server 2008 R2 from IIS 5. all asp pages are working but aspx page has problemParser Error Message: Could not find a part of the...
View ArticleSet radioButton into webbrowser from datagridview(on form)
i have a form include 1 datagridview and 1 webbrowser. How can i select radio button option in webbrowser passed by DatagirdviewSorry , I speak english bad- column(gender) on datagrid...
View ArticleSpeechRecognitionEngine stopped working in Win8 !
Hello,I developed a project using VS2010 in Windows 7, later i added the speech control to it, and everything was working fine. I changed my OS to Win 8 and tried running the project and it worked...
View ArticleSeparate 'AppData' folders for conventional WinApps and WindowsService apps ?
Good Morning, Gurus.I am working with VS2012 and Windows 7. I have a Windows Service app that works hand-in-hand with conventional Windows apps. Common to each (I WISH) is a file which both...
View ArticleSystem.Speech AddLexicon not working - is it a bug? NEED HELP PLEASE!
The System.Speech AddLexicon method does not work. I am wondering is it a bug? I have Googled and searched this forum without success. MSDN has the following example and I copied it and ran it; the...
View ArticleAllow user to print certain portion of the webpage
I am developing an ERP for a college. I am facing problem with creating the print option for a certain payment receipt page. Traditional Print is also including the unwanted items within the print area...
View ArticleModify the data in a feild of a class
I am trying to create one instance of a class and then modify one field of that class, saving that modification so that it can then be modified again and so on. I Know that my Car NewCar = new Car() is...
View ArticleDraw a line with different thickness in a class
'm trying to set up the code for a Line class with it's own thickness besides the DefaultLineThickness I have for my squares and circles. As much as I would like to use g.DrawLine(Pens.Black, 25, 40,...
View ArticleCreating a calculator in C#
I am currently working on a touchscreen program to calculate payments being made. The calculation I am trying to accomplish is: Remaining = Total - Paid. How do I auto populate the Remaining field...
View Articlea concept I'm trying to build
You will see a conceptual framework that I came up with, to the best of my understanding, as I have never worked with the project. NONMEM (http://www.iconplc.c...roducts/nonmem/) is a software that...
View ArticleForce checkbox to be unchecked or checked in datagridview
I want to force uncheck the checkbox in DataGridView if the entered amount is less than the known amount. How do I do that? Here is the code:private void Amount(object sender,...
View ArticleHi have to use a API which developed in PHP in C#
Hi I have ApI which I need to use in C# and that is created in PHP and that has only PUT operation open and also the url takes the ID of the record which is to be updated and it end with .json .I have...
View ArticleAsync Lambda that returns Task
Hello,I have the following code:return (await DataRepository.GetVocabulary()).Count(async a => !(await DataRepository.GetStudyProgress()).ContainsKey(a.Id));How can I make the labda in this code...
View ArticleCheck conflict of scheduler events' time
i have exception with this function , i want to check for duplicated times when the user add event .thanks in advance.public static bool check_conflect(int from, int to, string day_name, string day,...
View ArticleConnection Property Has Not Been Initialized Error
I am baffled as to why this is being thrown as I feel like that is what the line I set the connection in and the line I open the connection do....string filePath =...
View ArticleError in Mapping Table C#
Dear All,Based on below code, i want to update the data in datagridview. May i know why i get the Error unable to find in mapping table ?is there any miss out ? kindly advise, thank you private void...
View ArticleSelectedItem and Intellisense
Hi i'm new to this :)My question might be simpel but i can't find the result.The question is why doesn't intellisense show SelectedItem (Value(index))an example:if (dropdownlist.SelectedItem.Tekst =...
View Articlespell check api (Microsoft/Goggle)
I tried to searched, but i not find something that works well.anyway, i fonud this site: http://forums.devx.com/showthread.php?t=166324But I do not know what to do with it.
View Article