Results for "Volume: C_Volume2"
Use windows current user login and password in your program, in windows 2000 and XP.
This code shows you how to use Real pointers with VB. Everyone who jelled that VB has no pointers is simply wrong! VB arrays are just pointers to memory and it's quite simple to change the address of these pointers. It's pretty usefull for fast memory access without using a crappy CopyMemory call (the CopyMemory way would a) create memory garbage and b) create overhead because data moving is slow [though cpymemory is faster then manually moving data]), though we still need 1 small CopyMemory call but it's just a helper.
Here it is... a program through which you can monitor how other program communicate through the internet. It creates a log of all the requests to servers and their replys. Of course this works only behind a proxy. Other programs connect to this program and this program further connects to a proxy server. And so in between, you can monitor what data is transmitted and received. It has many good uses: for eg. you may want to know how to send HTTP requests to a server, in that case you can use this program to monitor IE. plz vote :D
Slim your harddisk! Most of your Windows applications temporarily create several files on your hard drive when they are running. These files are supposed to be removed and the space recovered after these programs are closed. Often, however, they don’t because of a program error, sloppy architecture, your system is reset or not shut down properly, or if another application locks up or crashes. Any file that is left behind in this manner will remain on your system unless you manually search for it and remove it. Over time, these junk and obsolete files can accumulate to megabytes of wasted hard drive space, as well as turn into potential error-producing cross-linked drive references.Junk and Obsolete Files Remover targets these specific types of files which are missed by common disk utilities, un-install, "Defrag", "Scandisk", and other standard "cleaner" type programs. Leave comments and put some globes for this program.
Notepad 2003 is a remake of notepad, with a couple more functions. such as colors,insert name,insert windows version insert computer name etc.
This code will allow you to write English and Urdu script togather in a Text Field. I used Unicode of Arbic, Some Characters of urdu are missing. But I think, This code will help you to make understanding with other script. I would happy to receive you feedback and comments.
A crafty version of notepad with all the extra trimmings Microsoft left and none of the ones that brought it down! + customise it by changing the back/foreground colors, changing the editor font etc... (can associate .txt file to AsciiPad.exe when compiled, and they will open!)
this is a multi math operator system which contains : calculator, time converter, temprature converter and a length converter. please rate and/or comment.
This program will shows the simulation of NRZ-L, NRZ-I, Manchester, Pseudoternary, Bipolar-AMI and Differential Manchester encoding techniques. Please do Rate my Code for appreseations. Thank you
BmpToJpeg GDI+ version (Quality & Regions) by Robert Rayment. Converts bmp to jpeg. See effect of quality before saving. Selected regions can be of a different quality. Regions can be rectangle, rounded rectangle, oval or lasso. It appears that there are intermittent problems with ijl15.dll and Win2K. So this prog has used cut, paste & adapted code from Carles P V (CodeId=42376) & MrBoBo (CodeId=42488) for GDI+ which, if you haven't got it, can be downloaded at - www.microsoft.com/downloads/release.asp?releaseid=32738 - Install gdiplus.dll in your system or app folder. (Exe tested on XP Home) Win 2K, Win 98, Zip 241 KB (Couple of bmps included).
A complete Winsock application demonstrating CHATing application with N-users capability...It is VERY EASY TO UNDERSTAND AND MASTER CODE....
There's many different ways to store data in VB. This application tests a few of them. You shouldn't blindly choose the method that has the highest numbers! You should choose a method based on the usage pattern of your data. For instance, even though the timings say 'clsDirect' is fastest, for my application, a combination of clsHash and clsList proved to work 50% faster. If you don't know which method is best, try them all - they all implement interface IContainer, and swapping out one for another is a simple one-line code change.
This project's purpose is to give provide functions that don't exist or are faster.
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.
This is one of the famous casino games: Roulette, this is European style (no double zero). Not real money as well, so you have nothing to loose. So enjoy the game and if you like it or if you would like me to improve it, then vote! :) Some still argue if a zero is an even or odd number, I think it is even integer because it can be divided by 2 without a reminder, at least one mathematician that I know thinks so. ...and don't expect me to pay you your winnings! But, I may accept $1,000 from you if you loose it, cause it's mine! :) I tried to get $100,000 on this game, got about $50,000 and ... then lost everything... funny right? :) Though, I did not use statistical computer ... I've updated this file again, now it includes a statistical computer, too bad you cannot used this in real casino :) And have fun!
Looks like the Windows Picture and Fax viewer from XP. Now with the tlb file...
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
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.
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
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.