Advertisement

Results for "Author: tom moran"

ASP_Volume3 #66004
iQ WordPad (Update: 25 November, 2007)

Update 4.0 - Rich text editor designed to give users a complete but simple to use Word Processor containing advanced features and modern interface not found in MS WordPad. Features include text highlighting, tables, line spacing, Internet and Email hyperlink, superscript, subscript, symbols, headers, footers, word count, spell check, and several more. Includes feature's not commonly found in editors created in Visual Basic. This includes an active Ruler toolbar (inches or centimeters) where you can set indent margins, set tabs by clicking on the ruler and move tabs by dragging tab marks on the ruler bar. Also, print formatting with Page Setup, Print Preview and other options. Be sure to view the iqreadme.rtf document for details of the project and samples of the features. Complete Help Manual available from the Help Menu. (Update: Ver.4.0 - Added Recent Fonts menu, fixed table width bug and more. View IQREADME.RTF for update details and history.)

ASP_Volume3 #66005
iQ Notepad (Update 11 Oct 2007)

A pretty significant update to the iQ Notepad clone project. iQ Notepad is a text based editor that maintains the basic functionality and integrity of Microsoft Notepad but adds enhancements like spell check, change case, importing/converting Rich Text and Microsoft Word files, inserting/appending files, a recent files menu, quick access to extended ASCII/ANSI symbols and characters, a toolbar and more. See the iQ NotePad Help Manual (PDF) accessible from the Help Menu of iQ Notepad. For those looking for a full featured word processor please see iQ WordPad also available on PSC. iQ WordPad is an easy to use Word Processor that includes features like Tables, Text Highlighting, Headers and Footers, Print Preview and many other features unavailable in Microsoft's Wordpad. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69067&lngWId=1

ASP_Volume3 #66006
Q-Clips 4.01: A Windows Clipboard Extender (Update: 27 December 2007)

Q-Clips 4.01 is a Windows Clipboard Extender that enhances and extends the Windows clipboard by remembering all items (text, graphics, color numbers and files) that are copied to the clipboard and storing them in a collection for later pasting... even after you shut off your computer. The program also features a built in Screen Capture tool, with magnify window, so you can capture any portion of the screen, the desktop, or active window, and send the contents to Q-Clips. While you work in your editor, word processor, graphic imaging program or virtually any Windows program, Q-Clips sits in your windows system tray... capturing all data that is copied to the Windows Clipboard. When you need to access those clips press the system wide HotKey... click on the desired clip and it will automatically paste into your program. Many features and options including saving Images as JPEG, multiple capture types, color themes and a color capture tool. For details on all features and their use view the Q-Clips Help Manual included in this upload and available from the Q-Clips Help Menu. (Ver. 4.01 Update: Added View Color Tool to view actual color of captured color number and more. Please see readme.txt file for all Update History Details.)

ASP_Volume3 #66007
Breaking the Textbox 64K File Size Limit (UPDATE: Sept. 15th, 2007)

You don't have to be limited to 64K size files for a for a standard Textbox control in VB6. This small sample project shows you how to load, edit and save plain text files, UNLIMITED by file size using the Standard VB6 Textbox control. It's all done in just a few simple lines of code. Please note that this method works on NT, Windows 2000, XP and Vista. If you're coding for systems that use Win95/98 or ME this method will not work. View the readhuge.txt file for full details. (UPDATE: Changed method from Clipboard method to an API method which is even more efficient and does not mess with any data in the clipboard and the end result is the same. Thanks to Kenneth Buckmaster and Rob C. for their input.)

4_2005-2006 #171301
iQ WordPad (Update: 25 November, 2007)

Update 4.0 - Rich text editor designed to give users a complete but simple to use Word Processor containing advanced features and modern interface not found in MS WordPad. Features include text highlighting, tables, line spacing, Internet and Email hyperlink, superscript, subscript, symbols, headers, footers, word count, spell check, and several more. Includes feature's not commonly found in editors created in Visual Basic. This includes an active Ruler toolbar (inches or centimeters) where you can set indent margins, set tabs by clicking on the ruler and move tabs by dragging tab marks on the ruler bar. Also, print formatting with Page Setup, Print Preview and other options. Be sure to view the iqreadme.rtf document for details of the project and samples of the features. Complete Help Manual available from the Help Menu. (Update: Ver.4.0 - Added Recent Fonts menu, fixed table width bug and more. View IQREADME.RTF for update details and history.)

