Results for "Volume: 6_2008-2009"
Get The Name Of Your Processor eg(AMD Athlon (tm)64 Processor 3000+) As You See It In The Control Panel-System Window. I Have Posted This Purely Because I couldn't Find The Code On PSC Any Where, Only Code That Gives You x86 N' Stuff Like That. I don't Know If It's Cheating But I Just Get It From The Registery.
This is an old project that i've realized on my great Commodore 64 more years ago. Now i've ported all in VB. This engine emulates the LOGO commands: Forward, Back, Left, Right, PenUp. PenDown. With this version contains : 1) very simple management of colors. 2) very simple management of the zoom factor 3) a couple of commands to manage the direction and the position of the turtle 4) more samples that shows some classical curves. Enjoy with this program and Tell me what do you think about,please. Bye.
Keep track of your hours you spend on programming jobs, I had the problem that I forgot to write down how many hours I used for my projects, and I did not get full paid for my work, so I needed a simple program that does not take to many minutes to work with. Why download it: 1. If you need a timer 2. If you want to see how you can make csv files (comma based, good for viewing in excell) 3. If you need to see how to minimize to systray. 4. If you need to see how to open a file that is associated to excell 5. If you need a simple way to log errors. 6. etc... Hope you like it
Learn the Basics of how to render using DirectX and D3D, with 3 simple tutorials. Here it is, I have managed to get together some of the DirectX stuff I had lying around and turn it into a tutorial set. In this set you will learn how to: 1. render a form with DirectX, 2. Render a motion object using DirectX, 3. render a MD2 Model and add motion. This project also includes the C++ side to the MD2 Rendering. Please leave your comments etc... You might also want to check out the Readme.htm file as it contains information that I want you to be aware about… Which is helping with an Industry standard Game. Some of the code in this project like the MD2 Modeling was not programmed by me. Please take the time to read the comments at the top of each form / module for info about authors etc…
this uses yahoo servers to parse stats of a current stock
This project is to show you a quick (and easy to understand) method to create an Office plugin (In this case Outlook). This will place a button in your outlook toolbar (the New/Print/Reply/Send&Recieve bar AKA 'Standard').
This Tips are for all programmers out there from beginners to advance.This is the second part of my last submission which is "VB Controls Tip".And for beginners, you will learn some tricks in here.So sit back, and relax. Read while you learn. Comments are welcome. Have a nice day !
This is a simple xml parser using MSXML 4.0. It is used to store code/data associated with a category or keyword such that the categories can be infinitely nested. Version upgrades: Minor Bug fixes. Multidocument Interface. Renaming nodes allowed. Drag and Drop of nodes implemented. And other small enhancements. You will need to download MSXML 4.0 from the microsoft site. Other than that it uses treeview control, commondialog control and Rich text box(SP6). Plz send your comments/criticism etc.
UserControl featuring window splitter, useful for editors, worksheets, tables and more. Exposes the work areas: use them in your client like you would use any other PictureBox. Full mouse support, including MouseWheel.
This will compute CRC16 and CRC32 checksums for any file, string, or byte array! There is also both the static and dynamic methods for computing them too. The CRC32 checksum is blazing fast and possibly one of the fastest on PSC. (You can see in the screenshot a 100 meg file took but a few seconds) The CRC16 is not highly optimized as I am not going to use it. I just wrote this for the CRC32 checksum and added CRC16 just for giggles. This is going to be used in a commercial product so enjoy. The code is pretty straight forward so it is not heavily commented. I have not posted here in a long time due to business trips, but I thought I would post this for everyone. Please leave feedback and vote for me. Thanks Everyone.
MessageBox with custom text on buttons, InputBox for password input with *****,
3 classes in vb6 for scanning the registry, files/folders, and running processes in the system...the easy way. fully configurable with extended features and stability that you really don't wanna miss. this would be a good start for making anti-spywares, anti-virus programs, and more. included in each of the 3 demos are 3 more classes for advance registry access, crc32 calculation, and getting file icon from executable and dll files. PLEASE DONT FORGET TO VOTE. -noel
'I've been trying to get DOS command line output to show up in 'my Visual Basic programs. I finally figured it out. It works 'really simple. The program creates a batch file that is to be 'executed, instead of using the "Shell" command to execute single 'commands. The shell command also writes the output to a file. 'At the end of each batch file, the progams writes 'the word "DONE" to a text file called "finished." When a user 'starts a command, a timer constantly checks for the word "DONE" 'in the "finished" file. When the word finally is written to 'the file, the batch file is finished executing, and the program 'can read the output file it created.
This program is demonstrate a way to make a access login without using command button. All you need is just pressing ENTER when you've finish type your password text in a textbox. Now update with cooler interface. ;) Try it! Please put your comment and vote for me.
This code shows how to begin software 3D Renderer using pure Visual Basic NO DirectX or OpenGL, this code is for educationnal Purpose. It shows how to Do Matrix computations and transformation. -How to project a 3D point to the screen -How to do DoubleBuffering -How to Design and Use First Person shooter Camera All the rendering pipeline is coded in Pure VB. Note that all the code is documented. So leave feedbacks If you want to use ready to Use 3D engine built over DirectX or OpenGl in Visual basic, i advide you NemoX 3D engine. here is a link http://perso.numericable.fr/~gazkole/malakoff/index.htm
UPDATE(2006.06.26): Multi-threading issues solved. Now various OS dialogs don't crash app (common dialogs, browse for folder, browse for printers, etc.). Need Compact In-Process Multi-threading: A FolderWatcher with sample UI (http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=36373&lngWId=1) registered to load sample Project2. _________________________________________________ UPDATE(2006.02.08): Now supports Uniscribe Unicode script processor for complex script and right-to-left languages. Couple of bugfixes and performance optimizations. _________________________________________________ UPDATE(2005.12.09): Now vbButtonFace colored backgrounds of Edits/TextBoxes are painted "transparent" -- for emulating selectable labels with locked borderless textboxes. More API hooking involved :-)) __________________________________________________ REUPLOAD(2005.12.03): This is a sample project that shows how to paint tabstrip panes using current theme background (see screenshot). Also, contained controls background is taken care of (CheckBox, OptionButton, CommandButton). uxtheme exports EnableThemeDialogTexture function which unfortunately is not working with VB6 containers (PictureBox, Frame, etc.) Also, there is a problem with windowless controls in its implementation -- these paint directly on the container DC. The presented solution subclasses the container and responds to WM_CTLCOLORBTN and WM_CTLCOLORSTATIC notifications by painting contained control background using current theme and returning NULL_BRUSH. This resolves contained controls requests for integration with parent background. For the container background FillRect API is hooked just before forwarding WM_PAINT and requests for vbButtonFace solid brush are replaced with themed background -- pretty cool and working!! Enjoy and don't forget to vote!
Rock Away is a very addictive boardgame with a simple goal: play until only one rock remains in the center of the screen. Simple goal, hard game! If you start losing hope to find a solution, let me tell you this: I first saw the game with a street vendor in Tunesia, who showed me 4 solutions in a nick of time. He told me he knew 12 solutions. I bought the game, believing this was a piece of cake, and spend 2 days finding one solution! I now have great respect for that poor man. I challenge everyone to seek all solutions. Good luck (and lots of time and little sleep). Update 12/8: rewrote game routine (less code) and small undo-routine bug.
This trick changes a Command Buttons Forecolor. I've seen lots submission here changing Command buttons forecolor using API's. This trick achieves the same effect but just a 3 lines of code. NO API's required !. Have nice day ! No need for votes ! just comments will do !
Scans proxy lists and returns if they are active or not then allows you to scroll through the list changing your ip everytime a new browser is opened. I need to make it detect active proxy by returning header. Rite now basically all it does is ping to see if proxy ip is online or not and trust that you make good proxy list and only add proxy ips to your lists. I think it has potential just needs some TLC. If you dont have vb runtimes installed or the program crashes you will need the following .dll and .ocx files comdlg32.ocx,mscomctl.ocx,MSINET.OCX,MSWINSCK.OCX,shdocvw.dll & winmm.dll. Please be sure to give feed back so I know what I should change or edit it & repost yours.
Part III of my API Approch... Drop Shadow + Custom Size Form