Results for "Volume: 2002C"
Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* The screenshot below just shows how closesly it can resemble the windows popupmenu, the colors are fully customizable, and so is the border...**
The final of my winsock series (ok, it wasn't a series, but I can pretend). It's a fully working chat project, with an article to describe it. Also good to start out you'r own netowrk app from.
This is Chess game with engine implemented as activeX DLL project. It also displays computer thinkings. It currently thinks 1 level deep, but it could be easily changed (recursive). Since this project exists for 2 months, it is buggy (engine doesn't have idea about castling; user can castle, also piece promotion is not yet implemeted)and incomplete. I plan to port code (when it'll be ready) to C++. U will have big problems reading this code. It is very complicated plus comments and variables names are not in english. But on request I can translate at least comments... User cannot drag pieces; he must type moves instead (like e2e4)... U can use this code freely!
When draged to top/left/right/bottom of the screen will snap to the closest side when it comes within 30(or other desired number) pixels of a side much like winamp.
This is not new ... but I found out that there are few people who know this. This little project that dynamically creates a textbox on a form at runtime. Maybe this can help other users.
This sample project shows how to scan a network for all domains, then list either all servers on the domain or only the SQL servers on the domain. It uses the NetEnumServers API call and a NetEnumDomains function found in the NIMM.bas module which was originally written and posted here by *Patrick Herbst*. The NIMM.bas module has a TON of features for network management. FANTASTIC JOB Patrick! Thanks also goes out to Michael Monaghan for directing me to the posting that LED me to this solution. Even if this sample is the greatest thing since sliced bread to you (doubt it), please do not vote for this module, 99 percent of the REAL CODE was not written by me. I used alot of ideas from alot of authors (including Microsoft's technical articles).
Store Files to Access-DB and restore them from DB to File and more...
VoxelSpace is a 3D demo based on classical voxel rendering algorithms. VoxelSpace features 3D terrain rendering using 24bit depth, texture mapping, dynamic lighting, atmosphere effect, animated water, semitranslucent overlays and more. VoxelSpace has been developed in pure Visual Basic, though some external library calls to the win32 api have been un- avoidable. System Requirements: The faster your machine, the faster a framerate you will get. No OS restriction (works fine with NT), no libraries (forget DirectX, OpenGL or someone elses dlls). No display restrictions. Runs at 20+ fps on a P266. Note: Always evaluate the compiled executable, running the application from within the VisualBasic environment is too slow and guarantees frustration! Note: ALWAYS RUN IN 24bit OR 32bit COLOR MODE!
Better than my previous version of file manager with a treeview and some bugs fixed.
give you some choice to slide between two pictures. Using GDI functions. Sorry for no comments, but i think it's quite common and not too difficult. i made it, so u dont't need to waste your time.
OK, after some messy submissions, I'm glad to present to you the submission of a lifetime. Updated 22 apr, This app will list every function and sub in any module you open, It will get the name of the module, show file information about the module, highlight syntax in colour, etc. The interface is worked out nicely and its quite neat. It can even go to the definition of a particular word. Identifies comments as well. You can do almost everything that is done within the IDE. All in All, a good peice of thing that you might not use actually INSTEAD of the VB IDE, but worth a try definitely. What more can this description say, check out the screenshot.
Web Wizard v3.37 The amazing, cool web page creating proggie Web Wizard is back with it's new, improved and easy-to-use interface.Now you can explore the six steps for creating your web page easily and select various options by clicking them. It's now featuring the following steps : Title & Location, Body Elements, META Tags, Page Transtitions, Page Contents, Contact Info, By following the steps, it's very easy to create web pages in minutes. It's too handy to use and you will feel using it. See the screen shot to have a quick look. If you like it, then please vote for me.
Show various directdraw rutines, and how to access video memory directly
This is a screensaver, and my first code submitted to Planet Source Code. It is fully compatible as a Windows screensaver, with code to support screensaver preview and settings. The two settings available are what text to display to be bounced around the screen and the speed of which to bounce it. The core bouncing code was done by someone else on PSC, but I modified it and made it more customizable. The code has a lot of error checking, with features like making sure the speed is not set to zero. The settings are outputted to an ini file in the c:\windows directory. I hope you enjoy this screensaver as much as I enjoyed writing it.
The Advanced WinAPI class is an indispensable tool for any programmer. This class has a large no. of functions useful in everyday programming. For example, this Class has functions to Find Files in folders, all the operations with Registry, Disk Space and Volume information, Play Audio CD's-Movies-AVI's, Extract Icons from EXE Files, Change the ToolBar Style like Internet Explorer, Enable Hotkeys for your Apps, Hide or show a Window, Make a window Transparent, Set the Desktop Wallpaper, Show or Set the Computer Name, Show Recycle Bin, Detect Sound Card, Set system Work Area, Show or Hide the Mouse, Change or Retrieve the Mouse Position, Enable Menu Bitmaps, Have your program's own Icon in tray which act as a quick access to your program, Open a website, Start the screensaver , Enable Autorun for a range of drives of your choice, Clear the Document List in Start menu or add an Item to it, Show or Hide the Windows TaskBar, Delay your program for a specified no. of seconds or minutes, Disable or Enable Ctrl-Alt-Delete, Shutdown, Restart or Log Off Windows and much, much more!!. I can guarantee that this class will be very useful to you whatever is your experience level. More API's will be included as soon as osible. Enjoy VB Programming!!!. If you like the code, please Vote for me.
Clipboard copier uses milisecond precision to grab a certain screenshot on the monitor. For example, if you want to grab the splash screen from VB, you can use this program to specify the exact timing of your screenshot. It provides a place to put an optional path to run, a place for a timing delay after the path is run, and other features. If you like it, please take the time to vote for it.
The code is simply shows you how to evaluate square root without using sqr function. It may not really be usefull but if you interested it'll be of some value to you.By the way, i was surprised when after search for simmilar function only found examples of using Sqr(x)
This is just a simple clock program.
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*
Hi this is a project that will allow you to open a bas file or form and list all the function in a combo box. then you can select the function name form the combo box and it will display that function in a text box. at this time it only works in function names eg function centerform(frm as form) but you can change it to do other string like sub or private subs anyway have a look at the example.txt I have left in the folder and open that up and you will see. anyway I hope that someone might find some us of it please vote if you like it... bye... :)