Advertisement

Results for "Author: christopher reason"

ASP_Volume2 #26441
Use Dial Up Networking (DUN) to connect from your App

Make a connection to the internet using Dial Up Networking (DUN) from your application. This is so easy! Please see the comments in the Standard Module for more explanation. PLEASE VOTE IF YOU LIKE IT! Thanks, Christopher

ASP_Volume2 #26913
Modify P&D Wizard/Setup1.exe to add Desktop Icons for your Program!

How to modify P&D Wizard/Setup1.exe to add Desktop Icons during the installation of your Visual Basic Programs. PLEASE, TAKE AN EXTRA MINUTE TO VOTE IF YOU LIKE THIS ARTICLE. Thanks, Christopher.

ASP_Volume2 #27464
VB Recent File List - Updated

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.

ASP_Volume2 #27847
Add Start Menu Uninstall Icon to your VB Projects

This article will detail in 10 easy steps how to create your own Uninstall icon (and place it in the Program Group) for every VB project that you create. PLEASE, TAKE AN EXTRA MINUTE TO VOTE FOR THIS ARTICLE IF YOU LIKE IT. Thanks, Christopher.

ASP_Volume2 #28782
WXLite

Gather detailed weather information from weather.com and display it in a condensed, easy to read format. Includes 36 hour forcast information. The program utilizes a reference to "Windows XML, version 2.0" to complete the task. Also includes a module that allows for "form fade in/out". This fade module was taken from another post here on PSC but I can not remember who posted it (sorry I can't give you credit for your work by name). Also makes use of a simple text file to track all zip codes you enter into the program, and will remember the last zip that you looked at and display it automatically when the program is run again. One fault of the program (or maybe it's the website, I don't know) is that when refreshing, the program will display the same data as previously even though the actual information on the web site has been updated (website updates approximately every 20 minutes). If anyone can figure out how to get the XML object to get a true refresh, please post the modified project to PSC for all to enjoy! Hope you enjoy this project, it's been fun putting it together.

ASP_Volume3 #60857
WXLite

Gather detailed weather information from weather.com and display it in a condensed, easy to read format. Includes 36 hour forcast information. The program utilizes a reference to "Windows XML, version 2.0" to complete the task. Also includes a module that allows for "form fade in/out". This fade module was taken from another post here on PSC but I can not remember who posted it (sorry I can't give you credit for your work by name). Also makes use of a simple text file to track all zip codes you enter into the program, and will remember the last zip that you looked at and display it automatically when the program is run again. One fault of the program (or maybe it's the website, I don't know) is that when refreshing, the program will display the same data as previously even though the actual information on the web site has been updated (website updates approximately every 20 minutes). If anyone can figure out how to get the XML object to get a true refresh, please post the modified project to PSC for all to enjoy! Hope you enjoy this project, it's been fun putting it together.

ASP_Volume3 #60858
VB Recent File List - Updated

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.

ASP_Volume3 #60859
Add Start Menu Uninstall Icon to your VB Projects

This article will detail in 10 easy steps how to create your own Uninstall icon (and place it in the Program Group) for every VB project that you create. PLEASE, TAKE AN EXTRA MINUTE TO VOTE FOR THIS ARTICLE IF YOU LIKE IT. Thanks, Christopher.

ASP_Volume3 #60860
Modify P&D Wizard/Setup1.exe to add Desktop Icons for your Program!

How to modify P&D Wizard/Setup1.exe to add Desktop Icons during the installation of your Visual Basic Programs. PLEASE, TAKE AN EXTRA MINUTE TO VOTE IF YOU LIKE THIS ARTICLE. Thanks, Christopher.

ASP_Volume3 #60861
Use Dial Up Networking (DUN) to connect from your App

Make a connection to the internet using Dial Up Networking (DUN) from your application. This is so easy! Please see the comments in the Standard Module for more explanation. PLEASE VOTE IF YOU LIKE IT! Thanks, Christopher

C_Volume2 #67503
Use Dial Up Networking (DUN) to connect from your App

Make a connection to the internet using Dial Up Networking (DUN) from your application. This is so easy! Please see the comments in the Standard Module for more explanation. PLEASE VOTE IF YOU LIKE IT! Thanks, Christopher

C_Volume2 #67975
Modify P&D Wizard/Setup1.exe to add Desktop Icons for your Program!

How to modify P&D Wizard/Setup1.exe to add Desktop Icons during the installation of your Visual Basic Programs. PLEASE, TAKE AN EXTRA MINUTE TO VOTE IF YOU LIKE THIS ARTICLE. Thanks, Christopher.

C_Volume2 #68526
VB Recent File List - Updated

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.

C_Volume2 #68909
Add Start Menu Uninstall Icon to your VB Projects

This article will detail in 10 easy steps how to create your own Uninstall icon (and place it in the Program Group) for every VB project that you create. PLEASE, TAKE AN EXTRA MINUTE TO VOTE FOR THIS ARTICLE IF YOU LIKE IT. Thanks, Christopher.

C_Volume2 #69844
WXLite

Gather detailed weather information from weather.com and display it in a condensed, easy to read format. Includes 36 hour forcast information. The program utilizes a reference to "Windows XML, version 2.0" to complete the task. Also includes a module that allows for "form fade in/out". This fade module was taken from another post here on PSC but I can not remember who posted it (sorry I can't give you credit for your work by name). Also makes use of a simple text file to track all zip codes you enter into the program, and will remember the last zip that you looked at and display it automatically when the program is run again. One fault of the program (or maybe it's the website, I don't know) is that when refreshing, the program will display the same data as previously even though the actual information on the web site has been updated (website updates approximately every 20 minutes). If anyone can figure out how to get the XML object to get a true refresh, please post the modified project to PSC for all to enjoy! Hope you enjoy this project, it's been fun putting it together.

Java_Volume1 #86047
Use Dial Up Networking (DUN) to connect from your App

Make a connection to the internet using Dial Up Networking (DUN) from your application. This is so easy! Please see the comments in the Standard Module for more explanation. PLEASE VOTE IF YOU LIKE IT! Thanks, Christopher

Java_Volume1 #86519
Modify P&D Wizard/Setup1.exe to add Desktop Icons for your Program!

How to modify P&D Wizard/Setup1.exe to add Desktop Icons during the installation of your Visual Basic Programs. PLEASE, TAKE AN EXTRA MINUTE TO VOTE IF YOU LIKE THIS ARTICLE. Thanks, Christopher.

Java_Volume1 #87070
VB Recent File List - Updated

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.

Java_Volume1 #87453
Add Start Menu Uninstall Icon to your VB Projects

This article will detail in 10 easy steps how to create your own Uninstall icon (and place it in the Program Group) for every VB project that you create. PLEASE, TAKE AN EXTRA MINUTE TO VOTE FOR THIS ARTICLE IF YOU LIKE IT. Thanks, Christopher.

Java_Volume1 #88388
WXLite

Gather detailed weather information from weather.com and display it in a condensed, easy to read format. Includes 36 hour forcast information. The program utilizes a reference to "Windows XML, version 2.0" to complete the task. Also includes a module that allows for "form fade in/out". This fade module was taken from another post here on PSC but I can not remember who posted it (sorry I can't give you credit for your work by name). Also makes use of a simple text file to track all zip codes you enter into the program, and will remember the last zip that you looked at and display it automatically when the program is run again. One fault of the program (or maybe it's the website, I don't know) is that when refreshing, the program will display the same data as previously even though the actual information on the web site has been updated (website updates approximately every 20 minutes). If anyone can figure out how to get the XML object to get a true refresh, please post the modified project to PSC for all to enjoy! Hope you enjoy this project, it's been fun putting it together.

Languages
Top Categories
Global Discovery