4_2005-2006 #171302
iQ Notepad (Update 11 Oct 2007)

A pretty significant update to the iQ Notepad clone project. iQ Notepad is a text based editor that maintains the basic functionality and integrity of Microsoft Notepad but adds enhancements like spell check, change case, importing/converting Rich Text and Microsoft Word files, inserting/appending files, a recent files menu, quick access to extended ASCII/ANSI symbols and characters, a toolbar and more. See the iQ NotePad Help Manual (PDF) accessible from the Help Menu of iQ Notepad. For those looking for a full featured word processor please see iQ WordPad also available on PSC. iQ WordPad is an easy to use Word Processor that includes features like Tables, Text Highlighting, Headers and Footers, Print Preview and many other features unavailable in Microsoft's Wordpad. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69067&lngWId=1

4_2005-2006 #171303
Q-Clips 4.01: A Windows Clipboard Extender (Update: 27 December 2007)

Q-Clips 4.01 is a Windows Clipboard Extender that enhances and extends the Windows clipboard by remembering all items (text, graphics, color numbers and files) that are copied to the clipboard and storing them in a collection for later pasting... even after you shut off your computer. The program also features a built in Screen Capture tool, with magnify window, so you can capture any portion of the screen, the desktop, or active window, and send the contents to Q-Clips. While you work in your editor, word processor, graphic imaging program or virtually any Windows program, Q-Clips sits in your windows system tray... capturing all data that is copied to the Windows Clipboard. When you need to access those clips press the system wide HotKey... click on the desired clip and it will automatically paste into your program. Many features and options including saving Images as JPEG, multiple capture types, color themes and a color capture tool. For details on all features and their use view the Q-Clips Help Manual included in this upload and available from the Q-Clips Help Menu. (Ver. 4.01 Update: Added View Color Tool to view actual color of captured color number and more. Please see readme.txt file for all Update History Details.)

4_2005-2006 #171304
Breaking the Textbox 64K File Size Limit (UPDATE: Sept. 15th, 2007)

You don't have to be limited to 64K size files for a for a standard Textbox control in VB6. This small sample project shows you how to load, edit and save plain text files, UNLIMITED by file size using the Standard VB6 Textbox control. It's all done in just a few simple lines of code. Please note that this method works on NT, Windows 2000, XP and Vista. If you're coding for systems that use Win95/98 or ME this method will not work. View the readhuge.txt file for full details. (UPDATE: Changed method from Clipboard method to an API method which is even more efficient and does not mess with any data in the clipboard and the end result is the same. Thanks to Kenneth Buckmaster and Rob C. for their input.)

5_2007-2008 #193819
iQ WordPad (Update: 25 November, 2007)

Update 4.0 - Rich text editor designed to give users a complete but simple to use Word Processor containing advanced features and modern interface not found in MS WordPad. Features include text highlighting, tables, line spacing, Internet and Email hyperlink, superscript, subscript, symbols, headers, footers, word count, spell check, and several more. Includes feature's not commonly found in editors created in Visual Basic. This includes an active Ruler toolbar (inches or centimeters) where you can set indent margins, set tabs by clicking on the ruler and move tabs by dragging tab marks on the ruler bar. Also, print formatting with Page Setup, Print Preview and other options. Be sure to view the iqreadme.rtf document for details of the project and samples of the features. Complete Help Manual available from the Help Menu. (Update: Ver.4.0 - Added Recent Fonts menu, fixed table width bug and more. View IQREADME.RTF for update details and history.)

5_2007-2008 #193820
iQ Notepad (Update 11 Oct 2007)

A pretty significant update to the iQ Notepad clone project. iQ Notepad is a text based editor that maintains the basic functionality and integrity of Microsoft Notepad but adds enhancements like spell check, change case, importing/converting Rich Text and Microsoft Word files, inserting/appending files, a recent files menu, quick access to extended ASCII/ANSI symbols and characters, a toolbar and more. See the iQ NotePad Help Manual (PDF) accessible from the Help Menu of iQ Notepad. For those looking for a full featured word processor please see iQ WordPad also available on PSC. iQ WordPad is an easy to use Word Processor that includes features like Tables, Text Highlighting, Headers and Footers, Print Preview and many other features unavailable in Microsoft's Wordpad. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69067&lngWId=1

