Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #69688
CTS Anti Virus 2005 + AV Engine ( Updated )

This is the latest release of my Anti Virus series. This version now contains a separate Anti Virus Engine DLL. So it can easily be included to any GUI you want. A demo GUI comes with the DLL that shows the usage of the Engine. The GUI is 100% re-programmed. I've decide to create a Web - Interface like Norton Anti Virus has. The searching algorithms are optimized and the scanning speed has nearly doubled. The signature file now contains 33674(!) entries: I've decided to go away from CRCs and to scan for Virus strings. But the AV Engine still scans for CRC, but it's recommended to use the string search (due to big size of the full signature file (1.45MB) I’ve only included a small (600Kb) demo. The full version can be downloaded with the included update routine.). Since the first release the software has grown to 4739 lines of code. I hope that you like my work! Any feedback would be really appreciated!

C_Volume2 #69684
Tweak & Clean

Tweak & Clean for Windows XP I ensamble this app as add on of my Cyber Cafe software. The main idea is give to owners of cafe's the ability of apply some restrictions to rental users in the use of Windows and Internet Explorer 5.5 or above. I make all the adjustments refering to Windows XP and IE, some of the settings are: Prohibit access to the control panel, remove Add/Programs, Hide and disable items on desktop, remove Run menu from Start Menu, Remove Search from Start menu, Do not keep history of recent opened documents, Prevent changes to task bar and Start menu settings, Remove links and access to Windows Update, Remove user name from Start menu, Remove Set Program Access and Defaults from Start menu, Prevent addition of printers, Prevent deletion of printers, Hide My Network Places icon on desktop, No entire network, Hide Workgroup Content fom Network Neighnorhood, Remove Network Connections from Start Menu, Remove My network places icon from start menu... Also has tweaks for Internet Explorer 5.5 or above. The settings are for Windows XP, but some of them can work on other versions. Must of them need restart. The settings for Internet Explorer works on 5.5 or above versions. The cleaning utility is some code I found here, sorry I can not remember who creates the original, I add some other as Dreamweaver, Flash, Fireworks and Excel recent files list cleaning. As complement, you find the app shows the user name of logged user in system and the time of running Windows. Also the version and build information of Windows. Some of this are code found here and other recreated, adapted or created by me. Again thanks the authors of this. Finally it has a cache cleaning utility, that again is someone else code, I just adapt to the application. The resource file is only the app Icon, this routine come from VBAdvanced for correctly display hi res icons. I believe that this is an interesting proyect, particullary for those concerned in Windows Security, wait for comments and votes. If you can help with more cleaning recent files will be usufull for all. Particulary Word 2003 but any app you know how to remove recent files will be fine. Please don't use as commercial application. I put here for sharing and if comments, suggestions and votes are good enought, grow this for have a tweaking application like commercial versions but free for all.

C_Volume2 #69685
HiderX v2

I finally moved my lame hands to make this. HiderX 2 is here. Now it can handle unlimited windows at a time. If you dont have a clue what im talking about then listen: HiderX can make any application/window on the desktop and hide it to system tray. That way you can have much more space on your desktop and minimize the programs to tray which you are not currently working on. This new version is more like the Task Manager of WinXP/2K. Well I think this program will also work on Win98 but i dont expect the icons will appear properly. Ill work on that later. So.. its like the Task Manager; you just select any window and Capture it. Its icon appears on the tray and then you can minimize it, show it, quit the program, etc. Some bugs are there, i know.. i really dont have time to finish this thing.

C_Volume2 #69689
DES-ANALYSIS Program

Quite a good DES-Analyse Program to understand and test every step of DES, his Rounds, the relationship to S-boxes und so on ... The program needs VCI Formula One Library (VCF132.OCX)

C_Volume2 #68718
Robot Simulation (Using Image Processing)

This project is about to find a way to specific location in an Unknown Map. As You know, this is the subject of some robotic games and champions. The map is given in a standard graphic file formats like Bitmaps. Then the program uses a recursive algorithms in the given map to find a way to the destination. The destination is specifies by a BLUE color in the map. Due to the recursive algorithms that is used, if the program can't find the destination, it returns to the starting location. I've include 5 sample maps with the project to better introduce its work. Use coloring like samples (Walls=Black , Way=White , Destination=Blue rgb(0,0,255)) and set the starting point anywhere in the way. In sample maps you don't need to set starting point.

C_Volume2 #68721
FexibleDatagrid

This is Control similar with MS Access Subform, enable you to dirrectly edit, save, sort,etc with datacombo, DTPicker, TextBox, Checkbox inside the datagrid

C_Volume2 #68719
Add programs or ports in windows xp sp2 firewall programatically.

This sample app. adds lets you add programatically programs and ports in the windows xp sp2 firewall. Any comments or violent reactions. is welcome! Feel free to ask some questions regarding my work. thanks. :-)

C_Volume2 #68720
FlyingWindows - An AddIn by Light Templer - NEW VERSION 2.5.0 from 10/20/2004 NOW WITH AUTOCOMPLETE

