gmagana

Stories kicked by gmagana

Working with Images, image files, and PictureBoxes(gabrielmagana.com)

submitted by gmaganagmagana(5) 3 years ago

If you have a .NET application and are working with image files, Image objects, and PictureBox controls, you maye have run into the "This file is locked by another processs" error, or perhaps the "unknown GDI+ error" message. If you have, read this. Heck, read it even if you have not seen this error, you will avoind it in the future... read more...

add a comment |category: |Views: 13

tags: another

Quake 3 Arena Ported to .NET Managed C++ VS 2008!(gregs-blog.com)

submitted by gregdolleygregdolley(300) 4 years, 4 months ago

Quake III Arena has been ported to Managed C++ .NET under Visual Studio 2008. Check out article for source code download. read more...

add a comment |category: |Views: 38

tags: another

A good list of opensource apps(bloodyflux.com)

submitted by DaCoderDaCoder(115) 4 years, 4 months ago

I agree with the list totally read more...

1 comment |category: |Views: 5

tags: another

How to make incremental DB update script in VS2008(vitalygorn.com)

submitted by vitalyvitaly(740) 4 years, 4 months ago

One of the most tedious tasks in database-driven software development is to make database change scripts. In the latest release of Visual Studio there is new type of database projects that helps maintaining your database scripts significantly. From the first sight it seems that VS can generate only create scripts, which it places in /sql folder by default. Hopefully, it also can generate change script, although this feature not so easy to discover read more...

add a comment |category: |Views: 7

tags: another

Associating String values with enums in C#(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 4 months ago

Ever wanted to have an enum which has a value that is a string rather than just an numeric type? Well, now you can have your cake and eat it too! read more...

add a comment |category: |Views: 45

tags: another

Create an Access Database in C#(blog.jrpsoftware.com)

submitted by rplantrplant(750) 4 years, 4 months ago

I wrote some code last year to create an Microsoft Access Database, fill in some data and email it out. It never made it out to production so I thought I would share part of it here. read more...

add a comment |category: |Views: 195

tags: another

Visual Studio 2008 New Multi-Threaded Debugging Feature(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 4 months ago

An overview of some of the new multi-threaded debugging features in VS2008. read more...

2 comments |category: |Views: 32

tags: another

Why automated testing matters(programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 4 months ago

This blog post discusses a couple of the author’s experiences with automated testing, and takes an honest look at how well it worked out. It then goes on to cover how to jump into automated testing of your own projects, suggesting tools and some best practices. read more...

add a comment |category: |Views: 6

tags: another

685 of the best programming links(thepeoplestoolbox.com)

submitted by salimsalim(780) 4 years, 4 months ago

Links sorted by category and popularity. Includes: .net, ajax, c, c#, c++, flash, java, javascript, perl, php, python, ruby, sql and xml. read more...

add a comment |category: |Views: 8

tags: another

ZedGraph: A flexible charting library for .NET(codeproject.com)

submitted by jfritzjfritz(80) 6 years, 2 months ago

Here's an open source charting library for .NET that provides a high degree of configurability. read more...

add a comment |category: |Views: 153

tags: another

ADO.NET 2.0: The Data Access Classes Nobody Learned About(devx.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

The release of ADO.NET 2.0, as part of the Visual Studio 2005 launch and the refresh of the .NET Framework and Common Language Runtime, passed relatively unnoticed. That's understandable. With so much going on in the Microsoft tools domain, with the new Visual Studio Team System, SQL Server 2005, and previews of Office 12 and Windows Vista, that some little database connectivity stuff could easily be overlooked read more...

add a comment |category: |Views: 3

tags: another

A CAPTCHA Control for ASP.NET 2.0(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

CAPTCHA is short for "completely automated public Turing test to tell computers and humans apart" and is the most popular technique used to prevent computer programs from sending request to Web servers. This can be for meta-searching search engines, doing dictionary attacks in login pages or sending spam using mail servers. You may see CAPTCHA images in Google register page when you do availability check on too many usernames or in Yahoo, PayPal and many other big Web sites. read more...

1 comment |category: |Views: 218

tags: another

ASP.NET In Page Progress Bar with Cancel Example(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Example of an asp.net page with progress display and a cancel button. A single page starts a long running process, shows the progress and shows the process completion message. read more...

add a comment |category: |Views: 58

tags: another

Introduction to Anthem.NET(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Anthem.NET is an AJAX library with these features: # support ASP.NET 2.0 # work as seamlessly as possible with VS2005, ideally without having to hand-code client JavaScript and # support ASP.NET functionality as closely as possible. Anthem is so easy to use it's almost a crime. It has a number of built-in AJAX-enabled controls. It supports viewstate so you can get control states and page info back in callbacks. It works seamlessly with web usercontrols, and master pages. Best of all, you won't need to write any JavaScript (or XMLscript). read more...

1 comment |category: |Views: 38

tags: another

Visual Studio 2005 Fast Tips(fasttips.net)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Sign up for a biweekly dose of Visual Studio 2005 Fast Tips and Fun delivered directly to your mail box. read more...

2 comments |category: |Views: 4

tags: another