Showing tag results for VB2005

Mar 22, 2007
Post comments count0
Post likes count0

Coding a Euchre Game, Part 7: Total Logic (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Coding a Euchre Game, Part 7:  Total LogicSince I’ve been concentrating on specific VB functionality, you may have noticed that the one topic I haven’t really drilled into yet is game logic, and yet it’s central to what a game is all about.  Games have certainly gotten more sophisticated over the years, and yet that soph...

Mar 20, 2007
Post comments count0
Post likes count0

Coding a Euchre Game, Part 6: Pump up the volume (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Coding a Euchre Game, Part 6:  Pump up the volume Ever since Commodore first introduced the SID chip to their line of PCs way back in the earlier 80’s, sound has been an important experience in any computer game.  What’s particularly exciting to me is that audio has caught up to graphics as far as game relevance goes – I can’t imagine Pla...

Mar 19, 2007
Post comments count0
Post likes count0

Coding a Euchre Game, Part 5: Modality is a crutch (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Coding a Euchre Game, Part 5: Modality is a crutch It’s really tempting to rely on modal dialogs in a program.  It forces the user to pay attention to what you feel is the most important thing.  However, modal dialogs can also be frustrating to users and you should be careful about when you use them.  To illustrate this point, let’s ...

Mar 16, 2007
Post comments count0
Post likes count0

Coding a Euchre Game, Part 4: Tooltips and Menus (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Coding a Euchre Game, Part 4: Tooltips and Menus Menus and tooltips are so incredibly important to applications, and yet implementing them sometimes seems to be arcane magic.  In this post, I’m going to do my best to demystify them. Menus To add a menu, you simply drag a MenuStrip control from the toolbox to your form.  As with the Timer ...

Mar 14, 2007
Post comments count0
Post likes count0

Coding a Euchre Game, Part 3: Timers (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Coding a Euchre Game, Part 3: TimersIn my previous posts regarding the Euchre game creation, I discussed some issues with creating a complex form and maintaining images to be shown on it.  In this posting, I’m going to start covering some of the more esoteric controls.Timers and Message PumpsTry this:  go to your Programs menu in Wi...

Mar 13, 2007
Post comments count0
Post likes count0

Coding a Euchre Game, Part 2: Show me the cards! (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Coding a Euchre Game, Part 2: Show me the cards! In my previous post, I discussed using control-drag to speed up the design of a form which uses lots of similar controls.  In this post, I’m going to discuss displaying images on those controls. Now, the face of each card is going to need an image, and you’ll also need one image for the back of ...

Mar 13, 2007
Post comments count0
Post likes count0

TableAdapter and Multiple Result Sets

VBTeam
VBTeam

Several people asked me whether TableAdapter can be used to retrieve multiple result sets from stored procedures. The quick answer is... No, you can't do that with TableAdapter.Fill() method that gets generated as a part of Typed Dataset. But there's a very simple work-around. DataAdapter.Fill() & Multiple Result Sets TableAdapter.Fill() method...

Mar 12, 2007
Post comments count0
Post likes count0

Fun with card tricks (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Back when I first started writing code, I got interested in game writing, and was fairly sure I could write out text-based games as well as the other offerings one could find on mainframes and, later, on the Commodores/TRS/Apples of the day.   The flow of those games were really very easy – you’d present a block of text to the user to rea...

Mar 8, 2007
Post comments count0
Post likes count0

Making your VB code ready to go global (Matt Gertz)

Anthony D. Green [MSFT]
Anthony D. Green [MSFT]

Greetings, all! I’m Matt Gertz, the Dev Manager for Visual Basic team.  I’ve been on the team for a bit over 12 years, via the Blackbird/Visual InterDev side of the product, and in that time have been a dev on various features (mostly IDE-related), dev lead of deployment, dev lead of compiler, and box lead before my current responsibilities as...

Jan 3, 2007
Post comments count0
Post likes count0

Visual Studio 2005 SP1 and Visual Basic 2005 Command-line Compiler (VBC.exe) Hotfix Released!

VBTeam
VBTeam

Visual Studio 2005 SP1 is now available for download.  We’d like to thank everyone in the Visual Basic community for providing feedback on SP1 and helping us identify and address issues for this service pack.  In some areas, more than 50% of the bugs addressed were reported by customers through the MSDN Product Feedback Center.&nbs...