Results for "Volume: 7_2009-2012"
Application creates a systray icon which has a pop-up menu allowing you to minimize and restore the AOL3.0/4.0 Upload window. Good demo code for systray icon with popup menus no matter what you want to use it for. Also includes my Time Delay code.
GLOB (OpenGL object) 2D engine. This is my first release of my GLOB engine, which is an attempt to simplify creating 2D games with OpenGL. The program models some of the functionality of GLUT (like naming certain functions whatever you want), but is much more geared toward 2D game development. Since someone's already working on a DirectX one (MasterX by Jared Bruni), I decided I would try and work on one myself. This is in a pretty early stage (I've worked about two days on it), but so far, you can load in bitmaps and create GLOBs (which can perform animations and are the main part of the engine). The program sets up a bunch of default stuff so you don't need to worry about it (fullscreen, double buffering, orthographic projection, etc.). Included is a small demo that shows how to set up a quick, simple animation (loading in all the frames, drawing it and animating it took about five lines of code!). And please, if have ANYTHING to say about it (questions, comments, suggestions, or bug reports), let me know. It'll make development a lot quicker and easier.
The code that makes Windows 98 tik.. ;)
Easy Code here: Place an icon in the System Tray and have a drop menu appear when you click the icon with the right-mouse button. If you already have code with bitmaps in your menu, just add this code to your project! This code DOES WORK, just be careful and follow the tips. Then slap yourself for other people's long and drawn out useless code from the past.
my code is for all of those who miss winsock in vb.net. it's a clas that allows you to use it sorta like winsock. it is a server clas not a client clas
1 part of code: I want to show you how you can set FullRowSelest in DataGrid + disable cell(textbox) editing. 2 part of code: How you can use DataGridColumnStyles to show fields in DataGrid that only you want to be viewable/avaiable. 3 part of code: How to make your own DataGridColumnStyles. This project is all documented ( on englis ). *****If you like it, please vote..
Part 2 of a tutorial on how to make games using DirectX in Delphi.
Draw a single Julia Fractal (Programable) using Win32API and resource file; Use a complex number class for math stuff. Small program; use Z'=Z*Z+C
Retrieve the version of a file (EXE/DLL etc). This code should be paste into a module and just called via CheckFileVersion('Path to the Exe or DLL').
The Tutorial set sights on Accustoming VB Net Developers with sophisticated File Functions. However main weight is rest on Reducing Code complexity. I strongly believe Code that is easy to Understand works better. I am sure you will find it useful. Please Vote and Make my day ;-) Karthik
This shows how to validate the contents of a datagrid per row, per column. This allows you to check the value of what the user changed\inserted in the desired column. It will show an error icon as well as fill the tool tip. though I have yet to figure out how to make the error icon blink. Also it will show you how to do a summory of errors.
Hi, I Was sitting on my pc the other day and wanted to create a Website that could add a WinXP User account with Administrator Rights on the views computer. There is only one thing that is a problem that is the person on the other end needs to enable there ActiveX Controllers. Hope you all have fun with this script just as i did. But remember this is for educational perposes only and we don't want people doing the wrong thing with it like the kill function now do we ;) anyone that can improve this please post the details. see this script in action at www.ezysale.net/cmd/adduser.php dont forget to enable the activex controls Cheers
I've made a tiny dato field control. It has a textbox and a little button next to it. The little button pops up a calendar, so you can pick your date with the mouse. It works fine. But it's a little annoying that I have to show the popup form before I can move it. It gives a little flicker that way. It would be great if anyone could solve this.
Ok simply put, this is how to get that link to show up in the bottom of the properties window in VS.Net. You know, for example drag a datagrid onto the form and look at it's properties, you will notice an autoformat link at the bottom. Well there is very little info, and guess what, some one came up with a unique name I would never have thought of searching with. They call those links VERBS is that funny or what? So this is a basic example of adding verbs. Though the control designer can be so much more, you can control mouse events and how things look at design-time when laying things out. Check it out, VOTE!!!
This POP3 Email Client is a bare bone for making your own full-blown POP3 Email Software! This commented code will teach you how to communicate with POP3 email servers from around the world. The functionality of this program include taking in the host name, user name, and password as parameters and connecting to a POP3 server, if the POP3 server contains mail, it will display the first email in the text box, a great start to a C++ email program! This program demostrates a practical usage for Windows Winsock, and it's all coded in memory-saving Windows API, with no usage of MFC! If you like this, please vote for me :)
This code takes every font from the computer it is run on, and places it into a combo box. (not using printer.fonts but using screen.fonts)
This is a console C++ media player. Its not perfect and needs alot of work. But this is my 1st version of it. Im working on making it visual.(thx master for helping me) It dose all the simpal stuff open play stop pause resume. Im posting it cause C++ needs some media players to compete w/ vb. It uses win api. It comes w/ a vb project cause i havnt figured out the short path name code, yet. Dont be too harsh I just started c++. Plz vote and write comments.
resize all the controls proportionaly with the resize of the form
This program takes customers orders by code then creates a bill for the purchases. Also can print the bill. All totals are calculated automatically.