Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #189627
Smart Popup Balloon Tips in VB

Add profressional 2000/XP style popup balloons to your project in seconds. Works with Win 98 and up, because this is a VB control that looks EXACTLY like the real thing! Plus only takes one line of code to add tips for standard controls!

5_2007-2008 #177897
A 3D engine primer/landscape/lighting effects

This example is kind of a compilation. It shows how to create a 3D view and allow you to rotate a solid cube. I also created a method to create landscape meshes from an image(voxel to polygon?). If 3D is not your thing, you may be able to use the landscape code to create a lighting effects tool similar to photoshop. Source is somewhat commented, Includes Back Face Culling; Lighting using Point lights in space; One single API to draw filled polygons. Please leave comments, questions, problems... vote if you like...

5_2007-2008 #184315
Drag Borderless Form NO API

Allows for real time updating of objects and values while the drag is being proformed. Move a borderless form without api and in only 10 lines of code. Very easy to understand.

5_2007-2008 #186257
Low-Level KeyLogger

This application uses the SetWindowsHookEx function to retrieve all keyboard events. You can configurate the keys you want to receive by event callback function. Uses no timer + GetAsyncKeyState to fetch pressed keys. The user control sends the Chr-compatible byte code for the pressed character (if any), the name for the key/special key (if known), the application the key was typed in and a flag, indicating whether the application the user was typing in was changed. You may use this code as keylogger or modify it to prevent users from using windows default key combinations like Ctrl + tab etc. Plz vote if you like my code. My first submission on psc ;)

5_2007-2008 #190882
Graph designing in VB

Graph designing is one of the most important feature of database programss. This code allows you to design graphs at runtime! It can also read from a database that you can open and display it graphically. It allows you to chose from a list of chart types including both 2d and 3d!,it allows to save graphs to bitmap files!, copy graph to clipboard,print the graph and lot's more.

5_2007-2008 #189148
GetRows Demo - ADO

This simple demo demonstrates the speed of GetRows Method Compared to movenext method of ADO. The first and second listboxes show this while the third demonstates yet another example and use of getrows, joining arrays of data from a recordset. You can compare the speed of this method too.

5_2007-2008 #190881
Animated Buttons!

Hello All Here is how you can impress your software users by putting animated buttons on your form. It uses Direct Animation Library(danim.dll) and Form 2.0 object library. I have mad 3 sample animated buttons. Check it out...

5_2007-2008 #191900
Neopets OCR

July,1st 2004 - Neopets keeps changing the URL of the code. I've updated the OCR to reflect the change. This program reads the new distorted Neopets magic code. Do whatever you wish with it, but if you incorporate any or all of it into your own programs, credit would be nice. A compiled version is available at geocities.com/machiavelliansquared

5_2007-2008 #185021
Deluxe Combo Box Class

Extend the Combo Box capabilities with amazing results, turn the original and common Combo Box into a Color Picker , Font Picker or add Pictures, even create a new style Drive Combo Box, and more!! Now you can add Colorful list styles like gradient or office style, all this without replacing or adding any control. This class will help you build a professional and enhanced GUI, See how you can turn a Regular Combo Box into a Owner Draw Combo (All Written Down in a Doc File) Any enhancement suggestion or other constructive criticism is welcome, The code has been tested in Windows XP PRO and Windows 2000 With VB 6 SP5, but it should work with windows 98 and above. Please read the Doc File for any doubts or read the code as well, if you have any question at all e-mail-me. This Code Was Made in Cd Juarez Chihuahua Mexico. Remember: Commercial use of this code is FORBIDDEN Distribution notice: You are free to distribute the included zip file in it's original state to any public WWW site, online service or BBS without explicitly obtaining the author’s permission. (Notification would be greatly appreciated though!).

5_2007-2008 #191215
CSocketMaster 1.2 & CSocketPlus 1.1 - Winsock classes

CSocketMaster class is a winsock control substitute. It has the same interface and behavior winsock has so don't worry about having to learn how to use it. If you know how winsock works then you already know how CSocketMaster works. You can use a socket in a form, user control or class without external dependencies or huge memory leaking OCXs. This new version has some bugs fixed including the binding problem when you have more than one internet interface; now the client sockets bind to the default gateway. With CSocketPlus you can accomplish the same things CSocketMaster does plus you can create sockets at runtime. You can use a long value or a string as an index and create socket arrays very fast. Both are IDE safe, so you can press the end button without crashing the program. Take a look at the readme file for more info. Both classes are based on CSocket by Oleg Gdalevich that can be found on www.vbip.com. Keywords: socket, winsock, tcp, udp, internet, lan.

5_2007-2008 #174881
A way to call VB Exports from C/ASM

Hi Everyone! They said it couldn't be done! Well, here I am, back from the shadows, with some new low-level information to share. Although I'm known for my NT Articles (check out the one this month... 130 pages!), this month I've also decided to enhance the life of every VB Programmer out there. This code is the "World's First VB DLL callable from C/ASM". Some explenations: thanks to some addins out there, you can now create DLLs that contain exports. Unforunately, those exports will not work if they are called from any other application then VB (with some exceptions). This is because the runtime is not intialized properly by the application which calls them (and it won't know how to). So, thanks to the Relsoft DLL Compiler (a Demo version is included in the ZIP files), you can now create a DLL in Visual Basic that contains exports, and that a foreign language will be able to call, after setting up a small "context". This allows you to call *most* (but not ALL) VB intrinsic functions. Here's what's included: - The full source code to the DLL, which you can modify to adjust to your own needs. - Source code in C and ASM to call the Export in the DLL, free for you to modify and implant into your own projects. It's easily convertible to Delphi/PowerBasic. - The Demo version of the Relsoft DLL Compiler, which allows *TEN* compilations. - A short readme. Enjoy! And please vote! Please remember to rename dllcompilerpsc.ex_ to EXE and Install it :)

5_2007-2008 #188070
Funny Eyes

The eyes follow your mouse cursor.

5_2007-2008 #190810
Check whether application is running from VB IDE or outside VB

I was looking for a one line code which can tell me if i am running my application from inside ide or from outside vb scope because i need to call some api calls which crash my vb ide if i run them from inside vb. i had seen many working code for this but i think this checking is best... please vote and comment for this code.....

5_2007-2008 #184489
Execute DOS Commands From Visual Basic

Well this has been made to teach you how to execute dos commands directly from visual basic application. A more advanced use of this application can be made by using it in ftp applications to change the file types of cgi files using ftp.exe, this function is not available to you when you program a ftp client in visualbasic

5_2007-2008 #179579
Frame3D and Line3D

A replacement for Sheridan's 3D (THREED32.OCX) SSPanel and SSFrame controls. This is not a direct replacement because some of the property names are different. A good alternative when using XP manifest files over VB's Frame control and a picture box (which contains a lot of overhead). This control has 70 different border combinations and 3 text styles that can be positioned one of 15 possible locations. You can change the background, highlight and shadow colors; add gradient fill and/or fill with a pattern. Also included: Line3D control, automatically create a manifest file, link XP themes to the application, and End an application the proper way. Please see the Readme file for a listing of the property definitions.

5_2007-2008 #174882
Introduction to NT Intenals, Part 1

Hi Everyone! It's been a long time I haven't contributed with an article to the PSC community, but after a couple of months of writing, I'm back with Part 1 of my "NT Internals" article. The series will deal with NT Objects, which is how the NT Kernel basically manages all its "components". A File is an Object, a Process is an Object, an Event is an Object, etc. Part 1 deals with Processes, Threads and Jobs (and Fibers, although they are not Objects, but included because Part 1 deals with executable code). At roughly 125 pages, it's a hefty read, but it's mostly garnered as a reference tool, not a teaching tool. However, it's more of a hybrid, so reading the beginnings of each chapter will give you an impression of how everything works. That's only about 10 pages of reading :) I hope you enjoy it, and please vote... I'm still 18 and this feels like my life's work ;) PS. Some parts have some typing/colouring mistakes...I'm working on fixing that.

5_2007-2008 #191216
Kokoro's Downloader 1.3 - Game downloader

Officially Kokoro's Downloader is a professional game downloader powered by CSocketMaster 1.2 that lets you choose from a periodically updated list of games, where you can see the game information and a preview image before downloading. But it's much more than that. Here is the list of what you can learn from this project: how to get free unlimited web space with unlimited bandwidth to share whatever you want, how to skin your form and at the same time keep an icon on the taskbar button and the system menu (not found anywhere else), how to download (and upload) files, how to work with transparent forms, splash windows, personal buttons, label links, proxies, update systems, windows registry, tabstrips, imagelist, personal tooltips, help files, winsock APIs, how to deal with microsoft listview bugs and more. You can upload your own files and share them with the world, NO FILE SIZE LIMIT. All the content shared on KD is legal, and I don't take any responsibility for what kind of material you share. Credits: Leo Barsukov, button control, Kaustubh Zoal, tooltip class, ArthurW, translucent code. This is my third and last post on VB, so I thought I could leave sharing one of my best codes. Keep the good work.

5_2007-2008 #188478
YMSG12 Client Example

Client to login to Yahoo YMSG12(like yahoo messenger 6) join chat rooms, get buddies list, PMs, etc etc

5_2007-2008 #191841
[ Matt Player ]

This program was put together to visualize sound by audio spectrum, Oscilator, VU meters. It is a simple CD player also. NOTE: Please compile the source to use. The IDE is slower. This is my first entry on the "Planet". If I get good ratings I will post more cool stuff. So please vote.

5_2007-2008 #188315
Animated Desktop Character...Part #1

This is part#1, using a single .gif file. A crazy rabbit. Drag him around the desktop (provided that you can catch him). Cheers to you. ;)

Languages
Top Categories
Global Discovery