Results for "Author: ed porter"
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!
'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.
'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.
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!
'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.
'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.
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!
'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.
'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.
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!
'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.
'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.
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!
'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.
'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.
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!
'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.
'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.
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!
'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.