DCSIMG
C# - Client-Side with Basil Goldman

Browse by Tags

13 October 2008
"Run as Administrator" - Run an application in Vista with Administrator rights using app.manifest
With the new version of Microsoft's Windows Vista - you and me as a software developer confronted with the problem of "How to run the application with Administrative rights under VISTA - a decision use app.manifest file with follow configurations. Just add new item "Application Manifest... Read More...
07 October 2008
Windows Hosts File Manager
Hi Guy's I'm wrote some little server component (tool) Windows Hosts File Manager for Web Developers & IT Administrators, QA and others... This application tool for Web Developers & IT Administrators, QA and others who are time to time make some changes in the HOSTS file of the Windows... Read More...
21 February 2008
ASP.NET 2 Custom Control for Google "UrchinTracker" as sample
Simple example to create ASP.NET 2 Custom Control for Google "UrchinTracker" 1) Edit Web.config file add the next code between <system.web> <pages> <controls> <add namespace ="Render.Web.UI.CustomControls" assembly ="App_Code" tagPrefix ="render"... Read More...