Advertisement

Results for "Author: jason butera"

4_2005-2006 #153780
An Amazingly Simple Way to Read/Write Registry Entries

This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!

4_2005-2006 #153781
Find Floating Holidays and nth Weekday of any Month and Year

This code module consists of 2 functions that will answer the following questions: - Is 05/25/2020 a federal holiday? - What date is the 3rd Tuesday in January of 2010? Many holidays are not on a specific date. Memorial Day, for example, is on the last Monday of May. Many other federal holidays follow rules like this (MLK, Thanksgiving, Labor Day, etc...). This code looks for all federal holidays (specific dates and floating dates). You can modify the code to include or remove other holidays. Our system could not have due dates that fall on a holiday, so I wrote this code and I'm sharing it with you. The included form that uses the code is just an example (no error trapping). If you like and use this module, please vote for me with a kind word. Cheers!

5_2007-2008 #176298
An Amazingly Simple Way to Read/Write Registry Entries

This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!

5_2007-2008 #176299
Find Floating Holidays and nth Weekday of any Month and Year

This code module consists of 2 functions that will answer the following questions: - Is 05/25/2020 a federal holiday? - What date is the 3rd Tuesday in January of 2010? Many holidays are not on a specific date. Memorial Day, for example, is on the last Monday of May. Many other federal holidays follow rules like this (MLK, Thanksgiving, Labor Day, etc...). This code looks for all federal holidays (specific dates and floating dates). You can modify the code to include or remove other holidays. Our system could not have due dates that fall on a holiday, so I wrote this code and I'm sharing it with you. The included form that uses the code is just an example (no error trapping). If you like and use this module, please vote for me with a kind word. Cheers!

6_2008-2009 #198816
An Amazingly Simple Way to Read/Write Registry Entries

This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!

6_2008-2009 #198817
Find Floating Holidays and nth Weekday of any Month and Year

This code module consists of 2 functions that will answer the following questions: - Is 05/25/2020 a federal holiday? - What date is the 3rd Tuesday in January of 2010? Many holidays are not on a specific date. Memorial Day, for example, is on the last Monday of May. Many other federal holidays follow rules like this (MLK, Thanksgiving, Labor Day, etc...). This code looks for all federal holidays (specific dates and floating dates). You can modify the code to include or remove other holidays. Our system could not have due dates that fall on a holiday, so I wrote this code and I'm sharing it with you. The included form that uses the code is just an example (no error trapping). If you like and use this module, please vote for me with a kind word. Cheers!

7_2009-2012 #221334
An Amazingly Simple Way to Read/Write Registry Entries

This is the simplest way of reading and writing to the registry with the least amount of code...bar none! Don't bother with the Windows API to perform simple Read/Write/Delete in the registry! Just set a reference to "Registry Access Functions" (RegTool5.dll) in Project | References. It can be found in C:\Program Files\Microsoft Visual Studio\Common\Tools\APE. Press F2 to view the Object Browser and see the wonderful functions already there for you!

7_2009-2012 #221335
Find Floating Holidays and nth Weekday of any Month and Year

This code module consists of 2 functions that will answer the following questions: - Is 05/25/2020 a federal holiday? - What date is the 3rd Tuesday in January of 2010? Many holidays are not on a specific date. Memorial Day, for example, is on the last Monday of May. Many other federal holidays follow rules like this (MLK, Thanksgiving, Labor Day, etc...). This code looks for all federal holidays (specific dates and floating dates). You can modify the code to include or remove other holidays. Our system could not have due dates that fall on a holiday, so I wrote this code and I'm sharing it with you. The included form that uses the code is just an example (no error trapping). If you like and use this module, please vote for me with a kind word. Cheers!

Languages
Top Categories
Global Discovery