-
TWTSOOSD - Three ways to show open or save dialog (without CommonDialog control)
Viewing this code you can learn how to show (without CommonDialog control and using default system dlls) three kinds of open and save dialogs (see the screenshot!!!). The dialogs may look like in old programs from win95 or like in VB or like in Notepad or Wordpad. One way uses three controls and 2nd and 3rd ways use API functions. This code also shows how to open files in multi mode (open more than one file). The zip file is small and every line is commented. Vote or leave a comment if you want and if this code will help you!
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=48087&strZipAccessCode=tp%2FT480875283
-
Update* Tool Bar 2003
This is a major update to toolbar 2003 that i uploaded a few days ago! This version has lots and lots of features, such as lock desktop, hide icon, hide taskbar, open tons of programs, swap mouse buttons, etc. Excellent for beginers and lots of comments.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=45423&strZipAccessCode=tp%2FU454234651
-
Universal HotKey
I know I may be over subtmitting for one week. But I know some people are looking for some stuff that hasn't been on PSC until now. Here is a UNIVERSAL HotKey program. What that means is even if the program is in the foreground, inactive or blah blah blah, it will set it as a HotKey through API. Please vote!!
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=47555&strZipAccessCode=tp%2FU475556968
-
Unicode RichEdit (don't support Pictures)
This is a re-work on old VBAccelerator's RichEdit for better Unicode support.But It doesn't support Pictures.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=67699&strZipAccessCode=tp%2FU676990012
-
Unicode ucComboBoxEx
This is my first attempt to deal with Unicode. Please remember that the code isn't intend to fully duplicate MS Combobox.It just fulfill my application.The purpose of this posting is to bring your attention how important Unicode is and to show you how to develop Unicode control based on MS ComCTL32.DLL. Tested on XP (EN) SP2 and VB6/SP6. Update 1:Add cImageList Class;Correct Paul's Self-Subclasser Unicode issue;A good Example is here. Update 2:Revised Demo Update 3:Heavily rewrite to 'almost' simulate MS Combo Update 4:Fixed 'Overflow' error when apply Font with Unicode Font name;Add FindItem_Unicode property (28/may/2007) Update 5:Removed Compilation condition 'Unicode=1' with auto detection of Windows Update 6: CreateWindowEx may fail if applied XP Theme with a MANIFEST file. (20/June/2007) Update 7: Use Paul's Updated Self-Subclass and LaVolpe's more robust Version to solve possible UserControl Terminate error. (20/April/2008)
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=66273&strZipAccessCode=tp%2FU662733142
-
Uncrackable Crypto(almost)
encrypts your text and makes it uncrackable(well nothing is uncrackable but this has to be close) for example say you had a letter 16384 chr's long the number of possible key combo's would be 9 to the 16384th power
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=31227&strZipAccessCode=tp%2FU312276312
-
User Control
Este Codigo Es Para La Administracion De Usuarios. Ponga Este Codigo En C:\. Put This Code In C:\
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=42958&strZipAccessCode=tp%2FU429589492
-
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
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=45303&strZipAccessCode=tp%2FU453034495
-
Use Classes instead of activeX Controls. Contains useful Combobox Lookup Example(3 Variations)
Use Classes instead of activeX Controls. Contains useful Custom Combobox Lookup Example to encapsulate GUI function.<br> Advantages:<br> Easy Code Maintainence. <br> Easier to Create than active X Control<br> No need to implement passthroughs for properties/methods/events(VB Does it AUTOMATICALLY - in a fashion)<br> Instantly have events/properties code added to the class by VB<br> Class can be public in activeX DLL and still perform all event related processing of a control on a form!!!<br> Unlike ActiveX Controls - no extra resize event code needed to handle resizing<br> Can ENCAPSULATE ALL Control Code within the class (including code for licenced controls) thus bypassing some of the licencing issues when distributing activeX controls holding other licenced controls eg for use on web pages<br> Allows encapsulation of all Business Logic and GUI-control within easily maintainable classes (NEAT!) THERE IS NO CODE IN THE TEST FORM THAT PERFORMS ANY OF THE ACTUAL METHODS/PROPERTIES/EVENTS USED IN THE LOOKUP/DROPDOWN FUNCTIONS. Dont Flame me for using the word objects in the context of VB. Check it out
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=14756&strZipAccessCode=tp%2FC147561812
-
UPX FrontEnd v0.11 Fixed!
UPX FrontEnd bug fixed! Now can 100% working correctly! Can compress and decompress executable files. Enjoy it!
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=63094&strZipAccessCode=tp%2FU630948711