Results for "Volume: 7_2009-2012"
It revives my old program that had around 2 Millions of user in the world. Now for Windows XP with VB open source. Use your desktop as background
Allows you to extract the contents of RAR archives and lists what files are in the archive. You will need the Unrar.dll which is on the WinRar site (Rarlabs i think) placed in the same Dir as the app, or in the c:\windows\system32 folder -29/06/2006 - 3.0.1 --BugFixes and removed some unnessary declarations -- Can drag an archive on the exe and it will auto enter it into the OpenRar text bo and list the files (i.e. allows archives to be opened by double clicking on it if there is no rar support available. Just select "open with") -- Implemented another progressbar so that the user knows how many objects have been extracted and how many to go -- Got rid of the label showing number of files in the archive -- Sorted out the multi Volume archives so that the unpacked size doesn't get counted twice, therefore the progressbar is more reliable -- Realised that WinRar doesn't tidy up the folders (i.e TopLevel shown by default until it is double clicked, which shows the second level files relative to the toplevel folder) -- Tidied up some of the listing coding so that there are not two procedures to list files and folders separately, now there is just one (which may have caused the confusion with the treeview) -- Scrapped the treeview as it was not the best idea I've had. Replaced it with a Listview which can show the file properties and cuts down on the extra part of the extraction function -- Display archive Comments -- Removed API of the List box so that it is scrollable as the Listbox has been removed -- Changed borderstyle of form from Fixed single to sizable and allows controls to be resized as well (though it flashes the form when it reaches its limit) -- Changed GUI so that a toolbar is used (may as well use the other items in MSCOMCTRL.OCX since its referenced), and got rid of the list files option. Its automatic now -- List files doesn't list the files in the archive twice -- Added ability to drop a rar archive on the input textbox -- Fixed the process dialog so that long paths get wrapped -- Implememented a treeview instead of listbox for files in the archive (though needs tweaking)
SDS - Secure Document Shredder V1 A secure document destruction class. Method uses crypto api to generate random data blocks, and overwrites file in multiple passes at file offsets proportioned to file size, (for speed). All writes are done with api to ensure commits, and disk cache is flushed at bottom of each cycle. Some good examples of various api usage, and (of course), a decent file shredder. Comments welcome.. Cheers John
Gets sound input from the current recording source and displays it as spectrum and as waterfall. Download is 24.1 kB
'Remotely Administer' computers on your home network, work network, across the street or across the globe using TCP/IP connections (FYI the internet uses TCP/IP). Favourite feature - real 'remote desktop' with adjustable settings to accord to connection speed - you can use this over 56k modems... runs at like 6fps with 16bit colour over 100mbit ethernet. You can have multiple servers and manage them through IRC, you can log keystrokes and user activity. There is a file browser that allows you to browse, shell, delete, download and upload files remotely. You can use the server as a proxy server, and bounce/tunnel conneetions. You can popup message boxes or request user input. Chat communication can be initiated between server and client. Keystrokes can be sent. Individual windows can be manipulated (hide,show,change caption, bring to front) In the suite you receive a Server, Client, and Binder. Run the server on the computer(s) you want to control, run the client on the computer you will control from. The binder allows you to 'bind' the server executable to another executable so when the other executable is run, the server can install - also the settings can be bound with the server exec. You can also do all that useless stuff like show/hide clock, desktop, programs, etc. Open/close CD drive too. YOU MUST CONTACT ME IF YOU WORK ON THIS, I WOULD REALLY LIKE TO SEE THIS BE COMPLETED... PLEASE. sickanimations [at] gmail [dot] com
Enumerates, decrypts and displays archived Yahoo Messenger conversations.
This project will place an icon in the system tray. When right clicked on the icon in the tray, a popup menu will show. Now when Clicked on the Desktop the menu will hide. With Other submissions on PS Code, when clicking on the desktop, or another active window that isn't part of the application, the popup menu will still show. I hope you find this submission useful, Please vote if you do. Have Fun, Dave.
simple App to Hide and Unhide folders with password protection. This is my first submission. added the missing module.
Setup OCX files in your Splash Screen. The OCX files were EMBEDDED into Modules using the Resource Builder Application I recently posted in PSC. This is a real working example of COMDLG32.OCX, TABCTL32.OCX and MSCOMCTL.OCX being automatically installed by the Splash Screen. This makes Internet Software Delivery possible even when they run your App straight out of the Zip file. Great when distributing to users who have no technical knowledge or are new to Windows. How often do you find that a user executes the SETUP from within the Zip instead of extracting all the files first into a temp folder? This app does it all! Enjoy.
Monitor all your disks activity. ---- One double bargraph - Read/Write - for each local disk -- hideable - Autostartable with Windows session -- I've use (and corrected) the excellent source from Ed Wilk (links inside code) to generate the icone image from calculated bitmap. -- Sorry, all comments are written in french, but variable names are english
My SETUP OCX IN SPLASH SCREEN uses an array of data. That was fine, but if you want to use the snazzy, built-in VB Resource Editor to include your OCX files, then this wee tutorial when combined with the application I uploaded today may make life really easy for you with your ZIP uploads to your favourite download URL!
All of the most difficult and hard to find subjects covered in one unifying project. NT Master class encompasses a wide range of security functions, allowing you to create applications with a broad scope of features, that call through a single, powerful, class interface. Features include interfaces into EFS (Encrypted File System), NTFS File Security, NTFS Registry Security, a wide array of User and Group management calls, and Service and Process management. Class is written for speed and functionality, and includes error handling and events, along with a demonstration project. The five worksheets from each subject are also included, so that you may use them seperately.. _________________________________________________ V3 is Up! Added some service functions, expanded user management, some small fixes/enhancements. _________________________________________________ V4 is Up! Added three new user management routines, applied some fixes to class and example. _________________________________________________ V5 is Up! Final rev is up, added 14 new functions!! All process functions mirrored to psapi for W2K server compliance. Added get/set thread priority, and get/set process class. Added Kill thread, load/unload user hive and create/remove user profile to user management. Now 60 functions in class, each one is now proofed and working well. Added an extended example to the demo, which goes through the complete cycle of adding/modifying a user/group, then launching a process with the new credentials. _________________________________________________ V6 is Up! Added a routine to service management, that changes the service description in mmc. Proofed and rewrote Service_Add and Service_Remove functions. Added optional machine name to service routines, making remote administration possible, (thanks Lite). Hope ya like it.. Cheers John
X10 put out some nifty home control products that communicate over the power lines and respond to commands to turn on; turn off; dim; etc. The CM11A is device that interfaces a pc to the command line protocol and also contains timers and macros. This project is a class I wrote to emulate what the keware ocx does. Keware (http://www.homeseer.com/downloads/index.htm) It can control devices in any housecode from your pc. It also monitors devices that are turned on or off from a remote or firecracker interface and raises events when this happens. The HouseCode can be any 1 of 16 (A through P) and each house code can handle any of 16 devices (1 to 16). I started out with the firecracker class I wrote http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=64719&lngWId=1 and I experimented with it and took information from the x10 protocol file I made some switches and used a vertical progress bar to set the dim level. I implemented a device status for each device. Finally, I was able to implement the all on and all off commands. Of course all of this is useless if you don't have the x10 hardware that it
to show how to set alpha picture to form objects. [transparent picture] Updated: i added the picture now.
To see the fireworks display you can do 2 thigs: 1)Set the startup object under project properties to "SubMain" and compile the file as a .scr and place it in the windows folder, and then use it like a regular screen saver. 2)Set the startup object under project properties to "SubMain" and compile or just run it. It runs much better when compiled.
Full Visual HTML editor WYSIWYG using microsoft DHTMLEdit control, MDI with many features for direct access the DOM and support more functions and lots of helpful tips and code for building full visual editor. Please also check my other project for MSHTML activex control wrapper here.
(Updated with new improved UI) HSES - High School Enrolment System for Curriculumn based public high school institutions. It includes Student Registration, Students and Teachers Scheduling,Student's Grades Management. E-Mail me at bob8works@yahoo.com form some questions or inquiries. Thanks!
Another progress bar control. Has several built views. Plus a custom mode. The graphics are progress bar code are not mine. I converted this into a control and tweaked it to suit a control. My first attempt at doing a control.
Custom MsgBox with many powerful options as can be seen from 44 input arguments: ----------------------------------------------- 1. vPrompt - MessagBox prompt text 2. vTitle - MessagBox prompt text 3. vButton1 - caption of first button, if nil specified will be: OK 4. vButton2 - caption of second button 5. vButton1 - caption of third button 6. vButton1 - caption of fourth button 7. btDefault - sets what the default button is, so what button has focus on startup 8. lMessageIcon - set the MessageBox icon: nil specified: no icon 1: Information 2: Question 3: Exclamation 4: Warning 9. lFormColour - long value setting the BackColor of the MessageBox form, if nil specified will be the default VB MessageBox colour. You can do black for example as the font will be set with a contrasting colour. 10. lLabelColour - long value setting the BackColor of the Prompt textbox, if nil specified will be same as lFormColour 11. lButtonColour - long value setting the BackColor of the buttons, if nil specified will be same as lFormColour 12. lLabelFontColour - long value setting the ForeColor of the Prompt textbox, if nil specified will be a contrasting colour compared to the Prompt BackColor 13. lMaxLen - maximum number of characters in the Prompt text before a linebreak will occur, default 125 14. bPromptBorder - boolean, if True Prompt textbox will have a border 15. bIndentAfterBreak - boolean, if true there will be an indent after a linebreak in the prompt text. 16. bOnlyIndentWithNumericFirstChar - boolean only applies if bIndentAfterBreak is True. If bOnlyIndentWithNumericFirstChar is True then then indent will only happen if the line started with a number. 17. strIndent - the indenting string 18. bStartLineWithSpacer - if True every new line in the Prompt will start with a spacing string. Useful when the Prompt textbox has a border. 19. strSpacer - the spacer string, only applies if bStartLineWithSpacer is True 20. siPromptButtonFontSize - Single value, button font size, default is 10 21. lMinButtonWidth - long value, minimum button width, default is 1200 22. lMinButtonGap - Long value, minimum space between buttons, default is 150 23. lButtonEdge - Long value, minimum space between button edge and button caption, default is 150 24. bSpaceButtons - if True buttons will be spaced evenly between left and right border of Prompt textbox 25. bAdjustUnderlineStrings - if True this will make the string that comes after a specified linebreak the same length as the line above. This works if this underlining string is ---- or ____, so 4 of these characters. 26. bShowTitleIcon - if True will show the title caption icon, default is True. Of course this icon can be changed. 27. bCenterPrompt - If True the text in the Prompt textbox will be centered 28. bInput - If True it will be an InputBox 29. vInputDefault - default InputBox value 30. bNumericInput - If True InputBox will only accept numeric input 31. bIntegerOnly - will only apply if bNumericInput is True. In that case only integer numbers will be allowed 32. vMinValue - will only apply if bNumericInput is True. Minimum allowed input value 33. vMaxValue - will only apply if bNumericInput is True. Maximum allowed input value 34. bBeep - Beep when the Msgbox loads 35. bLineUpTabs - if True tabs will be lined up in columns 36. strTabSpacer - string used to line up tabs, default is chr(32) 37. strTabSpacer - long value, minimum number of strTabSpacer characters to line up tabs 38. bAddTab - if True will add vbTab to spacer string, recommended to line up precisely 39. vTooltip1 - Tooltip text for button 1 40. vTooltip2 - Tooltip text for button 2 41. vTooltip3 - Tooltip text for button 3 42. vTooltip4 - Tooltip text for button 4 43. lActiveButtonColour - colour of the button that is moved over by the mouse 44. bReturnLineNumber - with a mouse right-click return the line number in the prompt where the cursor is, rather than the button caption.
DEFINITIVE TRAY ICON v. 0.3 By: Phil Ciebiera ---------------------------- If you like it give me a vote, The goal of this is to demonstrate a more effective usage of the System Tray Icon in VB. Using my method gives you these features: -Explorer.exe crash detection (tray icon persists) -Native Windows Balloon Tips (with 5 icon styles or no icon) -Low level detection of window messages -Ability to use multiple tray icons for 1 form (now demonstrated) -Have a user defined icon in a balloon tip -You can detect when a user clicks your balloon -You can make a balloon popup with or without sound Learn from it and enjoy. Thanks to Mark Mokoski for explaining the right way to use balloon tips from VB, see his code on PSC. Thanks to LaVolpe for pointing out several issues. (: Hopefully a class will come soon (; -Phil