vbCity
Migrating to the new kind of Visual Basic Developer Community

Blogs

  • Visual Studio 2005 is configuring the environment for first time use

    Every now & then I would get the first time launch message appearing when I was starting up VS 2005, which wasted lots of time & I finally got around to googling a solution. It turned out that it was a problem with using roaming profiles ( I switch...
    Posted to skullcrusher by Admin on 04-11-2007
  • How to set SharePoint People Picker default value to current user through javascript

    I found this great POST by the SharePoint Designer team for “Using Javascript to Manipulate a List Form Field”. Unfortunately it didn't work very well for People Picker fields which is exactly what I needed to do today. After some trial...
    Posted to skullcrusher by Admin on 04-10-2008
  • Metallica's Sick of the Studio Tour

    I was very lucky to attend the Metallica "Sick of the Studio Tour" on Sunday 8th July 2007 at Wembley Stadium, I was even luckier to be watching it from the comfort of Microsoft's Executive Box. There were a number of people there ranging...
    Posted to djjeavons by Admin on 07-10-2007
  • WPF Missing In Action - The Button PerformClick Method

    PerformClick is one of the many casualties of a move from Windows Forms to WPF. Of course, it's probably not something you would need to use often, but just in case you do then there is a way. It's not a very intuitive way and - had it not been...
    Posted to xtab by Admin on 11-15-2008
  • WPF: How To Hide the Minimize and Maximize Buttons

    For some time now, I've been promising myself that one day I will create a list of what I like to think of as "WPF MIA" - those basic elements that I am totally familiar with in WindowsForms, but which somehow seem to have disappeared into...
    Posted to xtab by Admin on 10-22-2008
  • Tables in a Windows Presentation Foundation FlowDocument

    vbCity Leader (and Microsoft MVP) Ged Mead showed how to create a FlowDocument in his article published on devCity.com. I got the challenge recently to display a data inserted in a table in a flowdocument. So I embarked on my quest. I knew that what I...
    Posted to canoz by Admin on 10-08-2008
  • Automatically resize a Windows Presentation Foundation Form.

    Once again it seems that a post from vbCity is to be fodder for a post here. Although not part of the original query by vbcity member quicksun, the question of getting a Windows Presentation Foundation (WPF) Form to be resized as the expander control...
    Posted to canoz by Admin on 08-17-2008
  • Setting background colours with Windows Presentation Foundation

    I don't think I will ever get over just how much easier it is to do some things in a Windows Presentation Foundation (WPF) application than it is in a Windows application. I was messing around with changing the background colour of a button to see...
    Posted to canoz by Admin on 07-16-2008
  • Get list of site users in InfoPath form

    Having got past the last hurdle I then had a need for getting a list of all the site users into a Drop Down list which has spawned this second article
    Posted to skullcrusher by Admin on 12-20-2006
  • View State Analyzers

    I have recently been trimming down View State from some pages in an ASP.NET application and was looking around for tools that could help me decide where the majority of the View State was coming from. I have found some Gems and figured I would list them...
    Posted to djjeavons by Admin on 06-22-2007
  • Another Gotcha! - Select Case Using a Range of Integers

    I never cease to be amazed at how many ways you can fool yourself into thinking that your code will do one thing, but in fact it does something completely different. Sometimes the subtlety of the error is so fine that you can spend ages trying to work...
    Posted to xtab by Admin on 07-06-2008
  • TabControl with WPF and Visual Basic.NET 2008

    A while back I posted up about showing more interesting content on that tab of a tab control using Windows Presentation Foundation (WPF). In the example that I posted, I created the custom look of the tab control just using XAML and I thought that it...
    Posted to canoz by Admin on 07-05-2008
  • TabControl with WPF and Visual Basic.NET 2008 revisited

    When I last visited the TabControl project, I changed it so that the look of the Tab content was done via VB. One thing that has been niggling at me since was how the first Tab content was done. The content on the Tab was still entered on the XAML code...
    Posted to canoz by Admin on 07-10-2008
  • WPF FlowDocuments and Using WPF Controls in Windows Forms

    I get a reassuringly high number of hits on my WPF blog items, so I guess they're proving useful to a few people out there. So it just occurred to me that I should maybe include a link here in my blog to a couple of WPF articles that I've written...
    Posted to xtab by Admin on 07-15-2008
  • Copy Source As HTML

    I am not sure if this is old hat or not, but I regularly use the Copy Source As HTML addin in Visual Studio 2005 to post nicely formatted code samples. However, I have now got a new laptop loaded with Vista and VS 2008 and to my horror, my old install...
    Posted to djjeavons by Admin on 01-21-2008
1 2 3 4 5 Next >
Copyright 1998-2009 vbCity.com LLC