Advertisement

Results for "Author: buggy"

ASP_Volume2 #26828
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

ASP_Volume2 #36788
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

ASP_Volume3 #57857
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

ASP_Volume3 #57858
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

C_Volume2 #67890
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

C_Volume2 #77850
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

Java_Volume1 #86434
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

Java_Volume1 #96394
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

2_2002-2004 #113582
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

2_2002-2004 #123541
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

3_2004-2005 #132125
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

3_2004-2005 #142085
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

4_2005-2006 #163154
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

4_2005-2006 #163155
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

5_2007-2008 #185672
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

5_2007-2008 #185673
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

6_2008-2009 #208190
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

6_2008-2009 #208191
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

7_2009-2012 #230708
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated

clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic. this is accomplished using precompiled assembler code (machine code) in the time critical sections. it has a real wealth of functions, eg rotating and scaling with antialiasing, invertion and grayscaling, art effects like relief and smoothing, colour effects - each colour +/-, brightness ...and many more - plus some really nice and weird ideas. All asm code is by Robert Rayment, thanks a lot for your great work, dude! this is mostly a total conversion of one of Robert's former postings, to make using this great technique as easy as it is being fast: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=29034&lngWId=1 . I did my best to encapsulate everything into one single class and make calling its powerful functions as easy as possible. information hiding at its best. by using enums, the functions become self explanatory. decent error checking, to be improved (for example don't quit your prog until your loop of one degree rotation steps has finished...). even loading and saving pics with the standard dialog is handled. --- updates: new examples (both main and additional project), possibility to do several effects without drawing each intermediate result (prevents flickering, allows undo of whole filter-arrays), chose color dialog. --- ...have fun experimenting and using this really handy piece of code! :)

7_2009-2012 #230709
RichTextBox Highlighting using API (fast & simple) - change text background color

this is just a quick hack to show how highlighting text in a richtextbox can be achieved using api (fast and easy). i hope it's new and interesting and relieving to some of you ("ahhh, just so easy!"). this came to me after i saw "Bobo RTF tricks" http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=40401&lngWId=1 and it seemed by far too complicated to me. as i'm into delphi right now, i know about the CHARFORMAT2 capabilities and that it is by far easier to achieve highlighting if you know how. searched the web for it but found no easy solution (one in chinese or so but partly wrong). vbaccelerator has a big rtf control from which i finally ripped the sources. finally found more on VB & rtf with CHARFORMAT2 on psc: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38434&lngWId=1 (but no screenshot, not really sphisticated, take vbaccelerator code to see what's possible). sorry, no more time, have a nice day, buggy!

Languages
Top Categories
Global Discovery