devword.blogspot.com
Development Tips & Tricks: CSV and Excel
http://devword.blogspot.com/2008/07/csv-and-excel.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Thursday, July 3, 2008. Normally, when opening a CSV file in Excel it uses the setting in. Control Panel - Regional and Language Settings - Regional Options - Customize - List separator. As a default character that separates the list values. For example, if the separator character is a semicolon (;) then you write:. Subscribe to: Post Comments (Atom).
devword.blogspot.com
Development Tips & Tricks: Corrupt Installation Detected
http://devword.blogspot.com/2007/09/corrupt-installation-detected.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Saturday, September 8, 2007. I have finally figured out why some of my users get this error when they are trying to run the installation made with Wise for Windows Installer. The problem was that they did not have the required administrative privileges to install programs on their Windows. Subscribe to: Post Comments (Atom). Amazon Contextual Product Ads.
devword.blogspot.com
Development Tips & Tricks: July 2008
http://devword.blogspot.com/2008_07_01_archive.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Thursday, July 3, 2008. Normally, when opening a CSV file in Excel it uses the setting in. Control Panel - Regional and Language Settings - Regional Options - Customize - List separator. As a default character that separates the list values. For example, if the separator character is a semicolon (;) then you write:. Subscribe to: Posts (Atom).
devword.blogspot.com
Development Tips & Tricks: Drawing a short GraphicsPath using pen, which is too wide for the path
http://devword.blogspot.com/2007/09/drawing-short-graphicspath-using-pen.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Friday, September 7, 2007. Drawing a short GraphicsPath using pen, which is too wide for the path. Is thrown when you try to draw a GraphicsPath. Which length is smaller than the width of the pen. However, if you flatten the path previously, the problem disappears. Subscribe to: Post Comments (Atom). Amazon Contextual Product Ads. Convert Nothing to Integer.
devword.blogspot.com
Development Tips & Tricks: CInt() Rounding
http://devword.blogspot.com/2007/09/cint-rounding.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Friday, September 7, 2007. Did you know that in Visual Basic .NET. This rounding to the nearest even number is known as the Banker's rule. It's quite different from most of us learned at elementary school. Subscribe to: Post Comments (Atom). Amazon Contextual Product Ads. Convert Nothing to Integer. Drawing a short GraphicsPath using pen, which is t.
devword.blogspot.com
Development Tips & Tricks: Convert Nothing to Integer
http://devword.blogspot.com/2007/09/convert-nothing-to-integer_07.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Friday, September 7, 2007. Convert Nothing to Integer. Did you know that, in VB.NET, you can convert Nothing to Integer? I was expecting an exception, but here's the result:. Subscribe to: Post Comments (Atom). Amazon Contextual Product Ads. Convert Nothing to Integer. Drawing a short GraphicsPath using pen, which is t.
devword.blogspot.com
Development Tips & Tricks: October 2007
http://devword.blogspot.com/2007_10_01_archive.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Saturday, October 13, 2007. Length of text, ntext, or image data (*some number*) to be replicated exceeds configured maximum 65536. This message pops up when you attempt to insert into a text, ntext, or image column that is published in a replication article. The solution is to increase 'max text repl size', using sp configure. Subscribe to: Posts (Atom).
devword.blogspot.com
Development Tips & Tricks: Broken Tooltips
http://devword.blogspot.com/2007/09/broken-tooltips.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Friday, September 7, 2007. If you put multiple ToolTips. On a form, Visual Studio .NET 2003 could start malfunctioning -. In a resx file, you can eventually find names like control name.ToolTip1. After that, many tooltips are broken. This problem does not appear if you have only one ToolTip on the form. Subscribe to: Post Comments (Atom).
devword.blogspot.com
Development Tips & Tricks: September 2009
http://devword.blogspot.com/2009_09_01_archive.html
Development Tips and Tricks. A developer's word on programming, common problems and solutions in real projects, design patterns and other topics. Thursday, September 3, 2009. Batch for copying files to an FTP server. In order to automate copying files to an FTP server, you could use the following two files:. Ftp -s:Upload2Ftp.txt www.targetwebsite.com. Basically, the batch file connects to the specified FTP server, using details from the TXT file. The text file contains the following actions:.