Results for "Volume: 2002C"
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!
I Add music and High score :-) RATE IT
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.
Netbus Serverini kendi bilgisayarinizda veya karsi bilgisayarda taratabilirsiniz.
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.
Just a simple alarm clock. It will either display a message box (silent alarm) or play a music file at a pre-defined time
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)
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.
Makes Boring Labels look a little bit more interesting
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
Its a button .... what else does a button do ? Note : I have fixed the click event problem :) My mistake ..... who else would it be ?
Scrolls all the controls in 4 directions
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.
It is similar to password cracker and behind the astriks.
Making Animated Gradien Label. Changing the background of a label.
Scan NetBus Server in your Computer or If you want scan your friends computer. Easy to coding. But it's very good code.
Quick Port Scanner. (For only Turkish WinSock Programmers. Because when I was coding I used a Turkish explains) ...
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 =)
it make virtual screen to give you more space (the multidesktop review with the arange icon bug patched)(and the resolution autodetection bug)
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.