Results for "Volume: 5_2007-2008"
Please download part I at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44040&lngWId=1. I'm sorry but i can't load the zip file in one. It is a great visual tutorial to learn about Databases in Visual Basic. This is not a simple tutorial, it have steps by step and with every step have a photoscreen to guide you With it you can learn: - How to link an Access database to VB - How to view the database in labels - How to create, delete and edit the differents register - How to make a filter (search engine) of strings, number and Dates - How to resolve common problems with DB - How to show the database in a sheet like Excel (Datagrid control) - How you can manipulate the DB with the Ado Control invisible - How to specify a format for a type of data like "$ 23.80" or "23/sep/2003" - and much more... Also have a very good example divided in VB in three parts: 1- View, add and edit DB 2- Find in DB 3- Non visible Ado Control with Datagrid control I recomend it for beginner or newbies in DB and also for that who want to make better
In some aspects it is better to program in VC++ than in VB, but these languages for sure have one thing in common - the access to the API functions. A VC++ programmer does subclassing all the time, while for the VB programmer this word sounds like the hell on earth. Well, see for yourself how you can create a functional program based on API functions and subclassing procedures, where all the controls, including the parent form, are created on-the-fly.
This is a simple program that changes the icon of any folders
This example shows you how to capture the 'WM_DRAWCLIPBOARD' message via Subclassing to determine when the status of the Clipboard has changed. It adds a more 'Professional' look to your application and shows you some of the reasons why Subclassing can help make your applications more professional. Credits goto Steve McMahon(you legend) for his excellent subclassing control, Gonchuki for reminding me to add this baby to HotHTML 3 (thanks) and anyone else i may have forgotten(?)
This application is for Local Area Network only. It's used to communicate between users on LAN w/o server.
A greate discovery in computational Math to find the day name of a known date of millions years ago.This is my own eefort of months to find it out.now you can find the day of week from year 0 A.D to the Max limit of your data type .I am working to discover method to find out day of week of B.C dates and i have got near to success and soon i will uncovered that.Sample project is not enough work this is just for demonstration of one use of actual algo.My effort is "Private Function Dnum(dae As Integer, mon As Integer, Yea As Long) As Integer " check it out and grab my logic out.dont forget to vote this effort.
Hi This is just a simple little example of a Clock Yes a Clock you all seen them before anyway felt a little board so made this uses Bitblt to skin a clock on a form. I think this be good for beginners as thay learn how to use some basic API calling and how to use Bitblt and other things anyway hope someone find a use for it O also you can change the view to show the date and fold up the form please vote.
This is a super program using this program you can password protect folders After Locking a folder when you double click the folder you will be prompted for password This program prevents from viewing th contents of the folder but the folder can be deleted I am now trying to protect thefolder from deletion if any one found it please send it to me It has one error before now it is fixed(the error was lock folder does not appear in the context menu) Don't forgot to vote for me
This utility either stops or permits the Messenger service. This service, if permitted, allows users to send annoying 'Net Send' messages to your computer. I have seen tons of requests for a program like this; and even websites that are selling an application with the exact same functionality as this one for over $50...crazy. Anyway, if these messages are annoying you, this is the program for you. Hope it helps you out. Comments, threats, jokes are always appreciated! :) By the way, this was tested on a Windows XP machine; nothing else. If it doesn't work for any other operating system, please let me know.
Update DynDns-Settings very easily :) Please send me a eMail if you like this little (and fast) program.
This article tells you how to either permit or deny the sending of messages to your computer, also known as Net Sends.
what this does is loads up a url in multiple browsers and keeps loading them on a set interval to give a website hits.
Mailster 1.0.3 (new release) of the Pop3/SMTP server. This server supports all relay and message types. No multi part messages, if you request it i may add it. Please vote. Uses Winsock. Theres a BUG where windows thing cpu usage is 100%
THIS PROJECT IS A MUST SEE!. Ever wanted to create morphing movies like you see on tv, well now its possible. This project is an improvement to my last Morphing program submission. With this version, you can create an AVI video file of your morph, or you can choose to save it frame by frame. My last attempt a morphing produced excellent resulte but was rather slow, this one produces much better results and the speed is simply LIGHTNING. Just look and see!
A Memory Mapped File resides in virtual memory from the moment it is opened until it is closed. This makes access to it very fast, in fact read and write merely consist of data moves in memory. All parts of the file are accessible by means of a zero based offset and the length of the data chunks you can transfer is only limited by the file size itself. The system will swap out and in pages of virtual memory as necessary. Only when you close the file the data are "lazily" written to disc, and the Physical Write Operations are limited to the altered memory pages. When you open an MMF you are required to supply an estimate of how large the file is gonna be. Any reasonable estimate will be fine, however, you cannot exceed this estimate, ie you can't extend a file while it is open, but you can truncate the file size to the actual size used when you close it. You can extend an existing file by giving the appropriate estimate when you open it and truncating it to the larger size when closing. MMFs are byte oriented and that requires a bit of understanding the data types which VB uses and how they are represented physically. The class contains tools however to handle the different aspects.
Chat aplications are widely used nowadays. a complete chat server with options ,login to server,retrieving other friend names,going online or offline,... just like real chat programs.introduces us the basic knowledge that is used. Download the code and compile it then run server program.now you can run client program many times(at first you should make exe file).It is a multi client chat server with transfering data in both sides . you can visit our electronics projects here: www.ecerc.org/iutmicrobot I expanded one psc code i downloaded here:you can download the source here http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=42546&lngWId=1 and then i improved it to be more usefull.soon I will make a code to login to yahoo using YMSG9.
This code will display a gif animation (even if transparent). Uses no OCX files. I did not write this code, but found it on a site and thought PSC would make a good home for it. Enjoy.
Draw formatted text. You can use this control to give users instructions with formatted text. This control have almost all the functionality of a read only text box control, but can NOT select text. Features: font name, bold, italic, underline, font size, lines, Bullets, Colors, Web links Also, left margin for paragraphs. Note: Also, you can set the margin for the second (and other) lines as well.
This program downloads the current Terror Alert Level from www.whitehouse.gov/homeland/ and displays it. Also updates every 5 minutes. It used to display the images...But i took the functionality out. Maby it will be back when i update it, eh? Vote and Comment/Suggest!
you can mount virtual drives on your pc by specifying a particular physical folder path. A drive will be created with contents of that folder with the drive letter you give.visit my site http://www.sonysms.sphosting.com