Results for "Volume: ASP_Volume2"
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"
Download URL: http://pscode.com/upload/ftp/ProcessXP1529311142003.zip 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.
Yep... "Toy 4 Dummies"... So, this here is a VB6 Add-In that runs silently in the background and makes it possible to add functions coded in Assembly Lang. directly to VB projects. No preprocessing of the ASM code is necessary unlike the CallWindowProc method. It does require MASM to do the compile at build time. There is no way to use VB's native compiler to do this. It just is not possible. There are other restrictions as well. They are documented in the ReadMe.txt file. Instructions on set-up are also in the ReadMe as well as an URL to a site to get MASM. I've included a few test projects and a couple of tutorials. Have to Upload in a different zip cuz PSC is rejecting the zip with everything. The String project was not as successful as I would have liked, but then, I've learned just enough ASM to be really dangerous 8~). Special thanks to Robert Rayment for the ASM projects he's shared in the past. Those VBP's were a big help in getting this debugged and running properly as well as increasing my ASM knowledge..... Tested and working with VB6 on Nt4 & W2K. Previous problems and crashes are documented in the ReadMe.txt so if you have a problem check there first...◙ BugzFixed (zip updated): ◙ ML.exe not found-> TextCompare ◙ Commandline modify crashing VB ◙ LongFile name spaces not recognize in ML cmdLine ◙
This code will convert any decimal, binary or hex number into the other two formats. A good code for those who want to learn how to use functions with multiple and optional parameters, also maths functions and creating a custom GUI. The program handles 8bit, 16bit, fixed-point, floating point and any length binary upto 31 bits. Full instructions given in the help window + extensively commented code. I'd appreciate some votes for this if you think it deserves them.
Enhanced combobox with various levels of Auto complete (including Access style), Auto drop down, settable dropdown width, and an easier coding interface.
This code programatically creates a regular menu on a form using API's, then handles menu clicks using the SetWindowLong and CallWindowProc API's. If you add a menu item at run time you cannot access it within your regaulr code you have to subclass the menu. This shows how to do that. I have seen some submissions with the system menu but did not see one for a regular menu.
Uses a text box as the search field the letters you enter are the changes represented in the FileList Box. There are a number of code snipets included for testing. Haven't seen this around I made it cause i needed a way to quickly search the long list of code snipets i was getting and had stored in a single folder.Could also be used with the dirListBox to search as you clicked on a new directory.