5_2007-2008 #193821
Q-Clips 4.01: A Windows Clipboard Extender (Update: 27 December 2007)

Q-Clips 4.01 is a Windows Clipboard Extender that enhances and extends the Windows clipboard by remembering all items (text, graphics, color numbers and files) that are copied to the clipboard and storing them in a collection for later pasting... even after you shut off your computer. The program also features a built in Screen Capture tool, with magnify window, so you can capture any portion of the screen, the desktop, or active window, and send the contents to Q-Clips. While you work in your editor, word processor, graphic imaging program or virtually any Windows program, Q-Clips sits in your windows system tray... capturing all data that is copied to the Windows Clipboard. When you need to access those clips press the system wide HotKey... click on the desired clip and it will automatically paste into your program. Many features and options including saving Images as JPEG, multiple capture types, color themes and a color capture tool. For details on all features and their use view the Q-Clips Help Manual included in this upload and available from the Q-Clips Help Menu. (Ver. 4.01 Update: Added View Color Tool to view actual color of captured color number and more. Please see readme.txt file for all Update History Details.)

5_2007-2008 #193822
Breaking the Textbox 64K File Size Limit (UPDATE: Sept. 15th, 2007)

You don't have to be limited to 64K size files for a for a standard Textbox control in VB6. This small sample project shows you how to load, edit and save plain text files, UNLIMITED by file size using the Standard VB6 Textbox control. It's all done in just a few simple lines of code. Please note that this method works on NT, Windows 2000, XP and Vista. If you're coding for systems that use Win95/98 or ME this method will not work. View the readhuge.txt file for full details. (UPDATE: Changed method from Clipboard method to an API method which is even more efficient and does not mess with any data in the clipboard and the end result is the same. Thanks to Kenneth Buckmaster and Rob C. for their input.)

6_2008-2009 #216337
iQ WordPad (Update: 25 November, 2007)

Update 4.0 - Rich text editor designed to give users a complete but simple to use Word Processor containing advanced features and modern interface not found in MS WordPad. Features include text highlighting, tables, line spacing, Internet and Email hyperlink, superscript, subscript, symbols, headers, footers, word count, spell check, and several more. Includes feature's not commonly found in editors created in Visual Basic. This includes an active Ruler toolbar (inches or centimeters) where you can set indent margins, set tabs by clicking on the ruler and move tabs by dragging tab marks on the ruler bar. Also, print formatting with Page Setup, Print Preview and other options. Be sure to view the iqreadme.rtf document for details of the project and samples of the features. Complete Help Manual available from the Help Menu. (Update: Ver.4.0 - Added Recent Fonts menu, fixed table width bug and more. View IQREADME.RTF for update details and history.)

6_2008-2009 #216338
iQ Notepad (Update 11 Oct 2007)

A pretty significant update to the iQ Notepad clone project. iQ Notepad is a text based editor that maintains the basic functionality and integrity of Microsoft Notepad but adds enhancements like spell check, change case, importing/converting Rich Text and Microsoft Word files, inserting/appending files, a recent files menu, quick access to extended ASCII/ANSI symbols and characters, a toolbar and more. See the iQ NotePad Help Manual (PDF) accessible from the Help Menu of iQ Notepad. For those looking for a full featured word processor please see iQ WordPad also available on PSC. iQ WordPad is an easy to use Word Processor that includes features like Tables, Text Highlighting, Headers and Footers, Print Preview and many other features unavailable in Microsoft's Wordpad. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69067&lngWId=1

6_2008-2009 #216339
Q-Clips 4.01: A Windows Clipboard Extender (Update: 27 December 2007)

Q-Clips 4.01 is a Windows Clipboard Extender that enhances and extends the Windows clipboard by remembering all items (text, graphics, color numbers and files) that are copied to the clipboard and storing them in a collection for later pasting... even after you shut off your computer. The program also features a built in Screen Capture tool, with magnify window, so you can capture any portion of the screen, the desktop, or active window, and send the contents to Q-Clips. While you work in your editor, word processor, graphic imaging program or virtually any Windows program, Q-Clips sits in your windows system tray... capturing all data that is copied to the Windows Clipboard. When you need to access those clips press the system wide HotKey... click on the desired clip and it will automatically paste into your program. Many features and options including saving Images as JPEG, multiple capture types, color themes and a color capture tool. For details on all features and their use view the Q-Clips Help Manual included in this upload and available from the Q-Clips Help Menu. (Ver. 4.01 Update: Added View Color Tool to view actual color of captured color number and more. Please see readme.txt file for all Update History Details.)

