Results for "Volume: 7_2009-2012"
This project is basically a simple text editor. What makes it unique and a useful learning tool is that it supports 13 languages and 19 cultures. I started this project using Visual Studio .NET 2003, but put it aside be of the difficultly of access data on one form from another. This is no longer a problem with Visual Basic 2005. I’ve also been able to improve the looks of the program by using the new menus and toolstrip toolbars. The method I chose is not the only one available for globalization, but it seemed easier to understand and the resource files could be edited within the IDE. A disadvantage of this approach is that a folder is created in your installation folder for each language and culture. I can’t take credit for all the code. The find-replace dialog and printing code are largely based on old Microsoft samples converted to VB 2005. You will notice also that all of the common dialogs are in English. On a localized version of Windows, they would appear in the correct language. The program also defaults to the language installed on the computer.
This is a small tutorial designed to help anyone who wants to begin making games but does not know where to start! This requiers little to no math at all. Design windows games in a flash. Well commented and easy to understand. You will be amking games in no time. The tutorial is a working application which shows you the insides of the game and how everything works. This uses the EZX Control. If you use this, please tell me what you think.
This control uncompresses rar files as welle as Sfx files !
Add a simple counter to your website. This source code requires little to no setup, just cut and paste onto your ASP page.
To create an "Office-style menu" (or owner-draw menu) you must register that menu item with Windows as MF_OWNERDRAW and then process the WM_MEASUREITEM and WM_DRAWITEM messages sent to the menu's parent window. The attached project file simplifies this process by encapsulating all menu drawing operations in a class called "COwnMenu" and hiding the details of working with Windows in a code module entitled "OMenu_h." With this mini-system in place, all you have to do to get owner-drawn menus in your program is call SetSubclass on the menu's owner form and RegisterMenu to set a menu item as owner drawn. The provided example project contains complete documentation.
This is an example of a DAO DATABASE CONNECTION PROGRAM Este es un ejemplo de un PROGRAMA DE CONECTIVIDAD A UN BASE DE DATOS POR DAO. This program contains an english part, for those that speak english. Este programa contiene un parte en español, para aquellos que hablan español.
This program allows the user to create a file and add or change mailing list records to it. The program is able to load files that have the same record structure and concantenate them if required. The user can then save the data stored in memory to a new file or to overwrite an existing file. SIDE EFFECTS: There were side effects when I ported from win95 to XP, which have been commented out. WHATS IN THE ZIP: *database.c : C code file. *debugfile.txt : Redirected the printer to this file for debugging purposes (so I didn't waste paper). *mail.db : An example of a saved file. *PDR_for_project7.doc : The data table, algorithm, and output for the code.
It's a single function, without API's, that loads an image and puts it in a destination PictureBox. If the source image is bigger that the destination PictureBox, then it will resized to fit in (mantaining the ratio). In other words, the image loaded will nicely fit the destination, but will not be deformed. If the source is smaller, then it will remain that size... This function is an upgrade (in speed, error trapping and results) of Jason Monroe original post. Thanks Janson.
This is a Chat Server and Client combinition taken from the samples available on the MSDN CD . To use the projects do the following 1) Build the Chat Server Project 2) Build the Chat Client project 3) Visual Studio To Use Server and Client on your Machine 1) Start Chat Server 2) Click Ok when prompted for Port no (keep it 0) 3) Start Chat Client 4) from the menu select Connection -> Connect 5) in the log-on parameters window type Server 127.0.0.1 Nickname (any name) Port 0 (remember we had selected 0 as port no for Chat Server) 6) Click Ok 7) repeat steps 3 to 6 to start more Chat Clients (buts use a different nickname) 8) go on chatting with yourself , happy chatting. To Use Chat Server on a Network 1) Copy the Chat Server executable (available in the Chat Server projects Debug folder) on some Server Machine (say it has ip address 254.178.2.198) 2) start Chat Server Application on this Server Machine 3) Keep the Port No 0 (if it clashes change , till thers's not clash and not the Port No.) 4) Copy the Chat Client executable (available in the chat client projects Debug folder) on as many machines as you want on the Network 5) Start Chat client on the machines where the executables were copied 6) in the log-on parameters window, type Server 254.178.2.198 (as in point 1 above) Nickname (any name, not blank) Port 0 (or as noted in 3 above) 7) Click Ok 8) repeat 5-7 on other Machines Happy Chatting.
The First Dart Game on Visual Basic made for your own pleasure........... Playing 301 and 501 Game's Using BitBlt and maths function
Updated: (Version 1.2) ASP Simple Search Engine. This search engine will scan your the directory and all sub directories from where the ASP file is based for occurances in files of the test string being searched for. It will them make a file with all matching files, just like a ssearch engine. This has added features. Argonaut (Scott A. Moss) - www.vbstuff.cjb.net
Well this project is not nearly done. Its the begining a very primative Mini OS. Since I am not awesome in Win32 api yet i enjoy making these type of things in DOS. It uses the mouse, but can do nothing with it so far. Working on drag and drop right now. Yes I can see im am far off from finshing this. However i was wondering does anyone know about a double back buffer, I really need help with it. So far i have three kinds of message boxes, and three kinds of windows. I have folders also. The colors of the graidents can be changed through the code itself right now which will change when im done with certain parts. Vote or Comment :*) If anyone can help on Double Buffering pelase IM me AIM\Yahoo: Nit3shift Email: [email protected]. Thanks. PS: of program will not run change grpahics intailize to whereever your BGI path is... :(
As this code is developed using .Net technology As it is the best source to learn the VOIP and peer to peer communication. As it used Audio Conferencing and Video conferencing Using the .Net Technology. This Application is build with Heavily graphics and excellent GUI. (Please Rate Us For Your Co-operation).
Since I posted the code that shows people how to use the winsock control everyone has asked how to allow multiple connections! Well, i've finally done it. This shows you how to accept multiple connections with one winsock control!!
This is Simple DOS Calculator. It uses Graphics to display buttons and textbox. Understand the code and put some more function of your own. It really small and easy to understand. Please give me comments.
Ever want a text box that only allows Number, Lowercase Letter or Uppercase Letters? With this wrapper the user won't even be able to type a Number, Uppercase or Lowercase letter! API Wrapper Module & Demo included! This is done with 100% API! Please send feedback :)
This code is used to read and write to a .ini file with 4 easy functions. The source included can be compiled as a ActiveX DLL. Source is Easyly Written Out. JUST LOAD AND COMPILE THE DLL
Hello coders! This is a basic code for record saving, finding, deleting, etc. It uses ADO.NET (Command, DataReaders, DataSet, Connection, etc.) Hope it would help for you. I need your feedback and even suggestions...thanks :D
This is visual utility for mainipulating HTML Help 2 collections. It is visual replacements for Helpware H2Reg console utility. You can register and unregister Html Help 2 collections, create filters, plugins etc.
This code will shape a form based on it's .Picture property. It uses a transparent color and makes all areas of the form which is that color transparent. Extremely useful for programs to incorporate custom Themes. This code works best with smaller forms. The bigger the form, and the more complex of an image you use for the background, the slower the code will go. The image I provided in the example is rather complex (the logo for my company), so you will notice a slight delay when the form loads.