Results for "Volume: 6_2008-2009"
Have you ever created a link for your email or homepage, which uses an object that highlights when you move your mouse over it? This is a much more efficient method of doing this, because it will always show the correct state. The reason for this is that most of you have coded it so the Label_MouseMove event highlights and the Form_MouseMove event un-highlights. This is a terrible way of doing it because it's possible to move your mouse away from the label without placing your mouse over the form. Therefore, the label stays highlighted, which is not the desired effect. See the screen shot for more information.
This article teaches you all about Packaging and Deploying an application using the Package and Deployment Wizard that comes with Visual Basic 6.0. These notes are everything that you need to know about the P&D Wizard for the MCSD Exam 70-176 (Designing and Implementing Desktop Applications Using Visual Basic 6.0). If you plan on becomeing certified, this is a definate must read! Please remember to vote. And if you could check out my site http://PietschSoft.itgo.com Thanks
Demonstrates how to create your own application extensibility, support add-ins and exposed a desired interface to the developer of the add-in, demostrates simple use of polymorphism. *Note: this is only a simple demonstartion of what can be done, the only limitation to creating addins is your imagination!
Hi people! This is my first submission so please be gentle! It’s a simple little prog to convert binary to decimal and back again. Had to make the binary to decimal bit for college. Works with abnormally huge numbers. I couldn’t find any converters that worked with huge numbers on PSC. But then again I only looked for 5 seconds. Really Happy with this code cos it only took me 2 days to work out how to get it to go back to Binary. Might change it later and add Hex and Oct but I wanna up load it before I go home. + Add More Comments that make sense. It may seem a bit dull (I wouldn’t download it), but I’m very pleased with it so I’m gonna put it up anyway. Plz comment cos its my first code. Even if you don’t download it just comment! Thx Enis
Class to encrypt and decrypt a clear text with variable character length encoding. There is no relationship between byte boundaries and encrypted characters, ie an encrypted character may theoretically be anything from 1 to 255 bits long; however this depends on the 'quality' of the key. I am not a cryptoanalyst, but I have a hunch that the variable character length makes this code rather difficult if not impossible to break. One approach may be to scan the encryption for repeating bit-groups and guess the meaning of short groups occuring more frequently than others (like "the", "a", "an" and so forth), or for patterns occuring with a language-specific frequency of vowels and consonants. To forestall that, the encrypting engine uses an initial hash (also derived from the key) and XORs every character with that before encrypting, keeping the result of the XOR for the next character. The decrypting engine of course reverses that process. The encryption engine now features an MD5 message digester which produces a key- and message-dependent binary signature. This signature may be included in the encrypted text to verify it's authenticity. Another advantage of prefixing a message with a signature is the additional scrambling of the encryted text through the previous encrypting of the unpredictable signature (see 'hash' above). This makes the encryption key- and text-dependent, that is, the encryption for a particular character is different when the text is different (apart from being different through hashing). Speed (without debugging) is in excess of 40,000 bytes/sec for encrypting and more than 130,000 bps for decrypting (depending of course on your PC's clock frequency).
I updated my article, cause for some reasons, Microsoft removed the SDK from its site. So finally I found it in another place (its include below) I did test it and worked it again. So if anyone wants to know how it works, just try it. Any problem, dont hesitate to contact me.
*UPDATED* this cool lil program downloads music from a SHOUTcast server into a file on your computer, it also grabs the server info (name,genre,url and bitrate) which i haven't seen any other SHOUTcast s/c's on here do! :) it also tells you how many bytes,kbs,mbs or gbs of mp3 u have downloaded. please vote and leave feedback
Written by: Troy Williams Email: [email protected] First off, the most of the code is original. The rest of the code has been put to gether from various sources around the internet including PSC. So if you recognize code that you wrote I will be more then happy to put your name to the code. This program is designed to download source code from PSC.. - It is capable of downloading up to six files at the same time(well actually, the number is virtually unlimited, but more then 4 or 5 will piss PSC off. I found that 2 gives good results). - It supports cut and pasting of urls, as well as drag and dropping urls. I wrote this program because my home computer (win XP pro) could not access the PSC site for some reason. I was receiving the code of the day newsletter, in which were the links to that days uploads. So I put two and two together and wrote an app to download the files. Along the way I discovered a number of interesting things. The urls in the newsletters are redirect links So I developed a way to follow the redirect links. The program has a number of interesting features as well. The urls to download are stored in a listbox, which basically acts like a que. This allows multiple winsock controls to download different files When a valid download url is found (i.e. the normal sourcecode download page) it copies the html to a directory named for the of the webpage. This allows for a description of the code to be saved along with the zip file. Also the html and file headers are saved in that directory as well as a *.url file with the download url. The program also logs urls that caused problems to a log window, which allows the log to be written to disk. The Url list can be saved to a file as well. To use the program.... Start up the program, either from the ide or from a full compile. Select options from the menu and locate the directory where you want to download the files to, also enter the number of simultaneous downloads you want to have. Goto File/New Downloads An URL List window will popup, simply copy and past (or drag and drop) the urls into the listbox When you are ready to begin downloading, click on the download button
Well i decided to make a 3d engine, and this is as far as i have got. It can do ANY polygon that u can make. Runs at around 340 fps on my WinXP machine (1ghz,256mb ram, geforce 2 MX 32mb). I added a VisX editor to make your own 3d objects while seing them rotate in 3d space, then generate the code with 1 click. The only problem i have is i can get the drawing oders right so colours can be used on sides! If you can help please do! Please vote :). Nick
This is the third update to my ExplorerTree, whats new, 1. Icons are displayed in each FileList, this does it a different way than usual. If you have 2000 + files in a Folder, listing all the Files, icons and information associated with those Files takes ages, the File information isn`t the problem, it`s the icon information that takes ages even using API. this version of ExplorerTree only displays the icons as they are displayed in the FileList. Once all the icons have been displayed the gathering of icon information stops (loop stops). Much better than waiting for all the File icon information to display in the FileList.
Ok, in my last posting, once again, somebody requested another article, this time on how to make a DLL. so.... here it is. I hope it fairs well with all.
to talk to other programmers and people
This gives a step by step explaination of the CopyMemory API Call.
Generate XML from ADO recordsets.
I've seen hundreds of requests for a PURE VB Proggie, which can Copy & Play Audio Portions, Zoom in On, and Save Windows Wav files. So here it is: The TrueWavEditor will load ".wav" files of your choice, after which you have Selection, Zoom, Loop, and PASTE AS NEW FILE Options! This is Based on My TrueWavAnayzer Project also listed here on PSC. The Proggie will name your "selection" as 'Untitled#.wav' in the App.Path, then Opens it as a new Instance of WavForm. Everything except 'Play', functions without a soundcard (since it's all binary reads and writes). These Projects took quite a bit of my time to research & write (mostly with translating Various math Filters into Code, and figuring out the RIFF Audio File Format Structure which includes Video formats as well). If I get a good response from this, I may start on a complete Wave Studio, in Pure VB (if Possible, cause this binary stuff just don't perform very quickly in vb), as you'll see if you download. Added support for all the common wave format combinations. I Fixed the 16 bit Stereo Paste Bug...
***UPDATED***For those that have already downloaded the app, sorry about the bugs and "dead" code in the app (this is a take-off of something bigger). Anyway, enjoy
Use this class to read and/or write to the ID3 tag of an MP3.
GenFonts generates an HTML document that displays the alphabet and font name in said font.
Gears toward teaching you how to texture, add light, rotate, set spin animation, and basicly use DirectX's RMControl (ocx included, read the text document). Every line of code is commented with an Easy to understand sence and description. Great to learn off! Please Vote!!!
Shows the way of editing a datagrid and then copying the data of selected cells of datagrid to a clipboard.... Very nicele commented code... Best for someone who wants to learn about datagrid... Guys this is my first ever submission... so please vote... and give comments... but only good..;-)