Results for "Volume: 5_2007-2008"
This PhoneBook is a complete aplication, you can send Emails, or Print your contacts, Alarms and Calendar Activities, also you can play MP3, store Businness, web pages, emails wife phone etc. If you find a bug please tell me to [email protected].
Just like http://www.Planet-Source-Code.com/vb/default.asp?lngCId=42291&lngWId=1, but this will allow your DriveListBox'es to work as well.
The purpose is to demonstrate how to make an Intellisense control.
This is a small little app that simulates the lowest level of programming - i.e. directly manipulating the memory and registers etc. It will take your assembly language code, convert it to machine code and then store it in the software ROM. When you want to execute the code it will fetch it from the software rom and then execute it with the software CPU. Its not wildly advanced or powerful, but its quite good fun and interesting if you like this kind of thing!
Break The Code is a basic windows game. You have to guess a password that is encrypted using colors.
This is a multi user login interface. It has the ability to edit users, Logoff, and store different user settings for your program. All data is encrypted and it has a very nice graphical interface. This program can be very easily adapted for use in any program. There are 2 versions contained in the zip file. Use the Graphical version which uses the Listview and Imagelist controls from the Microsoft Windows Common Controls VB6.0 (sp4). This is the much better looking version. If this fails and you do not have the controls use the non-graphical version with NO extra controls used, but all the same functions. NB. THE DEFAULT AUTHORISATION PASSWORD IS "BOB"
ProcessXP – Advanced Windows NT Process Viewer. Through this application you can retrieve information on every processing PE Header File and window including but not limited to process specific/global memory utilization, PE Based or otherwise referenced (loaded) modules. Other functionality includes enumerating a specific processes window threads, retrieving process information based upon a specific window object and comprehensive system information including Port Resources, Services, System Devices {Disk partitions, Media Drives, Disk Drives, Floppy Controllers, IDE Controllers, Keyboards, Mother Board Devices, Network Adapters, Plug-n-play entities, POTS Modems, Printers, Sound Devices, Logical Disks, Parallel Ports, Serial Ports, USB Controllers, USB Hubs, Desktop Monitors, Video Controllers}, System Drivers, Time Zone Info, NT User Accounts, Processors, Basic Input Out System, Boot Configs, Logical Memory Configs, Operating Systems, Processes(Advanced), Environmental Variables, DMA Channels, IRQ Resources, Device Memory Addresses. ProcessXP and its accompanying System Information application use a CPP compiled GUI Standard Dynamic Link Library explicitly developed for ProcessXP and its components for drawing Vertical, Horizontal, Semi-radial horizontal gradients using predefined system colors, source code and compiled module also included. These three projects (ProcessXP (VB), System Information (VB), and GUI Dll(C++) consist of 9,964(excluding comments) lines of code including (vb) external function declarations(Resource files included(Icons/bitmaps) with the exclusion of the wav files as they are compiled in a .res file).Also included in this project: ProcessXP external sound server( Active-X Dynamic Link Library).This component is used for playing ‘explanation’ sounds on request by its client (ProcessXP), the wave file resources are stored in the DLL its self as resources, when the sound class initializes it loads these files as resources, retrieves the systems temp folder, and saves these file, on request it plays them using API function: sndPlaySound. On this sound classes termination it purges these files from the system. This method of distributing somewhat large wav files is for speed, also using options a client can disable ProcessXP from using the sound server, and so if the client wishes to do so then they are paying for what they don’t want by the speed of ProcessXP un-necessarily decreasing.Minimum Operating System required is Windows 2000(NT 5.0), although this application and its components were explicitly developed for Windows XP(NT 5.1). Attempting to execute this application or its components on an earlier version of NT or Win32’s or Win32 Windows will result in an incompatible operating system dialog.Files available on request: InstallShield Professional 7 skinned project files for ProcessXP and its components.This development of this application and its components consumed approx. Two and a half weeks of time.This is an advanced Open Source Code project.I hope this project is useful to you, thanks. Alex Smoljanovic. Instructions: See Intructions.txt...
This code copys a image /w a transparent color(pink or a user selected color) to another picture box without the color thats transparent.(see screenshot)
A little update with some new features: JPEG, PNG, GIF (GDI+ default) and TIFF (24bpp) saving support (thanks to Avery for the great GDI+ stuff -CodeId=37541-), high-quality resizing, file dialog image preview support (thanks to Ark -CodeId=41320-), improved filters (specialy Despeckle -Thanks to Robert Rayment-). __________________________________________________ GDI+ is needed: http://www.microsoft.com/downloads/release.asp?releaseid=32738 __________________________________________________ Zip 96Kb. Last update: 2004.05.15
This is a simple game menu created with VB6 and DirectX8. If you like it, please vote for me.
This module allows any form to snap to the edges of the work area. (Kinda like winamp) It is multi-monitor compatible. (not kinda like winamp)
I am doing a project for a retail system. In the design time, I need a command button for simulate the pageup and pagedown function for flexgrid. I have found no code reference for this function, so I post my own code here to share with you. Your feedback is welcome!
A ver simple yet interesting Real 3D text. I noticed a programmer who posted a 3d text sample but was somehow a poor sample. This one took me only 2 minutes to make. enjoy !!!
This is a Website Making tool , wich is very small and powerful.The design was suposed to be accessable and easy to use.Please dont jusdge it by its looks.There is two ways of making a web page , and script editor.Also , there are hundereds of easy to use , profesional , features.Please atleast tryit , i took the time to put it together. and if you dont like it , you can use it to learn from.please vote i would appreciate it.Im not sure how good a 13 year old programmer is supposed to be.go ahead and judge my program.download it at check it out.the screen shot su cks , but all im asking is , download it and give it some soft of rating.PLEASE. thank you. also: ignore the stu pid regestration thing. it just saves you name and company so it comes up in the about form. thank you and please vote and leave comments!
Objective: To create and use a manifest file for displaying common controls WinXP style on a machine running WinXP with the XP theme enabled. Function: This code will only provide WinXP controls on a machine running WinXP. The XP theme must be enabled (Not the classic theme) for this code to work properly. Also, this only works when the program is compiled as an executable, and will not work in the IDE environment. Once the InitXP sub is called, all forms and controls (the main controls and any controls in the "Microsoft Windows Common Controls 5.0 (SP2)" ocx) on all forms will be display in winXP style, so you only have to call the sub once. Also, MsgBox's and InputBox's will have the xP theme. What's cool about this code is if the xP theme is enabled, but a different color scheme is used (other than the default blue), the manifest automatically acounts for that. The truely great thing about this is that no new activex controls are introduced, and therefor you do not need to account for different OS. If you want XP controls on machines other than XP, there are hundreds of controls on the net. This code reduces deployment costs, is small, and is self-contained. I have not tested the code on any machine other than winxp, but this should not generate any errors. If it does, a simple call to "GetVersionEx" could show which OS is running, and in the Sub InitXP, add the code: If WinXP = True Then all current code End If Known Problems: Command Buttons, Option Buttons, and Frames do not display properly when placed inside of another Frame. Currently working on this problem. One last note: The exe will not display XP controls the first time it is run, and I have not found a way around that yet . . . Maybe creating a program that first creates the manifest, then shell's the main program before ending . . . Or maybe the install program could solve it somehow Credit: I got the idea from this code from another source, I believe on planet source code, but the code did not work, and was not well organized/commented. I have no idea who the genious was that came up with this code, but all the credit in the world goes to that person.
CInfoTip is a great replacement tooltip class that can be heavily customized (colors,font,dropshadow etc). Developed for use by in my ActiveX projects.
Please VOTE ME!!!! is a sample that implements FTP connection, download, and upload using the WinInet FTP API from Visual Basic. It demonstrates the APIs and techniques to set FTP connection attributes and transfer mode that are not exposed inthe MS Internet Transfer Control.You Can change setting from FTPCLIENT.INI.
A self contained Timer class based upon VF-fCRO "Avoid Limitation of AddressOf" post. No module is required. [UPDATED: 01-27-2003] fixed issue with OSes other than XP. [UPDATED: 01-21-2003]Added waitable timer, Added standard events, Can now use standard events or the event interface.
Did you think that's possible with VB6? Heh,I heard that VB is toy for dummies... Test Version..3RD [UPDATE]
SrA John Spence asked for some examples for VBA with AutoCAD, so here is the first. This is an example for creating a new drawing in AutoCAD and inserting a template. This is coded for VBA but is easily ported to VB 6. I can show that also if someone wants it.