Advertisement

Results for "Author: mark joyal"

Java_Volume1 #94621
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

1_2002 #105349
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

1_2002 #105350
Add-In - Task List for VB IDE

I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.

1_2002 #105351
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

2_2002-2004 #120950
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

2_2002-2004 #120973
Add-In - Task List for VB IDE

I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.

2_2002-2004 #121768
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

3_2004-2005 #139494
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

3_2004-2005 #139517
Add-In - Task List for VB IDE

I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.

3_2004-2005 #140312
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

4_2005-2006 #151383
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

4_2005-2006 #151384
Add-In - Task List for VB IDE

I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.

4_2005-2006 #151385
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

5_2007-2008 #173901
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

5_2007-2008 #173902
Add-In - Task List for VB IDE

I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.

5_2007-2008 #173903
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

6_2008-2009 #196419
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

6_2008-2009 #196420
Add-In - Task List for VB IDE

I created this VB add-in to help me out when coding projects. I wanted something to allow me to add a todo list right inside the VB IDE. This addin shows a listview of tasks with checkboxes for each. The window will dock to the IDE, and you can add new tasks by right clicking on the listview and choosing "new task" or by doubleclicking in an empty slot. You can edit tasks directly in the listview via the 2 click method. Completed items are shown in gray(disabled) text. A different task list is kept for each project. note: multiple projects open in the same instance of VB is not supported...yet...There is alot of good stuff here, I hope you like it.

6_2008-2009 #196421
A Splitter Control

This is a splitter control with 2 panes. I found the initial code out on the web somewhere, but it had a few bugs and was missing a few features I wanted, so I added the ability to colorize the splitter bar and the code now fires an event when the splitter is resized to allow for controls within controls to handle a resize. I also cleaned up the code and fixed a few bugs. BTW : You can add splitters within splitters to create more than just 2 panes.

7_2009-2012 #218937
Sourcecode Notebook

This code is a Sourcecode Notebook. I needed someplace to save all the little snippits of code that I've gotten from PSC and others that Ive written myself, so here is the result. Saves the code snippit along with notes about it. Both the code window and the notes window support drag and drop of both files and text from another application. Sourcecode shows basic ADO commands, so is good for beginners or anyone not familiar with ADO. The listview control headers will sort the results of the window, and you can filter code by code type (vb, vc, perl, etc...) Improvements from previous version: Adding ability to print code, simple searching by title, form can now be resized, various ADO SQL statement improvements, and i actually commented the code! Im trying to decide if I should make this a VB add-in even though it stores more than just VB code. What do you all think? Future realease will have bookmarking of favorites and saving of the window location and size. Also, does anyone know of a good way to implement syntax highlighting?

Languages
Top Categories
Global Discovery