6_2008-2009 #216340
Breaking the Textbox 64K File Size Limit (UPDATE: Sept. 15th, 2007)

You don't have to be limited to 64K size files for a for a standard Textbox control in VB6. This small sample project shows you how to load, edit and save plain text files, UNLIMITED by file size using the Standard VB6 Textbox control. It's all done in just a few simple lines of code. Please note that this method works on NT, Windows 2000, XP and Vista. If you're coding for systems that use Win95/98 or ME this method will not work. View the readhuge.txt file for full details. (UPDATE: Changed method from Clipboard method to an API method which is even more efficient and does not mess with any data in the clipboard and the end result is the same. Thanks to Kenneth Buckmaster and Rob C. for their input.)

7_2009-2012 #238855
iQ WordPad (Update: 25 November, 2007)

Update 4.0 - Rich text editor designed to give users a complete but simple to use Word Processor containing advanced features and modern interface not found in MS WordPad. Features include text highlighting, tables, line spacing, Internet and Email hyperlink, superscript, subscript, symbols, headers, footers, word count, spell check, and several more. Includes feature's not commonly found in editors created in Visual Basic. This includes an active Ruler toolbar (inches or centimeters) where you can set indent margins, set tabs by clicking on the ruler and move tabs by dragging tab marks on the ruler bar. Also, print formatting with Page Setup, Print Preview and other options. Be sure to view the iqreadme.rtf document for details of the project and samples of the features. Complete Help Manual available from the Help Menu. (Update: Ver.4.0 - Added Recent Fonts menu, fixed table width bug and more. View IQREADME.RTF for update details and history.)

7_2009-2012 #238856
iQ Notepad (Update 11 Oct 2007)

A pretty significant update to the iQ Notepad clone project. iQ Notepad is a text based editor that maintains the basic functionality and integrity of Microsoft Notepad but adds enhancements like spell check, change case, importing/converting Rich Text and Microsoft Word files, inserting/appending files, a recent files menu, quick access to extended ASCII/ANSI symbols and characters, a toolbar and more. See the iQ NotePad Help Manual (PDF) accessible from the Help Menu of iQ Notepad. For those looking for a full featured word processor please see iQ WordPad also available on PSC. iQ WordPad is an easy to use Word Processor that includes features like Tables, Text Highlighting, Headers and Footers, Print Preview and many other features unavailable in Microsoft's Wordpad. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69067&lngWId=1

7_2009-2012 #238857
Q-Clips 4.01: A Windows Clipboard Extender (Update: 27 December 2007)

Q-Clips 4.01 is a Windows Clipboard Extender that enhances and extends the Windows clipboard by remembering all items (text, graphics, color numbers and files) that are copied to the clipboard and storing them in a collection for later pasting... even after you shut off your computer. The program also features a built in Screen Capture tool, with magnify window, so you can capture any portion of the screen, the desktop, or active window, and send the contents to Q-Clips. While you work in your editor, word processor, graphic imaging program or virtually any Windows program, Q-Clips sits in your windows system tray... capturing all data that is copied to the Windows Clipboard. When you need to access those clips press the system wide HotKey... click on the desired clip and it will automatically paste into your program. Many features and options including saving Images as JPEG, multiple capture types, color themes and a color capture tool. For details on all features and their use view the Q-Clips Help Manual included in this upload and available from the Q-Clips Help Menu. (Ver. 4.01 Update: Added View Color Tool to view actual color of captured color number and more. Please see readme.txt file for all Update History Details.)

7_2009-2012 #238858
Breaking the Textbox 64K File Size Limit (UPDATE: Sept. 15th, 2007)

You don't have to be limited to 64K size files for a for a standard Textbox control in VB6. This small sample project shows you how to load, edit and save plain text files, UNLIMITED by file size using the Standard VB6 Textbox control. It's all done in just a few simple lines of code. Please note that this method works on NT, Windows 2000, XP and Vista. If you're coding for systems that use Win95/98 or ME this method will not work. View the readhuge.txt file for full details. (UPDATE: Changed method from Clipboard method to an API method which is even more efficient and does not mess with any data in the clipboard and the end result is the same. Thanks to Kenneth Buckmaster and Rob C. for their input.)

Languages
Top Categories
Global Discovery