Creating toolbox
I want to create a web application where the user has 2 buttons on a toolbox. Image and Text. So the user just click on image and a new image object will appear on that page. So clicking on this...
View ArticleWord=Microsoft.Office.Interop.Word is not working in Windows Xp
I have developed a winform app using VS 2010 in windows server 2008 environment and that app consumed Word=Microsoft.office.Interop.Word. It is working fine in developed machine as application and...
View Articleusing sc.exe for a .NET application
Hi,I saw an article about the sc.exe and I would like to ask can I use it to make my WinForm application to run as a service?Thanks,Jassim
View ArticleWindows Service Question
Hi, I have crrated below windows service and installed it using InstallShield. I am able to see the windows service Started in the Control Panel-Services but I am not getting any email when the minutes...
View ArticleMutex implementation in ASP.NET
Hello,I have developed a Online reservation web application, which runs on a local intranet server.Upon deployment I got that, if 2 or more user try to reserve seats at the same time, the system is...
View ArticleWhere's the WinForm event for AFTER a form has finished loading?
I need to fire an event AFTER a form has finished loading and is displayed to the user.Currently, I'm initializing my MapPoint control on my form in the form_load event. But, if the connection to the...
View ArticleReg: .NET Framework Class Library
HiIn my sample program I have the below three statementsusing System;using System.CodeDom;using System.CodeDom.Compiler;and in Main()and I am able to create a new type called myclass using the below...
View ArticleDrag and Drop from server explorer not working
I found today that drag and drop from server it's not working.I think that's because I've installed some days ago VS 11 Beta.After that I faound many problems with .NET 4.5 so I've uninstall it but it...
View Articlerun timer once daily
Hi,I would like to ask how can i set the interval of the timer to run once every 24 hours at 00:00?Thanks,Jassim
View ArticleInterview question: What are the 5 classes you use most often?
During an Interview I get this interesting question: What are the 5 classes you use most often? What is the best answer to this question? Keeping in mind that this is an interview question what will...
View ArticleIssue with comport.
Hi,I am having an unit that sends data using serial to usb prolific driver, which I am continuously reading and logging the data.The other day when I was analyzing the log file of the comport I...
View Articlevb 2008
I added a setting system.collections.special.stringcollection and a error accured configuration failed to initilize how would I resolve this?
View ArticleGregorianCalendar not found in System.Globalization
Hi,i have this code in Windows Phone using System.Globalization; private static GregorianCalendar gc = new GregorianCalendar();private HebrewCalendar hc = new HebrewCalendar();I want to upgrade the...
View ArticleMFC Static/Shared has no effect
Hello,I am using VS 2008. My dll will not registered on a clean machine but changing the linking of MFC as static or shared has no effect - OCX remain the size (I know my OCX, there should be a 100KB...
View Articlesend email to the user once
Hi,I am using the following code to lop through contracts and send email to concern people. Same contract will have multiple people like a hardware contract should have IT and purchase emails in it. I...
View ArticleMicrosoft Report Viewer assembly version
There was requirement for generating reports using Microsoft Report Viewer in local mode. I have used MS Report Viewer 2005 i.e. by referencingMicrosoft.ReportViewer.WinForms.dll and...
View ArticleMicrosoft Report Viewer assembly referencing
There was requirement for generating reports using Microsoft Report Viewer in local mode. I have used MS Report Viewer 2005 i.e. by referencing Microsoft.ReportViewer.WinForms.dll and...
View ArticleProblema com Entity Framework utilizando MYSql
Bom dia galera, peguei um projeto onde terei que trabalhar com MySql.ja instalei o connector mysql e fiz esse upload aqui :http://dev.mysql.com/downloads/file.php?id=453059baixei as dlls para trabalhar...
View ArticleOrder of unhandled exception filters in mixed managed/unmanaged environment
Hi.We have a mixed managed/unmanaged app that registers both native unhandled exception handler via SetUnhandledExceptionFilter() and managed unhandled exception event via...
View Article