I do not believe that the Express Edition support Add-ins.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
I do not believe that the Express Edition support Add-ins.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
I use http://regexlib.com/CheatSheet.aspx for Regular Expressions. There is also a "free" application to test .NET Regular Expressions http://www.sellsbrothers.com/tools/default.aspx#regexd.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
There is a pretty good article on CodeProject that covers different Threading scenarios... http://www.codeproject.com/cs/threads/workqueuethreading.asp
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
There is a good article here on CodeProject at http://www.codeproject.com/csharp/prettygoodsplashscreen.asp on creating a splash screen. I have used it in past applications.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
There are numerous fonts that contain the 3 of 9 bars. WASP also has a barcode font and assembly in .NET. I would recommend searching Google for a solution that meets your needs.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
The Accusoft website. The pricing is, from what I remember, was around $1400 per developer and $8 per user for runtime royalities, plus annual maintenance.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Did you see my article on creating Plug-ins with .NET? It even has a sample application to test the plug-ins.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Most of the Image toolkits are expensive and have some form of runtime licenses or reporting requirements. I have used Accusoft controls in the past, from a development perspective it is easy to use and feature rich. Unfortunately, they have a runtime license fee as well as quarterly reporting requirements (At least last year).
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
If you use the Oracle created OracleDataProvider for .NET (http://www.oracle.com/technology/tech/dotnet/index.html) there is a tutorial on using it with VB.NET at http://www.oracle.com/technology/obe/odt/getstarted/getstarted_vb.htm.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
I have seen a few post on web regarding issues with getting a security update for .NET 1.1 SP1 - KB928366 to install correctly. I can not install it, as a result every reboot I get a Windows Update prompt to install it. Has anyone had this problem and rectified it. Thanks in advance.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
I would suggest since they are coming out of your personal funds you go with the DevExpress components. I know every once in a while they offer some of the components free, like their editor controls. DevExpress
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
There is an article that explains this in detail at http://www.codeproject.com/install/sercviceinstallerext.asp.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
In order to accomplish this, you will need to create a custom installer class. This can be a separate library or a class in your service. Within you installer class, you can write to the app.config after it is installed. Just a note, there are not a lot of articles on the subject.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
You can create a batch file with the following line net start _serviceName_
and schedule it to run when you want. Replace the serviceName with the name of the service. If you are not sure what the name of the service is you can run net start
from the command line to get a list of services. You can also schedule net stop _serviceName_
to stop the service. As an alternative, I wrote a replacement for the Windows Scheduler application, that allows you to write your own .NET assemblies to schedule.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Try NDoc or SandCastle.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
You can take a look at the Guadagno Task Scheduler, an article here on CodeProject. http://www.codeproject.com/useritems/Guadagno_Task_Scheduler.asp. This application is a pluggable Task Scheduler that lets you write your own task to schedule. It comes with a RunCommand plug-in that provides the scheduling for Command Line files.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Did you try to rebuilt the project. I have noticed that sometimes Visual Studio's intellisense does not work when there are build errors.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
Ajax.NET and Atlas are two frameworks that utilize Ajax technologies. Some of the differences between the two are: Ajax.NET created, built and tested by one individual. Atlas, created by Microsoft. Ajax.NET is very low level, you need to create a lot of JavaScript files to benefit from it which gives you great flexibility. Atlas, has a number of prebuilt "controls" and objects with little to no JavaScript. I have created a presentation on AjaxPro.NET and a users guide at my website.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
There is an article on MSDN that explains this in detail. http://msdn2.microsoft.com/en-us/library/49b92ztk(VS.80).aspx
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net