Results for "Author: buggy"
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!
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! :)
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! :)
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!
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!
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! :)
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!
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! :)
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!
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! :)
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!
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! :)
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! :)
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!
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! :)
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!
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! :)
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!
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! :)
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!