Advertisement

Results for "Author: sean street"

2002ASP #895
Classes and Active X User Controls and Property Pages.....oh my.

Demonstrates how to use classes, Active X user controls and property pages among other features ot Visual Basic. Also includes a masking control as a demonstration application.

2002ASP #896
MS Access DB to XML Conversion App...now with color coded XML viewer

This is a very simple application demonstrating the steps taken to convert a MS Access database to an XML file. Great tool for learning XML. To use it, simply load the database (one has been provided), then select Compile XML from the menu. You need a browser that is XML compatable to be able to view the actual XML document, however the actual XML code is displayed in an RTF text box as well. Enjoy.

2002ASP #897
Remember the Rubik's Cube?

Rubik's cube immitation. No API calls; no external file loads.

2002ASP #898
cssProject Analyzer

OK, I've made some more changes to the app. It's is still imcomplete, but I did promise some people that I would post a newer version so here it is. What it does............Right now, it lists all the classes, forms and modules that a project uses. For each procedure, it will list all the procedures that the given procedure calls. It will also tell you if the procedure called is out of scope, etc. There are still a few bugs with the tracing part. I haven't completed the "Procedures that Call me" section yet. Ok, other features, it will trace any threat words within the loaded application. There is a Threat word manager, so you can add/edit and delete the threat words. You can print the code of a selected module. That's about all I have implemented as of yet. Hopefully I will have the rest in a week or so.

2002ASP #899
Capture the Screen/Active Window in Any MS OS (Win 95/98 or NT)

I was having a difficult time capturing a screen or active Window from a Windows NT system. I found out that MS does some pretty quirky stuff when it comes to capturing the screen/active window and it is highly dependent upon the OS. Here is the result of a my investigations. This app will return a screen or active window capture regardless of the OS. Hope it helps anyone else in need.

2002ASP #900
Frequently Asked VB Questions

If you've ever been to the Visual Basic Discussion Forum then you realize why I'm posting this. It's simply a list of commonly asked questions. Please feel free to add on anything that either you've learned here at PSC or anything that you find yourself answering on a regular basis. (Revised Jul 06, 2001) Revised Jul 19, 2001 Revised Jul 24, 2001

2002ASP #901
Another way to place images within menu

Places images in the menu

2002ASP #902
Sequential File Manager

Have you ever wanted to handle a text file like a recordset? This class handles basic functions when dealing with sequential files. Good foundation for beginners to get a grasp on reading and writing to text files.

2002ASP #903
Input/Outpus file manager class wrapper

This app includes a class that incapsulates the functions of reading and writing to a text file. The class handles all the functions of reading, inserting, replacing, appending, and delting data. It's been a fairly handy class for me and now I share it with you. It basically treats a text as a recordset. Procedures include: OpenFile-opens the file RowCount-returns the number of rows in the file CurrentRow-returns the current row pointed at MoveToRow-moves to indicated row MoveFirst-moves to the first row in the text file MoveNext-moves to the next row MovePrevious-moves to the previous row MoveLast-moves to the last row GetDataFromRow-gets data from indicated row(if no row is provided then gets data from current row) DeleteRow-deletes row indicated or current row WriteData-inserts,replaces or appends data to text file A few changes were made to an earlier submittion. The name I used was a bit misleading, so I changed that as well.

2002C #9499
Classes and Active X User Controls and Property Pages.....oh my.

Demonstrates how to use classes, Active X user controls and property pages among other features ot Visual Basic. Also includes a masking control as a demonstration application.

2002C #9500
MS Access DB to XML Conversion App...now with color coded XML viewer

This is a very simple application demonstrating the steps taken to convert a MS Access database to an XML file. Great tool for learning XML. To use it, simply load the database (one has been provided), then select Compile XML from the menu. You need a browser that is XML compatable to be able to view the actual XML document, however the actual XML code is displayed in an RTF text box as well. Enjoy.

2002C #9501
Remember the Rubik's Cube?

Rubik's cube immitation. No API calls; no external file loads.

2002C #9502
cssProject Analyzer

OK, I've made some more changes to the app. It's is still imcomplete, but I did promise some people that I would post a newer version so here it is. What it does............Right now, it lists all the classes, forms and modules that a project uses. For each procedure, it will list all the procedures that the given procedure calls. It will also tell you if the procedure called is out of scope, etc. There are still a few bugs with the tracing part. I haven't completed the "Procedures that Call me" section yet. Ok, other features, it will trace any threat words within the loaded application. There is a Threat word manager, so you can add/edit and delete the threat words. You can print the code of a selected module. That's about all I have implemented as of yet. Hopefully I will have the rest in a week or so.

2002C #9503
Capture the Screen/Active Window in Any MS OS (Win 95/98 or NT)

I was having a difficult time capturing a screen or active Window from a Windows NT system. I found out that MS does some pretty quirky stuff when it comes to capturing the screen/active window and it is highly dependent upon the OS. Here is the result of a my investigations. This app will return a screen or active window capture regardless of the OS. Hope it helps anyone else in need.

2002C #9504
Frequently Asked VB Questions

If you've ever been to the Visual Basic Discussion Forum then you realize why I'm posting this. It's simply a list of commonly asked questions. Please feel free to add on anything that either you've learned here at PSC or anything that you find yourself answering on a regular basis. (Revised Jul 06, 2001) Revised Jul 19, 2001 Revised Jul 24, 2001

2002C #9505
Another way to place images within menu

Places images in the menu

2002C #9506
Sequential File Manager

Have you ever wanted to handle a text file like a recordset? This class handles basic functions when dealing with sequential files. Good foundation for beginners to get a grasp on reading and writing to text files.

2002C #9507
Input/Outpus file manager class wrapper

This app includes a class that incapsulates the functions of reading and writing to a text file. The class handles all the functions of reading, inserting, replacing, appending, and delting data. It's been a fairly handy class for me and now I share it with you. It basically treats a text as a recordset. Procedures include: OpenFile-opens the file RowCount-returns the number of rows in the file CurrentRow-returns the current row pointed at MoveToRow-moves to indicated row MoveFirst-moves to the first row in the text file MoveNext-moves to the next row MovePrevious-moves to the previous row MoveLast-moves to the last row GetDataFromRow-gets data from indicated row(if no row is provided then gets data from current row) DeleteRow-deletes row indicated or current row WriteData-inserts,replaces or appends data to text file A few changes were made to an earlier submittion. The name I used was a bit misleading, so I changed that as well.

2002VB #18103
Classes and Active X User Controls and Property Pages.....oh my.

Demonstrates how to use classes, Active X user controls and property pages among other features ot Visual Basic. Also includes a masking control as a demonstration application.

2002VB #18104
MS Access DB to XML Conversion App...now with color coded XML viewer

This is a very simple application demonstrating the steps taken to convert a MS Access database to an XML file. Great tool for learning XML. To use it, simply load the database (one has been provided), then select Compile XML from the menu. You need a browser that is XML compatable to be able to view the actual XML document, however the actual XML code is displayed in an RTF text box as well. Enjoy.

Languages
Top Categories
Global Discovery