Save and Retrieve Image From Database
This simple program will save and retrieve image from MS Access database.
Conform with Standards using Microsoft FXCop, A Code Analysis Tool for .NET
When you are already in a production environment, working 8 hours a day or so, developing applications for clients, you must be aware of guidelines and standards needed to be followed in order to assure that your program is robust and maintainable.
Should I Save Images to Database or File System
It's been an issue for some time for developers the question of whether to save images on database or on file system. I decided to write this article to explain the pros and cons of both sides.
How to Display the MS Chart to data Report!
' This code will make the MS chart converted to an image and load it to the data report..
MSChart1.EditCopy
Picture1.Picture = Clipboard.GetData(vbCFMetafile)
SavePicture Picture1.Picture, App.Path & "\Image1.wmf"
Set animal.DataSource = recordset
Set animal.Sections("section2").Controls.Item("Image1").Picture = LoadPicture((App.Path & "\Image1.wmf"))
animal.Show
Patient Information System
Patient Information System that display the data in MS Chart as a statistics. For more questions you can contact me here
How to Configure ComboBox in DataGridView
I feel it would be necessary to create a tutorial on how I program the ComboBox in DataGridView.
Add Record in the Database
About this code it is a simple code in PHP/MySQL to add a record in the database. I intende this code for beginning programmer that uses PHP and MySQL as there web development programming language.
Lowest, Middle and Highest Number Determiner Version 1.0
Thank you for always visiting the site. About this called I called it Lowest, Middle and Highest Number Determiner Version 1.0 written in C++. What is good about the code is that I check and optimize it to check all the possible errors that may occur during program execution.I hope this code will help beginning programmers in C++. If you find my work useful send me an email at jakerpomperada@yahoo
ComboBox in DataGridView
Learn how master/detail form works in Visual Basic .NET 2008. The detail form or the DataGridView control contain a ComboBox that looks up record from Products table.