Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #213384
HTTP Proxy Tunnel

Pass through regular TCP in a http proxy. This will emulate a normal TCP connection through a HTTP Proxy server, for instance inside a corporate LAN. Works for single outgoing TCP connection only. This software is highly experimental and not particularly functional. Updated 2003-10-31: Added 'Test tunnel' functionality: Tests speed of connection to tunnel.

6_2008-2009 #209194
Picture Viewer XP Look-alike

Looks like the Windows Picture and Fax viewer from XP. Now with the tlb file...

6_2008-2009 #209621
Find/Find Next/Replace Example

shows how to put Find/Find Next and Replace functions for the textbox control in your applications. reduces all the hassle down to simple 1 line function calls. please vote :P

6_2008-2009 #208824
GUI more update latest

control added . hope it works now.minor fixes again.and many still remain.please appreciate.creates dhtml menus.same that gui stuff.com genterates for their user.100% same interface. a must download source.

6_2008-2009 #212050
dBase Viewer

View the contents of a dBASE file (.DBF). Good example of how to use ListView and ADO together. Code can be easily modified to handle MSAccess files or even CSV files. Only thing particular about dBASE as opposed to other databases is the manner in which the Connection and SELECT strings are created. oConn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & _ "DriverID=277;" & _ "Dbq=c:\somepath" Then specify the filename in the SQL statement: oRs.Open "Select * From user.dbf", oConn, , ,adCmdText Hope someone finds this useful ... Cheers

6_2008-2009 #213490
A 2D Classroom Game

its your job as the teacher to prevent your pupils from falling asleep. click them with the mouse. thats all. i made the small game last saturday, a boring bad weather evening. important: the sound module is from an other posting on planetsourcecode. it works great! this is my first coding with vb graphics. does anyone know how to prevent the imageboxes from flickering, when loading another grafic into them? are there more professional ways to work with 2d grafics? sprites? api functions? please mail me your hints! thanks.

6_2008-2009 #201404
PCB Editor

This is a functional OO PCB editor, great code, please comment and vote.

6_2008-2009 #209622
MFR - Mass File Renamer

Lets you rename mass amout of files in a flash! u can customise the new filenames with numbers and it can also grab id3 tags from mp3 files making things that much easier. Please Vote :p

6_2008-2009 #204573
CMDServer and Client, Remote Execution, Termination and CMD Interpreter

CMDServer is a Server that you can connect with CMDClient to perform Remote Execution, Remote Termination of processes and most tasks in the Command Interpreter. CMDServer can only run on NT Systems (NT,Win2K,XP) Due to the user validation the server does on remote connection attempts, the server must run on a machine there the loggedin user has adminstrative rights. Use CMDClient from any computer that can reach CMDServer to perform all Commands available from the commandprompt and those listed below CONNECT IP/Host[:Port] (Connect to CMDServer on Port = 512) EXIT (Close connection) REXIT (Close down cmdServer) CMDHELP (Show this help) GETRUNAPP (Show running apps) REXEC [FullPath/]Filename.ext [parameters] (Execute remote application) RTERM HWND (Close running app) CLS (Clear Screen) When a user want to make a remote connection to the server the user will be prompt for Username and password, the user most have administrator rights on the server. OBSERVE that if you remotly start an application via cmd the server will not return until the application is terminated. Use REXEC instead This is a stripdown version of what I am currently developing for my work that is running as a NT Service among other things... Huge credit goes to Mattias Sjögren for the command interpreter part, I also has got big help from www.allapi.com, the people here on PSC. Thank you all :-) constructive feedback is always welcome. It helps me grow as a developer :-)

6_2008-2009 #211871
Flash<=>VB Example with 3 CheckBoxes

VB might be one of the greatest tools for fast programming but - the user interface! isn't it at least a little clumpsy and boring? But there ist help, called macromedia flash! I think much mor coders would like to use flash-movies for the user-end but ... isn't it a pain to handle the inteface? NO IT ISN'T ans it's worth to become familiar to it!

6_2008-2009 #209322
Free Fall Physics

Free Fall Physics is intended to model free falling motion due to the earth's gravity. This program acts as a grapher and calculator of problems pertaining to a free falling object. It outputs a visual "strobe-photograph" of a free falling object, and outputs points of the height.

6_2008-2009 #196888
eBookDesigner

This is a project I made over the last 2 Days that is used to compile html websites into eBooks. this also does compile to an exe file. This also does not unpack the files out to the windows temp folder and read them back in. this works by reading them from memory. as the content is stored in a res file in the exe. Plus all you need is the compiler I made to make the eBooks. so you don;t need Vb resource editor. anyway I included source code for the compiler and the ebook viewed. I am planning on writtening the Viewer for the next version in Delphi. this will stop you from includeing the VB runtimes. Well hope you like this project please vote.

