DotNetShoutout - Stories tagged with Visual Basic
1
Shouts

ASP.NET MVC 3, Razor-C#, and VB.NET WebForms - ActionLink, RenderPartial, and RenderAction in WebForms

published 71 days, 14 hours, 45 minutes ago posted by Matt_TCFMatt_TCF 76 days, 17 hours, 42 minutes ago
Wednesday, March 14, 2012 7:55:55 AM GMT Friday, March 09, 2012 4:59:15 AM GMT
Today I’m going to show you how to use MVC helper methods in your ASP.NET WebForms markup. Why would you want to do this? Maybe you're in the same boat I'm in, working on a project that has an extensive investment in WebForms, and a wholesale migration to MVC is just not possible. With a little bit of black magic, I'll show you how to make strongly-typed action links, render partial Razor views, and render complete MVC actions within a standard ASP.NET WebForms application. (more)
category: ASP.NET | clicked: 12 | comment | | source: trycatchfail.com
tags: WebForms, Visual Basic, MVC
3
Shouts

Advanced Dotnet Tutorial: Store data in windows resource files

posted by learndotnet123learndotnet123 535 days, 16 hours, 36 minutes ago
Monday, December 06, 2010 6:05:04 AM GMT
Have you ever wondered where the icons, pictures, cursors etc. from your forms are stored when Visual Basic isn't open? They are stored in form's .frx-file. All the infomation is stored in binary format using a method called property bags, and you can also use this extremely simple interface to store and extract multiple sources of data. Text, numbers, boolean values, icons, pictures, fonts - you name it, it can handle them all! It's almost too simple, just read ahead. The Property Bag If you've ever m... (more)
category: ASP.NET | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Visual Basic
2
Shouts

Advanced Dotnet Tutorial: Adding Menus at runtime

posted by learndotnet123learndotnet123 540 days, 12 hours, 22 minutes ago
Wednesday, December 01, 2010 10:19:22 AM GMT
IntroductionIn Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime. First you have to create a control array at design time, then at runtime you just load the new controls into the array. Here is the discussion to show you all the steps to handle this.First, how to set up a menu control array at design time. Next, how to add more menus to your array at runtime. Finally,how to handle the click events of all the menus you add at runtime. Open up a proj... (more)
category: ASP.NET | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: menu, Visual Basic, runtime
2
Shouts

WPF Blogger | Visual Basic for Windows Phone Developer Tools - RTW

posted by ParvezParvez 541 days, 7 hours, 26 minutes ago
Tuesday, November 30, 2010 3:14:59 PM GMT
Microsoft has released the RTW version of the Visual Basic add-on. This latest release enables Visual Basic Developers to create Silverlight applications for Windows Phone 7 using the final version of the Windows Phone Developer Tools. You can download the tools from here . System requirements to use these tools areSupported OS: Windows 7 or Windows Vista.Visual Studio 2010 Professional, Premium, or UltimateWindows Phone Developer Tools RTW You can also check out some cool code samples for Windows ... (more)
category: Silverlight | clicked: 0 | comment | | source: www.wpfblogger.com
tags: Silverlight, Windows Phone Developer Tools, Windows Phone 7, Visual Basic
4
Shouts

Advanced Dotnet Tutorial: Creating a graphic tic tac toe game in VB6

published 540 days, 5 hours, 3 minutes ago posted by learndotnet123learndotnet123 541 days, 15 hours, 39 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Tuesday, November 30, 2010 7:01:55 AM GMT
Requirements The application should begin with a form that contains the following elements:-          A label saying "Welcome to Tic-Tac-Toe"-          Two option buttons enclosed in a frame. The captions for the option buttons should be        "X" and "O". The caption for the frame should be "Select 'X' or 'O' and click OK".-          A command button with the caption "OK".When the user clicks OK, exit this form and display the main form (the game board). At the start of each game, the application sho... (more)
category: Web Service | clicked: 1 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Game, Visual Basic
6
Shouts

Microsoft Visual Basic CTP for Windows Phone Developer Tools Tutorial - Jason Zander

published 607 days, 14 hours, 15 minutes ago posted by iftekharahmedamitiftekharahmedamit 608 days, 11 hours, 44 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 10:56:38 AM GMT
Today we announced availability of the Microsoft Visual Basic CTP for Windows Phone Developer Tools. Details of the announcement can be found on Soma's blog. This CTP installs on top of the final Windows Phone Developer Tools announced last week and enables you to write Windows Phone 7 apps in Visual Basic. Installation steps for this CTP are... (more)
category: Foundation | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone Developer Tools, Windows Phone 7, Visual Basic, Windows Phone, Windows Phone 7 Series, CTP
2
Shouts

