Results for "Volume: 4_2005-2006"
This is just my first contribution to PSC, and it's intended to help users of Visual Basic 2005 Express Edition to create a Windows Service Project since this version don't brings template for this type of project.
You want to send 10 or more files using your VB program but you always get an error, well not any more, here is the solution. Enjoy!
This tutorial explains in plain english how to create a real text or graphical Operating System that can be booted from a floppy. Source Code and compiling tools included (Link Fixed). Source code is in C and assembly. Vote if you like it, thanks ;-)
This code shows how to insert Combobox ,Link Button, DateTimePicker and Button in Datagrid.The code also shows how to save data from the dataGrid to database.
apacheManager is a tool for integrating PHP, Perl, and MySQL for apache2 servers on winXP based pc's. ###===last update 2nd Apr 2006, PHP SMTP & TimeZone added.===### As well as helping you intergrate the above software it also helps you manage your namebased virtual servers. Lets you edit scripts mainly httpd.conf, php.ini and xp's hosts script. Also lets you turn MySQL & Apache2 services on & off, change default apache settings, rollback last change made to each script. Note: that it will turn your apache service off before making any adjustments to your config, and apache will need to be turned back on. It was just a little program to make my life as a webdesigner easier but turned into a bigger project than expected. Enjoy...
An example of creating splash screens similar to the Adobe Photoshop splash by using PNG images with alpha transparency. The desktop beneath the splash form is captured to a bitmap and the PNG is then superimposed over the bitmap. Finally, an illusion is created by placing and showing the bitmap exactly over the captured area of the desktop.
This control contains a rich text box, plus 3 toolbars which allow the user to format the text in the rtf box. You can programatically show or hide the toolbars (they show by default). You can get/set the locations of the toolbars (you could save the toolbar positions and "remember" them for the next time the user loads the form). Can return rtf text or plain text. I've tried to make all the rtf properties visible through this control. Votes/suggestions/comments appreciated.
Learn Direct3D 8.1 The easy way with this tutorial. Commented Tutorial in HTML and full Source Code Included! If you like this, please rate it here on PSC! Thanks ;)
Converts a sequence of picture files (bmp) and an optional sound file (wav) into one video file (avi). Source Code compatible with both Linux and Windows!
Last code I Describe some sample binding using data and collection, now I add 5 ways using crystal report (Main Report with subreport, Chart etc.,) it's very easy to folow,.The report not static or constant in one default display, you can change it by entering selected department number(DeptNo as sample, you can also use EmployeeId or as you wish sql command) 'For Suggestion/Question 'Dennis M. Santiago 'Emailme : [email protected] 'Vote For Me :-)
A very quick winzip type program. The main purpose was to store a collection of files into one file. I called this a "chunk" file, or chu file. The compression was not that important so I just used the rdc compression method. The idea behind it was for game development. Nobody wants a whole bunch of lose bitmaps or wav files just laying around. Its much nicer to have it in some sort of archive. This source code is the basic winzip type approach. But the class's include could be very easily used by a game. Think of it like the doom wad file. Btw this also works quite nicely for a very small user profile program... In the way that you can easily add bits of memory as files to the chu file. Nice for save games and stuff like that.
SQLFiles is a simple VB.NET/ASP.NET web application that makes use of the SQL Managed provider in ADO.NET. SQLFiles is an example web application that allows for uploading, storage, and searching of files in a SQL database via a front-end Web interface.
This small app is a demo of N-Tier using C#. The base class in DAL uses Factory Class to create a connection object base on the type of derived class, whether it is MS Access or SQL Server; reusabilty is what I have in mind when I decided to go on this design. The DAL also have support for transaction which can be triggered by method SetTransaction, CommitTransaction and RollbackTransaction. I have added in DAL the most common functions I use when dealing with database. The BLL contains the Entity representation of an Employee and the CRUD operations. It also got an AuditLog where all CRUD operations will be logged in another database; when updating records all changed columns will also be logged. In BLL there is also stuff for Compacting, Repairing and backing-up Access database. There are little thing that I did in the UI that may serve useful to 'newbies' out there like changing the color of the textbox in focus, moving to the next control when hitting the Enter key and moving to the previous control when hitting the Up key, etc... This also have an Exception Logger where any exceptions can be logged in the Event Log and in a text file. So check this out! Any comments/criticisms/feedbacks will be highly appreciated. :-) BTW, just place the two MS Access database in your C:\Drive... (New version is uploaded in PSCode!)
Class Wrapper for WinInet.dll the dll behind the Microsoft Internet Transfer control in VB6. Takes a given url and returns the response in a byte array.
Download this and you will learn 1.) JDBC Manipulation 2.) The use of connection , statement and resultset 3.) The use of classes to optimize the codes 4.) Move first , next , previous and last to the record using JDBC and Resultset. 5.) The use of MDI in Java application and controls like JCombo , JToolbar , JTable and lot more. 6.) String manipulation , threading and etc. Download this to find out. ! Because of many email me to see the code even not finish I dicide to upload it here in PSCODE.- www.naparansoft.cjb.net-
This code gets ALL of the keys on a 101 key keyboard. The only limitation is that the program still cannot get compound keystrokes like "Alt + Tab" or "Shift + 2" (for an @ symbol). I know its a little lengthy, and I could compact it smaller, but it gets the job done.
Just a PictureBox with builtin zooming capability. Note the selection of a region, which works very nicely. The code is not commented, but I think it explains itself.
Persian Calendar Viewer
Testing out trigger-based functions in a nice little fighting game system, I plan to expand this into a full-fledged game later on. (To play, use the num pad 1]Dodge 2]Duck 3]Downward_Slash 4]Defend 5]Charge 6]Stab 7]Deflect 8]Jump 9]Upward_Slash
Updated email program. This code allows you to download multiple attachments and copy them into a directory. The program then replys to the author with a message or/and attachment automatically.