Results for "Volume: Java_Volume1"
[UPDATED W/ MISSING CODE!] Dun Dun Dun Dun Dun Dun! Finally a real working vb firewall that just doesnt use TCP or winsock! (Download now only 80kb!) It accesses the windows system, stopping connections and brining up a query window to allow it or not! Just like professional Firewall applications! It detects ALL internet applications running on your computer! CyberSentry Personal Firewall Beta has been completed. However, i will not post the full version YET! (Full version has popup filtering, parental controls, ad filtering, attachment filtering, full application control, registry monitor and a makeshift virus scanner) I want some feedback and or votes before i post the full version code.
Store and extract MS Word Documents (or such other file) in binary mode into a DataBase.
Here is a small registry tweak to Add the Google Toobar to your Windows Taskbar. Have the convenience of the Google Search bar on your Desktop as well as on Explorer. To implement this you will have already downloaded and installed the Google toolbar from http:\\www.google.com
REAL WORKING FIREWALL IN VB6! Logs applications to allow or block just like a professional grade firewall. It temporarily suspends the application until you make a choice. It can terminate programs you think are trojans. Overall, the most complete firewall ever in vb6. This is the beta version, the full version is currently under construction. Hopefully i posted all of the code this time!!!
This Will Create A New Directory For Your Program Add Regitstry Keys And It Looks Very Professional Unfortunately It Does Not Copy The Installation Files Yot That's Version 2
Hi all .. this code is very important if you want a TextBox or RichTextBox Protecting Data .. I mean No Copy or Cut .. Please vote form me ..
A program for opening various programs of Windows. It shows you how to run other programs through VB.
Tabdock 3.1.3 Bugfix release (see revisions.rtf for full details) Two Major Improvements. 1) Extensively Updated. VS.Net Caption Style Now Adheres Closely To New Microsoft Applications. With Pinnable Panels And Tabs. 2) The Control Now Has The Option To Use The New ITDockMoveEvents Interface.(Have More Control Over Docked Panels). Panel Painting Is Now Much Better And Smoother. Too Many Updates To Mention. Please Look At The Revision RTF To Get The Full History Of The Control. On A Personal Note I Would Like To Thank Neal Who Has Put A Lot Of Effort Into This Control. Your Comments And Suggestions Are Greatly Appreciated. Enjoy The Code! Gary.
This tutorial will teach the reader how to make a basic clicking program that will click on coordinates set by the user every 2 seconds.
This will install and uninstall your vb program. All it requires it that the vb runtime dll be in the same folder as the compiled install.exe file. Just throw the runtime and all the ocx and dlls that your program uses into a folder, add a data.ini with the proper settings and the intall.exe and uninstall.exe into a folder and that is all you need. (Tuesday, June 10, 2003) UPDATE: It now adds your program to the 'Add-Remove Programs' list in the control panel.
Major upgrade of my previous version. Now it has everything a collapse clone should game. Except for undo and highscores (highscores coming). I fixed the bug where you could select one brick at a time. I made the display bigger w/ smoother graphics, there is now something to explain the gameplay. You can now highlight groups of blocks by moving your mouse over them, the game will also give the ammount highlighted and the potential score. Please comment and report bugs, oh yea, and vote if you like. p.s. im thinking about and online highscore table.. but have no knowledge of asp, if you can help please feel free to contact me.
Document your Access database structures with ease.
You can only type numbers in this textbox. Make sure to make EXE file to see balloon tooltip.
Drop the control on your form and then when your app is running the "ClipboardChanged" event will trigger whenever the clipboard contenst change, system wide.
[Base Converter] Converts any base to any base. Updated - no bugs & smaller code. Had to post it again cos changing my email seems to have created a new author and deleted my old account, anyway... enjoy.
This control adds an icon to your systray and has built in function to display a popup balloon and receiving clicks from it. It also includes a control for displaying popup balloons on textboxes and comboboxes. All with pure API. Inputs: TrayIcon.InfoTip - Sets tooltip for your systray icon (eg. TrayIcon.InfoTip = App.Title) TrayIcon.TrayIcon - Sets icon for your systray icon (eg. TrayIcon.TrayIcon = Me.Icon (WITHOUT SET)) TrayIcon.InTray - Sets wheter the icon in the systray should be visible or not (eg. TrayIcon.InTray = True) TrayIcon.PopupBalloon - Displays a balloon for the systray icon (eg. TrayIcon.PopupBalloon("My message", "My title", bsIconInformation)) TextBalloon.ShowBalloon - Shows a balloon for a textbox (eg. TextBalloon.ShowBalloon(Text1.hWnd, "My message", "My title", bsIconInformation)) TextBalloon.ShowComboBoxBalloon - Shows a balloon pointing at a combobox (eg. TextBalloon.ShowComboBoxBalloon(Combo1.hWnd, "My message", "My title", bsIconCritical)) Returns: Returns events for TrayIcon as events on trayicon clicks and balloon clicks. Side Effects: All parameters must be set in code and not Property Viewer, for the TextBalloon control to work you need a manifest to give xp-style to your app.
Calculos estadisticos simples
Matrix screensaver with a few bells and whistles. I hope you like it. I'm going to have to do the next one in directX. Any helpful suggestions are greatly received! ...as are comments and votes. :))
SEARCH FILES FAST USING RECURSION, SEE IT BY YOURSELF!!!
A program to search files and folders like the one supplied with Windows. My Windows searcher keeps failing after a few weeks so I put this one together. I used as much API as I could.