Save and Retrieve Image From Database
This simple program will save and retrieve image from MS Access database.
- Read more about Save and Retrieve Image From Database
- 28 comments
- Log in or register to post comments
- 1162 views
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.
- Read more about Conform with Standards using Microsoft FXCop, A Code Analysis Tool for .NET
- Log in or register to post comments
- 35 views
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.
- Read more about Should I Save Images to Database or File System
- 10 comments
- Log in or register to post comments
- 267 views
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
- Read more about How to Display the MS Chart to data Report!
- 2 comments
- Log in or register to post comments
- 196 views
Patient Information System
Patient Information System that display the data in MS Chart as a statistics. For more questions you can contact me here
- Read more about Patient Information System
- 29 comments
- Log in or register to post comments
- 2726 views
How to Configure ComboBox in DataGridView
I feel it would be necessary to create a tutorial on how I program the ComboBox in DataGridView.
- Read more about How to Configure ComboBox in DataGridView
- 3 comments
- Log in or register to post comments
- 199 views
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.
- Read more about Add Record in the Database
- 8 comments
- Log in or register to post comments
- 124 views
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
- Read more about Lowest, Middle and Highest Number Determiner Version 1.0
- Log in or register to post comments
- 65 views
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.
- Read more about ComboBox in DataGridView
- 7 comments
- Log in or register to post comments
- 747 views