Flying Windows claims fully back the valuable work area of your IDE! No unneeded tool or property window is open when writing code or designing a form. Now the whole screen belongs to you to design your form or write some code! And when you need a tool/property window: One quick move (no mouseclick!) of your mouse is enough to get it back / take it away. ___ 2nd hilite: Small property windows for controls like the known tooltips are assisting your form design! ___ And some more nice gimmicks... ____ Advertisement stop. ;) - To the facts: Implemented in Flying Windows so far * Hotcorners for most used tool windows (toolbox, properties, project explorer and immediate window) * Empty the immediate window when ctrl key is pressed on opening by hotcorner. * Tooltip windows for controls showing the name and the most important properties. * Click on a property value in the tooltip window with ctrl key pressed puts this value into the clipboard. * Tooltip windows are moveable by caption bar. Leave them open with ctrl key pressed when mouse leaves tooltip window. Close them with a simple mouseclick. * Show mouse pointers absolut screen coordinates in VB IDEs title bar in pixel. * With an open source code pane moving the mouse to the left border of the screen opens the coresponding designer window (Shift-F7) and reverse. * The size of comboboxes of a code pane are increased to show much more values without a need for boring scrolling. ________ Background: To do all of this I had to dig very deep into VB IDEs COM interface and so here is hard stuff like 'Get a reference to the control under the mouse' and more ... _______ Enjoy the new feeling in programming VB! ____ Regards LiTe _________________________________________________ NEW VERSION 2.5.0 - 10/20/2004: Now your code is flying, too! I have added a powerfull TEXT AUTOCOMPLETE feature to speedup your coding. Please read ReadMe_First.Txt or code header for details. _____________________________________________ Thx for your comments and votes - they show me that you see the 160 hours which are in this tool now.

C_Volume2 #69046
The Question of Existence

I have come across several different solutions for testing for a file's existance, from Dir to opening the file, testing for error, then closing the file again. I remembered an article/comment by Bruce McKinney that influenced my solution to this problem and thought I would share it.

C_Volume2 #69047
xTree Custom Tree Control

A First On PSC (I Think) An Attempt At A Fully Owner Drawn Treeview Control. Created To Simulate The Outlook 2003 Treeview Control. Each Node Can Have It's Own Properties: ie: Fontcolor,Itemdata etc. Lots Of Properties ie: Gradient Select, Background picture, Background Gradient(Without Picture),Full Row Select, Icons, No Horizontal Scrollbar, XP Theme Support To Many To Mention. Although This Uses A Collection Based Methodoligy I Think It works Quite Good. Drawing Is Fast and Flicker Free. I Have Tested This on Windows XP and Works Really Well Upto 3000 Nodes. As This Is The First Relase Please Don't Be To Harsh As I Know There Are Many Things Still Missing. As Always Feedback And Constructive Critisim is Always Welcome. Kind Regards Gary

C_Volume2 #69048
Writing data in a file without any file Content/Size/Attributes changes (NO FILE-CHANGES AT ALL)!!!

This program uses NTFS streams to save data in a hidden place of files. So your data is saved without any file-changes like size,attributes,contents or .... everything is like before you save data. It can be used to prevent file monitoring utilities like InCtrl5 or ... to track your file activities. YOU CAN SAVE & RETRIVE WITHOUT ANY CHANGE IN FILES. Pure VB code (No API or ..)

C_Volume2 #69049
Read hlp-files

This simple app can decompile Windows-HLP-files if you lost your sources. It get rtf files, graphics, projektfile and so on. You can recompile it. A Desription of the HLP-Format is included.

C_Volume2 #69050
PNG_Class

This is a class to display PNG-Graphics without a speciell Dll (pure VB and Windows-Api). With Alphablending and Transparence!!! Also included are my old classes to read PCX and TGA-Graphics and a new class to read some kind of TIF-Graphics.

C_Volume2 #69051
CALL VB FUNCTIONS IN ARABIC

CALL VB FUNCTIONS IN ARABIC

C_Volume2 #69052
Mass File Renamer II

Allows you to rename files en masse with some preset patterns. Added the ability to use the modification date in the numeric indexing pattern. (Press '?' for details) Replaced the browse for folder method with the control in http://ccrp.mvps.org/download/controls/ccrpftv6-10.zip Can now use the old filename in the numeric indexing pattern. I did have it in MR1 but thought no one used it. Fixed a critical error

C_Volume2 #69054
Advanced Registry Functions

This gives you control over the windows registry all neede registry functions included even this has KeyExist and KeyValuExist function heavily commneted even a kid would understand whats going on

C_Volume2 #69055
Global Torrent Searcher

GTorrent is a Basic Way to Make a Mass Search in all Torrent Websites, you can add more BitTorrent websites :) GTorreent Support Multi LAnguage, Popup Blocker and a KDE Interface ...

C_Volume2 #69053
Excelent way to save data in table

we have to save data in TABLE i wrote this utility to help beginers in vb for saving data without using the old way LIKE rs!st_no=val(me.text1.text)

C_Volume2 #70336
Simple Multi-select Listbox Manipulation

I am just a beginner myself, and this is my first submission, so don't bother voting for this unless it really helped you. It's just a tutorial (if you will) of how to move multiple items from one listbox to another. Basically, I am a newbie, helping other newbies. Eventually, I plan on making this into a custom control or something that I can use in future applications, but I'm not ready to attack that yet. I tried putting as much comments as I could, so I hope that this helps atleast 1 person. Note: You'll notice that the code for the Add and Remove procedures are identical, other than the listbox names, so in a real world scenario, you'd probably only have one procedure for both, with 2 parameters, (fromList, toList).

C_Volume2 #70337
[ QuickMail ]

QuickMail is a ready to use basic mailer, based on winsock, featuring multiple adressing, attachments encoded with base64, winsock statusbar, Contacts list and mailsender information edit. Full error handling. Good code to learn the basic of winsock mailing and the MIME 1.0 mail format. This is an 'upgraded' and rewritten version of my FastMailer submission (deleted). Special Thanks to Alon Gal for the winsock and MIME basics. All comments and suggestions welcom :-)

Languages
Top Categories
Global Discovery