Advertisement

Results for "Author: ed porter"

4_2005-2006 #155090
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

5_2007-2008 #177606
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

5_2007-2008 #177607
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

5_2007-2008 #177608
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

6_2008-2009 #200124
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

6_2008-2009 #200125
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

6_2008-2009 #200126
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

7_2009-2012 #222642
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

7_2009-2012 #222643
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

7_2009-2012 #222644
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

Languages
Top Categories
Global Discovery