6_2008-2009 #199894
Auto Start with Windows (fixed)

Make your program start when windows starts. Short and easy.

6_2008-2009 #211428
Make a Sizeable Control

This code allows you to make a non-sizeable control in VB 6.0, to a sizeable control.

6_2008-2009 #213242
Simple (Port Scanner)

Scans for open ports on a computer. Very fast and simple.

6_2008-2009 #204883
FYI: Disabled Icon/Text Options

Just some examples/options of displaying disabled icons and or text. You are probably aware of most of these routines; but maybe not all... Enjoy; no feedback or voting requested. This project is too straightforward.

6_2008-2009 #205153
Radiomix2000

This is the new standard in radio automation software. Radiomix2000 has been in production for about 3 years now. I have been working on it off and on. Though it is far from complete, this is just an Alpha version and it works rather well. Current features include: Automatic mode, Manual mode, Individual song cue times and volumes, AGC (Automatic Gain Control), Silence Detection (immediatly cues next song upon detection of abnormal silence), Auto Import MP3 and WAV files, Playlist creation, Genre and Playlist Scheduling, Database management, User Access Control, Multiple Soundcard support (for monitoring and editing), Jingles (short sound bytes played between songs), Commercials, Voice Overs (song specific voice byte), MP3 to WAV Converter, and WAV to MP3 Converter (using LAME engine) and much more... Features currently integrated, but disabled for bug fixes: Listener Request Webserver (built-in webserver for listener interaction), Remote Control (for mobile administrators or conveniance if running multiple stations on multiple computers. Features in development: CD Ripper, Voice Recording (for better integration of Voice Overs), Color Schemes and other GUI improvements for customization. Because I have used 3rd part OCX's PlanetSourceCode will not let me upload the source code here, therefore, you must download it from my website at Yahoo/Geocities: http://www.geocities.com/deejross If you would like to help me with production of the program (more features, bug fixing, better GUI, build a help file), have any questions, comments, or need to report bugs please let me know. You can also visit my website.

6_2008-2009 #209665
xdgDock (UPDATE)

This is a desktop "Dock" that allows you to create and delete shortcuts to your most used programs, an alternative to having to use the start menu or the Recent Used list upon it actually. This is the first of it's re-vamps, full skinning support coming soon, along with a system resources meter also! ____________________________ UPDATED! Simple Skinning Support is now in place, along with CPU and RAM usage that is now in a show-and-hide spot (see the new white icon on the bottom of the bar?) I have to give credit to the people that has made code that i am currently borrowin from, that is until i com eup with a more efficient way to do what i need for it to do... The Winux Project, for the RAM and CPU Usage AND the creator of B2 for me to get the system folders (Start Menu, Favorites, Ect...) Still has the delete bug in it (just exit out of it and then re-start it), and when you run it your task bar will go away, but just close the Dock and it will come back, that i sbecause in the next version there WILL be a start menu built in to it. READ THE HOWTO for doing skins, i would very much like to get people to make skins for this thing, you know? (HOWTO is in the Skins/Default folder AND in the root of the zipfile)__________________________ http://geocities.com/pfcmurphy/xdgDock.zip

6_2008-2009 #213288
Super Address Book

This Address book is just like the paper version apart from you will never run out of paper because all the info you put on it is stored in your computer. Just type in the persons name you are trying to find and the Super Address Book will find it for you in less the 1 sec! Also it can delete records. Look out for my next version of Super Address Book with Password Security added! PLEASE PLEASE PLEASE VOTE FOR ME!

6_2008-2009 #202767
Psuedo Object Rotation (like msWord and Photoshop)

This code shows how to simply allow a user to interactively rotate an image in the manner that applications like MS word and adobe photoshop do (sort of). ' This code takes in to consideration three main concepts provided by other authors and ' extends their concepts together, namely ' Steve McMahon Vbaccelerator.com - His code for DIB Processing and Region Mapping is superb fast and without his site, many of us would still be stuck on our first application! Thanks Steve ' Zubuyer kaolin - His PsCode example on rotation (dial i believe) was used for most of the rotation logic, but was modified to handle the rotation point differently (top right as opposed to the center) ' Florian Egal - His excellent library found on PSCode is the best! If you do not have this file (FoxCBmp3.dl is included in the zip) you will need to do a search on planetsourcecode for florian egal or advanced graphics 3.3 on copy the file to your sys32 directory. '' If any one else sees any code that I did not mark as being theirs, please let me know and i will be happy to add their name. ''''Note, this code is not optimized....and is also a very small part of a much bigger project '''' so there is a lot of code in here that is not really needed for the sake of this example, but i am not ripping it out to due time restrictions '''' regardless, I though this was kinda neat so i thought i would share it with th vb community. '''' Obviously, there needs some work on the rotation logic, as it is a little quirky but , you know.....

Languages
Top Categories
Global Discovery