devnotebook

Juan Ignacio Gelos

  Home  |   Contact  |   Syndication    |   Login
  23 Posts | 2 Stories | 81 Comments | 4 Trackbacks

News

Save the Internet: Click here
GeoURL

MSN Alerts
Get MSN alerts when this blog is updated.



Random books from my library:

Article Categories

Archives

Post Categories

.NET General

Blogs

Microsoft

November 2005 Entries

ClickOnce supports using HTTP compression for the file downloads, a Web server technology that uses the GZIP algorithm to compress a data stream before sending it to the client. The client—in this case, ClickOnce—decompresses the stream before reading the files. This results in shorter download times for your ClickOnce deployments. If you are using Internet Information Services (IIS), you can enable HTTP compression easily. Enable Compression in IIS From the IIS snap-in, right-click on...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Yesterday I was reading Jeff Atwood's blog (on Keyboarding) and I thought I´d try one more time to find a nice tool to remap the keyboard. See, when you use non-english keyboards you tend to start wondering about why would you need to press Ctll-Alt and 2 just to type the @ char, while you have keys mapped to symbols you never use: the spanish keyboard, for example, has keys mapped to º, ª, ç, Ç, and so-called "dead-keys" so you can press them and then type a, e, i, o, u...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Component Factory has released a free set of Windows Forms user interface controls. It's called the Krypton Toolkit and it's targeted at Visual Studio 2005 and .NET Framework 2.0. It's free for commercial use. It includes several controls: Krypton Button Krypton Group Krypton Header Krypton HeaderGroup Krypton SplitContainer Krypton Panel Krypton Label...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

From http://support.microsoft.co... "...you can add a registry key, such as the following, which points to the location of the assembly [HKEY_CURRENT_USER\SOFTWARE... MyAssemblies is the name of the folder in which the assemblies reside.NOTE: You can create the this registry entry under the HKEY_LOCAL_MACHINE hive. This will change the setting for all of the users on the system. If you create...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

If you simply open the web config file and add the following, you will be able to access the test form outside of the localhost:<configuration... <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </system.web> </configuration> --> dp.SyntaxHighlighter.Highli... true, true);...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

The SteepValley.NET: XP Common Controls are a collection of themed and unthemed controls that are currently missing from the Visual Studio IDE. This project is available for free including the source code
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I'm copypasting this from: http://www.neowin.net/forum... 1. Copy the MP10Setup.exe to the root of your C:\ drive.2. Go to Start -> Run -> and type in C:\MP10Setup.exe /C /T:C:\TEMP and press enter.3.Go to C:\TEMP and open file control.xml in notepad.4. Search for words "oobinf" and change those to "advinf". Then search for words "5.1.2600" and change those to "5.2.3790". Lastly, save control.xml file.5. Reboot into Safe Mode With Comand Prompt (Press F8 upon...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Server Performance Advisor "Service Performance Advisor is a server performance diagnostic tool developed to diagnose root causes of performance problems in a Microsoft® Windows Server™ 2003 operating system, particularly performance problems for Internet Information Services (IIS) 6.0 and the Active Directory® directory service. Server Performance Advisor measures the performance and use of resources by your computer to report on the parts that are stressed under workload. Other...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

The inventor of the smile emoticon ("smiley face") revealed
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

With the Google Deskbar API, you can write plug-ins to add your own features to the Google Deskbar. Plug-ins can be written in any .NET language, such as C# or Visual Basic.NET
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I've posted a suggestion for the Visual Studio team about Code Snippets. This would allow to generate the whole definition for a class Property having the user only enter its type and name, by means of converting the entered name to camelCase and ProperCase (checking the property name is properly cased while on it). So if you like the suggestion or already thought of it, click on "Vote on this suggestion" (an rate it as important!) in the following link: Suggestion Details: Code snippet Function...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

...\Program Files\Microsoft Visual Studio <yourversion>\Common7... (-OR- add a key under HKLM\Software\Microsoft\.NE... where the default value is the path to an additional directory)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

1. Open the ie4shl95.cab or ie4shlnt.cab file in Winzip or any archiving utility and extract all the files inside onto a temporary folder (for example 'c:tempie4shell'). 2. Create a batch file in Notepad with the following lines: @echo offstart /w RUNDLL32.EXE ADVPACK.DLL,LaunchINFSection ie4shell.inf,DefaultInstallcls 3. Save the file as an 'install.bat' file and place it onto the temporary folder where you store the IE Desktop Update setup files. 4. Double-click on the INSTALL.BAT file to install...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Important When you configure an identity for an application pool by using a configurable account, you must add the account that you created to the IIS_WPG group in order for the worker processes serving the application pool to run. Check: http://www.microsoft.com/re...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

TheServerSide.Net has a nice article on performing Hierarchical queries using CTEs on SQL Server 2005. http://www.theserverside.ne
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

| From: "Juan Ignacio Gelos"| Subject: DataGridView| Date: Mon, 10 Jan 2005 14:07:46 -0300| Lines: 11| | Hi,| | Any simple, non-overcomplicated way of preventing the focus-rectangle| from being drawn in cells? By the way, and in case this wasnt corrected in| the latest builds, this should be the default behavior when SelectionMode =| FullRowSelect.| | Thanks,| Juan| In Beta1 build you handle the RowPrePaint event and set the CellsPaintFocus to false. In Beta2 builds you can leave it the same or handle...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati