/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Since Office 2007 Beta 2 came out, one thing that pops up now and again in the blogosphere is that you can now write blog posts directly from Word 2007. I haven't bothered to try it yet, mostly because I'm not much of a Word (or Office) user - and I'm happy writing blog posts using the web-based authoring tools that come with Community Server. But I've been thinking about it, and there's something that I think is a little off kilter. What is Word for? It's for writing documents. Generally ... [ read more ]
okay, so I posted about the If low < x < high Then syntax.  The smart people got it.  But now comes the big question. Under what circumstances will this code give a different result in VB6 compared to VB.NET.   If low < x < high Then   MsgBox ("true") Else   MsgBox("false") End If     Share this post: email it! | bookmark it! | digg it! | live it!
I recently downloaded the previews of the tools in Microsoft® Expression® : http://www.microsoft.com/products/expression/en/default.mspx While I've only spent a couple of minutes with the two products (Interactive Designer and Web Designer) I have to say I'm pretty impressed. Get ready for a HUGE learning curve to get up to speed with how interfaces will work in Vista (and here I haven't even got up to speed with the 2.0 version of the Framework! :( ). I'm sure I'll be ... [ read more ]
yesterday I asked people what does the code 2 < 1 < 5 produce.  Much to my amazement everyone seemed to get it right !!  I must admit when the syntax was pointed out to me just the other day I really didn't expect to see what I saw. Admittedly, the syntax I used was low < x < high, still it wasn't until I fed it values for x above high or below low that I realized the syntax was doing other than I what I expected.  Yes it was always True, regardless of the value of ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC