Advertisement

Results for "Volume: 2002C"

2002C #9417
Asynchronous Database Processing

Asynchronous Database Processing via Active EXE - When processing thousands of requests for a multi-user real-time application, you cannot afford to wait for the relatively slow database processing to occur. Here's the scenario: You have 1000 people already online and playing your multi-user game, and 10 people in the process of logging on right now. What do you do? You could process the logons right now, searching through thousands of user records, to load up their information - but then the game would appear to 'hang' for everyone already playing, waaaay bogus. You could process only 1 person at a time, in the main processing loop - that's better, but will add unnecessary slowdown to your program. What if you could log on the person in a BACKGROUND process, which wouldn't slow down the existing users? Ooh yeah. Or better yet, hand the request off to a machine across the network, dedicated to database processing? NOW we're talking! :-) You can do this easily, using Visual Basic ActiveX EXE's. Have fun with it!

2002C #14124
SNOW WAVE - 4 / music addon

I Add music and High score :-) RATE IT

2002C #15117
VBExplorer

TreeView and ListView controls are not exactly well documented and few good examples are currently available to learn from. What I hope I have achieved in this small demo, is to bind these controls in such a way that the VB application mimics MS Explorer.

2002C #15122
Trojan Tarayici

Netbus Serverini kendi bilgisayarinizda veya karsi bilgisayarda taratabilirsiniz.

2002C #14852
Encryption Primer

This is a tutorial/article on encryption basics. I cover very basic and easy to understand encryption up to the hard stuff like 128 bit encryption. I garauntee this will be the easiest 128-bit encryption you have ever seen. I also have added a zip file. This zip file contains the article in HTML form so you can view it offline and it also includes a working example.

2002C #15081
A Simple Alarm Clock

Just a simple alarm clock. It will either display a message box (silent alarm) or play a music file at a pre-defined time

2002C #15100
A - Gradient Button Update 1.0.8

Gradient Button with nice color sets the color sets are placed in the OCX and can be modified from the code (*Please vote for this code*), New XP Appearance, also you can add icon to the button ,and all the min property the color part is like i have seen in pscode msgbox somewhere so thanks to stephan swertvaegher that did that part.....VIEW SCREEN SHOT Update : Added Custom Colors And Borders Added Events MouseIn, MouseOut, KeyDown, KeyPress, KeyUp, MouseDown, MouseUp ,MouseMove. MouseIn, MouseOut is giving solution for hover(as requested) Thanks To Thomas Braad Hannibal for creating This Part. New Gradient fill horizontal and vertical. GradientFill for faster and non flickering problem.(new fast as light speed)

2002C #12792
WIP Outlooker

Now you can put any front-end onto Outlook. This work-in-progress gives everything you need to know about enumerating Outlook items (as I receive so many enquiries). Utilizaing the techniques shown here you should be able to integrate Outlook information into any application.

2002C #14651
A Couple of Label Effects

Makes Boring Labels look a little bit more interesting

2002C #13126
Diff [GPL'd]

Ported to VB from a Java port of the GNU Diff implementation. The basic algorithm is described in "An O(ND) Difference Algorithm and its Variations", Eugene Myers, Algorithmica Vol. 1 No. 2, 1986, p 251. It's released under the GPLv2

2002C #12877
NetButton

Its a button .... what else does a button do ? Note : I have fixed the click event problem :) My mistake ..... who else would it be ?

2002C #14301
Scroll / Scrolling Form

Scrolls all the controls in 4 directions

2002C #15068
Shell + Wait

This code launched an application and wait for it until it terminate. Good for batch processing in windows. I have seen some code with similar functionality already posted here, but this one only use API calls and doesn't need other dll references.

2002C #15125
CockroHacker

It is similar to password cracker and behind the astriks.

2002C #15126
AnimatedGradientLabel

Making Animated Gradien Label. Changing the background of a label.

2002C #15123
Trojan Scanner

Scan NetBus Server in your Computer or If you want scan your friends computer. Easy to coding. But it's very good code.

2002C #15120
Port Tarayici

Quick Port Scanner. (For only Turkish WinSock Programmers. Because when I was coding I used a Turkish explains) ...

2002C #13141
Sub Hunter v2.0

Guess what time it is! Well, errr, in a way it is, but I was more tinking that it is time for a new verson of Sub Hunter! =) The little timekiller (the game we play the last 5 min. before we trun the computer off for the night ;)) Give it comment, k? or perhaps a vote? Who knows =)

2002C #14521
multi desktop2.2

it make virtual screen to give you more space (the multidesktop review with the arange icon bug patched)(and the resolution autodetection bug)

2002C #9359
Advanced graphics

Fore those who are interested: 84 functions to manipulate a picture. To speed things up, GetPixel and Setpixel is used. Note that not all functions can be manipulated in the program, but it is just to show you how things are done... Anyway, all functions (in fact they are just mods, 'cause they have no return) can be found in the module. The manipulations go from "normal" (like emboss) to very complexe deformations. Only for the advanced! See screenshot.

Languages
Top Categories
Global Discovery