|
|
By James McCaffrey  Sooner or later you'll probably find it useful to be able to create and manipulate combinations programmatically. By far the most useful kinds of combinations are string combinations. A string combination of order (n, k) is a subset of k strings chosen from a set of n strings, where or... Jun. 21, 2006 02:00 PM EDT Reads: 19,037 Replies: 1 | By Dennis Hayes  If you're one of the many who have VB6 code, you have three basic options: stay with VB6, convert to .NET, or rewrite from scratch. In this article, we will look at converting VB6 code to VB.NET and C#. I'll discuss when it makes sense to convert versus staying with VB6 or rewriting fr... May. 26, 2005 09:00 AM EDT Reads: 107,113 | By Dennis Hayes  This is the third and final installment in a three-part series. In the first installment (.NETDJ, Vol. 2, issue 9), I covered general conversion issues, in the second installment (Vol. 2, issue 10), I finished general conversion issues, and covered issues associated with database conve... Jan. 12, 2005 12:00 AM EST Reads: 40,765 Replies: 1 | By .NETDJ News Desk Hewlett-Packard, IBM, and Microsoft are all licensees of the same patents that Kodak is successfully suing Sun Microsystems for infringing, the Eastman Kodak Co. revealed yesterday. Oct. 5, 2004 12:00 AM EDT Reads: 13,031 Replies: 7 | By Dennis Hayes Last month (Vol. 2, issue 9), I gave an executive overview of the conversion process, and started looking at converting general VB6 code to VB.NET. This month I will finish general conversions, including DLLs, then start on database conversions. Next month, in the final segment, I will... Oct. 4, 2004 12:00 AM EDT Reads: 42,915 | By Tim Kinslow As developers in the 1990s, we became accustomed to migrating applications from one version of VB to the next. We expected Microsoft to continually provide new VB releases that addressed feedback from the developer community (also known as 'identified bugs'), made VB software developer... Sep. 13, 2004 12:00 AM EDT Reads: 12,459 | By Scott Golightly At one time or another, most applications have to determine when a certain subroutine or function is executed and inform the user when an important event or an error occurred. Over the years, clever developers created different methods for these kinds of notifications. At some point in... Sep. 13, 2004 12:00 AM EDT Reads: 22,329 |
|
|
|
|