-
Archives
- November 2023
- July 2023
- June 2023
- March 2023
- February 2023
- October 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- June 2021
- May 2021
- March 2021
- February 2021
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- July 2019
- June 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- January 2017
- December 2016
- November 2016
- October 2016
- August 2016
- July 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- September 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- April 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- February 2012
- November 2011
- October 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
-
Meta
Monthly Archives: July 2012
stdole.dll in the GAC
Let’s say you’ve got a utility suite that uses Office Interop for a subset of functionality. Let’s say that you have a variety of computers, some of which have Office installed and some of which do not. Let’s say that you use … Continue reading
Posted in Office, Programming, System/DB Administration
Leave a comment
Office apps… interesting
http://msdn.microsoft.com/en-us/office/apps Build apps for Office and SharePoint Embracing web standards, the new cloud app model gives you maximum choice and flexibility to build a new class of apps for Office and SharePoint using familiar languages, tools, and hosting services. Visit … Continue reading
Drought Thought
“Daddy, do you know why I am sad we did not The general dose is 50mg and you can increase erection strength by including beans in your daily diet. viagra generika Though, this kind of viagra sale online is cheap, … Continue reading
Posted in Parenting
Leave a comment
Barcode generator / Barcode decoder
I’ve used several decent online barcode generators and decoders. These are the best I’m aware of: Generator: http://www.terryburton.co.uk/barcodewriter/generator/ Project site: https://code.google.com/p/postscriptbarcode/ That is purchase cheap viagra why VigRX Plus is considered as over all sexual health enhancer and not just erectile dysfunction … Continue reading
Posted in Programming
Leave a comment
Open source PPM Project Portfolio Management software
These are the Open Source PPM applications which look the most intriguing to me after a brief search/scan. Project.Net: http://www.project.net/ Projectivity: http://www.projectivity.biz/opencms/opencms/en/overview.html dotProject: http://dotproject.net/ So, a man who is experiencing low viagra cialis sex drive and low premature ejaculation. The … Continue reading
C# keystroke to reformat code, align code, beautify code, update code layout, standardize code
C# keystroke to reformat code, aka. align code, beautify code, update code layout, standardize code. Standard keys: Ctrl-E, D : format entire document. Ctrl-E, F: format current selection. Code Formatting The C# code editor automatically formats code when you press … Continue reading
Quick-n-dirty C# Inputbox
Add a reference to Microsoft.VisualBasic. string excelFilename = “C:\\CT176YellowCards.xlsx”; excelFilename = Microsoft.VisualBasic.Interaction.InputBox( “Name of CT176 report file?”, Penis foreskin won’t retract Men with uncircumcised penis often face the problem and find that their foreskin doesn’t retract from the tip of … Continue reading
Posted in Parenting
Leave a comment
Open a file using the system-defined application
// Open the Excel spreadsheet. Common Reasons and Solutions of Male Erectile Dysfunction problem.Sildenafil citrate works over an inhibiting enzyme which lies in the male penis and it viagra lowest prices restricts the hardening and erection of the penis. … Continue reading
ExcelInterop.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Excel = Microsoft.Office.Interop.Excel; using System.Reflection; //Missing.Value using System.Windows.Forms; //Messagebox namespace MesUtilities { class ExcelInterop { #region member fields Excel.Application objApp; Excel._Workbook objBook; … Continue reading
Excel Interop: Query into DataGridView, Save to spreadsheet, Open via Excel.
This requires ExcelInterop.cs private void btnListAllUsers_Click(object sender, EventArgs e) { SaveListOfAllUsers(); } private void SaveListOfAllUsers() { DataTable dtUserList = new DataTable(); // use an invisible DataGridView on the UI form. … Continue reading