Visual Basic comes to Windows Phone

published 608 days, 14 hours, 46 minutes ago posted by mikeukmikeuk 609 days, 8 hours, 13 minutes ago
Friday, September 24, 2010 7:54:58 AM GMT Thursday, September 23, 2010 2:27:40 PM GMT
You can now use VB to write Windows Phone apps. At the moment its only an early access program and you can only create Silverlight apps but its enough to demonstrate that VB will be equal to C# the near future. (more)
category: Silverlight | clicked: 0 | comment | | source: www.i-programmer.info
tags: Visual Basic, Windows Phone
8
Shouts

Multi-line Lambdas in Visual Basic – When is Enough, Enough - Beth Massi

published 681 days, 12 hours, 26 minutes ago posted by jantujantu 683 days, 11 hours, 22 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Sunday, July 11, 2010 11:19:25 AM GMT
Now that I’ve been writing code for a while with the latest version of Visual Basic in Visual Studio 2010, I’m at the point where I’ve seen the fun new language features in a variety of applications and samples. One of these fun new features is multi-line and statement lambdas. I favor lambdas anytime I need to write a short code block to do work on another thread or to avoid manually creating a delegate.The opinions expressed here a... (more)
category: ASP.NET | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Basic, article, VS2010, DevCenter
4
Shouts

Free VB6 Migration Tool & Updated VB Developer Center - Beth Massi

published 684 days, 8 hours, 53 minutes ago posted by jantujantu 685 days, 6 hours, 59 minutes ago
Saturday, July 10, 2010 1:48:36 PM GMT Friday, July 09, 2010 3:42:11 PM GMT
just announced some exciting work that we’ve been doing for developers trying to migrate their Visual Basic 6 apps! Good News for VB6 Migration Today we re-launched our VBRun Resource Center for VB6 developers and announced a partner tool from Artinsoft, the Visual Basic Upgrade Companion [VBUC] that you can get for FREE. Check out the details here: Download your FREE version of VBUC with code ‘MSDN’ You’ll also notice that we integrated the VBRun resources into it’s own tab on the Visual Basic Developer... (more)
category: ASP.NET | clicked: 2 | comment | | source: blogs.msdn.com
tags: Visual Basic, VB6, DevCenter
5
Shouts

Using MVCContrib glue to bring Visual Basic WebForms and C# MVC together

published 685 days, 8 hours, 56 minutes ago posted by Matt_TCFMatt_TCF 685 days, 17 hours, 21 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Friday, July 09, 2010 5:20:01 AM GMT
I’ve found myself in the less-than-desirable situation of having to work with WebForms again. After working almost exclusively with ASP.NET MVC for the better part of three years, the inadequacies of WebForms seem even more prominent. While running MVC and WebForms in the same applications is easy enough, we’re facing an added complication: our WebForms application was written in Visual Basic. While you can’t mix-and-match C# MVC and VB WebForms within the same application directly, you can leverage M... (more)
category: ASP.NET | clicked: 2 | comment | | source: trycatchfail.com
tags: ASP.NET MVC, WebForms, MVCContrib, Visual Basic
5
Shouts

Integrate Outlook Appointments with SharePoint 2010 Calendar Lists using Data Services - Beth Massi

published 692 days, 9 hours, 34 minutes ago posted by jantujantu 693 days, 14 hours, 39 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 8:02:25 AM GMT
The other day a good friend of mine asked me if it was possible to send appointments created in Outlook into a SharePoint calendar list. It’s easy enough to grab this data from Outlook by building an add-in with Visual Studio, but what also turned out to be really easy was sending this information to SharePoint using its built-in WCF data services, also known as OData. OData is an open REST-ful protocol for exposing and consuming data on the web. I’ve written before about how we could consume these Share... (more)
category: Foundation | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Office, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
4
Shouts

Me, Myself and I - Objects VB style

published 694 days, 10 hours, 4 minutes ago posted by mikeukmikeuk 695 days, 9 hours, 50 minutes ago
Wednesday, June 30, 2010 12:37:34 PM GMT Tuesday, June 29, 2010 12:51:19 PM GMT
Visual Basic has an interesting approach to objects. We look into the inner workings of Me, My, MyBase and MyClass. (more)
category: Foundation | clicked: 0 | comment | | source: www.i-programmer.info
tags: objects, Visual Basic
5
Shouts

Programming the Task Bar in Windows 7 with WPF 4 Article Series - Beth Massi

published 697 days, 10 hours, 50 minutes ago posted by jantujantu 698 days, 9 hours, 14 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 1:27:11 PM GMT
Last week we published an article by VB MVP Alessandro Del Sole on how to utilize a cool Windows 7 Task Bar feature from WPF. Well this week we published another one on Jump Lists and Ale has promised to deliver even more! So yesterday we added a dedicated page to the Visual Basic Developer Center that has a list of articles, samples and resources for programming in WPF and Windows7... (more)
category: Foundation | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows 7, Community, Visual Basic, WPF, article, VS2010, DevCenter
4
Shouts

Inheritance VB style - Override, overload, shadow

published 707 days, 9 hours, 5 minutes ago posted by mikeukmikeuk 708 days, 8 hours, 22 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Wednesday, June 16, 2010 2:19:33 PM GMT
Inheritance is core to object-oriented programming and VB .NET is 100% object oriented but don’t think that VB just does it the same way as say C#. No, VB has its very own pragmatic approach to inheritance as we explain... (more)
category: Foundation | clicked: 2 | comment | | source: www.i-programmer.info
tags: Inheritance, Visual Basic
2
Shouts

Visual Basic - Programmiertechniken und Lösungen

published 746 days, 13 hours, 18 minutes ago posted by OnkelHorstOnkelHorst 747 days, 5 hours, 41 minutes ago
Sunday, May 09, 2010 9:23:22 AM GMT Saturday, May 08, 2010 5:00:19 PM GMT
VB .NET Download - Download more than 5.500 Source codes (more)
category: Architecture | clicked: 0 | 1 comment | | source: www.visual-basic5.de
tags: Visual Basic, Heinz Prelle, VB .NET
7
Shouts

Sharing the goodness that is VB : Add Spark to Your OData Consuming Data Services in Excel 2010 Part 2 - Beth Massi

published 762 days, 11 hours, 32 minutes ago posted by jantujantu 763 days, 12 hours, 29 minutes ago
Friday, April 23, 2010 11:09:19 AM GMT Thursday, April 22, 2010 10:12:09 AM GMT
Last post I talked about how you can create your own WCF data services (OData) and use PowerPivot to do some powerful analysis inside Excel 2010 as well as how to use the new sparklines feature. If you missed it:Add Spark to Your OData: Consuming Data Services in Excel 2010 Part 1In this post I want to show how you can create your own Excel client to consume and analyze data via an OData service exp... (more)
category: Smart Client | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
6
Shouts

Sharing the goodness that is VB : New Learning Resources on the Visual Basic Developer Center - Beth Massi

published 841 days, 11 hours, 56 minutes ago posted by jantujantu 842 days, 14 hours, 9 minutes ago
Wednesday, February 03, 2010 10:45:04 AM GMT Tuesday, February 02, 2010 8:31:56 AM GMT
A couple months ago we revamped the Learn pages on the VSTO Developer Center with more content that allows you to pivot on more fine-grained topics and tasks under each type of Office solution. And as a result, we’ve had a lot more people finding the content they need.Today we’ve started doing the same type of organization on the Visual Basic Developer Center Learn pages. We’ve started with the Introductory To... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Basic, DevCenter
7
Shouts

A sole developer was able to build a tour costing system's web UI using existing VB6 skills

published 856 days, 9 hours, 2 minutes ago posted by webguiwebgui 858 days, 8 hours, 6 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 2:35:00 PM GMT
"The ease of designing a web page in Visual WebGui is unmatched to any other web solution I have evaluated… "Visual WebGui was easy to get acquainted and got me started with building an architectural plan within few working days. On execution it was satisfying to see a web application coming through faster than expected," said the CEO Rajeev Jha. (more)
category: Ajax | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, Programming, Development, Application, developers, Web, Visual Basic, Travel & Tourism, UI, ASP .NET, Visual Studio, VB6, Ajax, WinForms
12
Shouts

Sharing the goodness that is VB : Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 - Beth Massi

published 888 days, 13 hours, 28 minutes ago posted by jantujantu 890 days, 9 hours, 44 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 12:57:26 PM GMT
Early this year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. If you missed them:Architecture of the Northwind Office Business ApplicationOBA Part 1 - Exposing Line-of-Business DataOBA Part 2 - Building an Outlook Client against LOB DataOBA Part 3 - Storing and Reading Data in Word ... (more)
category: Foundation | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: OBA, Office, Visual Basic, WPF, article, VS2010, DevCenter, VSTO