Browse by Tags

Related Posts

  • Implementing 3D Tic-Tac-Toe game in Visual Basic

    Sometimes looking at past and what you did before makes you happy. Yesterday I was deleting some test projects from my Visual Studio 2003 projects folder and saw my old 3D XO (Tic-tac-toe) game. I wrote it in cloudy years (inspired from a famous novel by Ali Ashraf Darvishian ) in university when I had...
    Posted to Community Blogs (Weblog) by Anonymous on 07-30-2006, 12:00 AM
    Filed under: Practices, Visual Basic, .NET
  • A casing technique in Visual Basic coding

    One of famous common easy techniques in Visual Basic casing structures which is familiar to most of Visual Basic developers is the ability to compare a value with several variables in Select Case statements. It has been pointed many times but as I saw the lack of this technique in someone’s code...
    Posted to Community Blogs (Weblog) by Anonymous on 07-16-2006, 12:00 AM
    Filed under: Visual Basic, .NET
  • Fast scrolling beta for VG.net

    We have released a beta of the VG.net vector graphics system containing fast scrolling enhancments. Click on the image above to run the Scrolling Scalability sample, to see the difference in performance. This demo is built with the 2.0 .net framework. The new ScrollingMode property on Picture allows...
    Posted to Frank Hileman's WebLog (Weblog) by Frank Hileman on 07-12-2006, 12:00 AM
    Filed under: Windows Forms, Vector Graphics, Visual Basic, Visual Studio, General Software Development, C#, .NET
  • Fast scrolling beta for VG.net

    We have released a beta of the VG.net vector graphics system containing fast scrolling enhancments. Click on the image above to run the Scrolling Scalability sample, to see the difference in performance. This demo is built with the 2.0 .net framework. The new ScrollingMode property on Picture allows...
    Posted to Community Blogs (Weblog) by Anonymous on 07-12-2006, 12:00 AM
    Filed under: Vector Graphics, Visual Basic, Visual Studio, .NET, General Software Development, Windows Forms, C#
  • ADO.NET Best Practices Podcast - One of the best on Dr. Dobbs

    I recently received the following email message regarding a Podcast interview I did about 6 months ago: Hi Jackie, Hope all is well! We did an interview with you on VB6 to VB.NET migration back in the early part of this year for .NET Cast. I wanted to give you a short update - the Feb 14th episode "XML...
    Posted to Jackie Goldstein's Weblog (Weblog) by Jackie Goldstein on 07-09-2006, 12:00 AM
    Filed under: Community News, Data Access, Visual Basic, Visual Studio, .NET
  • Visual Basic 2005 for Progammers

    The latest Deitel book (I reviewed a couple of chapters and got a freebie) arrived today. Visual Basic 2005 for Programmers, Second Edition runs nearly 1300 pages and boasts dozens of Microsoft, industry, and academic reviewers. I'm a person who learns to program by hacking about at the keyboard, playing...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 07-04-2006, 12:00 AM
    Filed under: Visual Basic, .NET
  • What's Coming for VB, C#, and ASP.NET in the "Upcoming VS2005 Service Pack (SP1)"?

    Interesting to see that Leslie Giblett, Release Manager on the Visual C++ team is offering specifics about " the upcoming VS2005 Service Pack (SP1) release ." As you see , that team lists the precise issues they're working on for the service pack release. What a great idea! I don't work in C++, but it...
    Posted to Community Blogs (Weblog) by Anonymous on 06-22-2006, 12:00 AM
    Filed under: Visual Basic, .NET, C#, ASP.NET
  • What's Coming for VB, C#, and ASP.NET in the "Upcoming VS2005 Service Pack (SP1)"?

    Interesting to see that Leslie Giblett, Release Manager on the Visual C++ team is offering specifics about " the upcoming VS2005 Service Pack (SP1) release ." As you see , that team lists the precise issues they're working on for the service pack release. What a great idea! I don't work in C++, but it...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 06-22-2006, 12:00 AM
    Filed under: Visual Basic, C#, .NET, ASP.NET
  • Late-Bound Fixed Point

    I wasn’t sure I was going to report a version of Y using Object rather than explicit recursive types, but it turned out to be so easy and pretty that I couldn’t resist. It’s rather a dead-end, evolutionarily speaking, since future development will use the template of the explicit Universal type presented...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-06-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
  • Finally Factorial Fixed Point

    Ok, we have almost everything on hand to write a clean and honest recursion-free factorial in VB, albeit with recursive types. I actually struggled with this for some time, the problem being that we have functions of Long to Long —call those of type df , then functions from df to df —call those of type...
    Posted to brianbec's WebLog (Weblog) by brianbec on 06-05-2006, 12:00 AM
    Filed under: Visual Basic, CLR, .NET
Page 1 of 14 (137 items) 1 2 3 4 5 Next > ... Last »