Visual Basic announcements
-
Link
This forum is for problems and discussions related to programming with VB inside Visual Studio for versions starting with the .Net version (2002). Before posting your question, check if your issue is related to the following categories. In order to get better response, take a look at How to Use this Forum.
Category
Appropriate forum
Other versions of Visual Basic
GUI related
ASP.Net forums (ASP and VB for MVC)
Forms Design and .Net Controls
SQL transact
3rd party products
.NET Framework Class Libraries
Windows
WCF, System.Net namespace and remoting technology
Windows Communication Foundation, Serialization, and Networking
If you have any suggestion to this table, please jump into this threadfor discussion.
You could share this announcement via this URL: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?announcementId=b5956386-b706-4180-b003-6e778f582d89#b5956386-b706-4180-b003-6e778f582d89.
Windows Presentation Foundation (WPF) announcements
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
Claims based access platform (CBA), code-named Geneva announcements
-
Link
The Federated Identity ”Geneva” team is happy to announce the release of Microsoft code name “Geneva”, an open platform for simplified user access based on claims. This release consists of three components: Geneva Framework for .NET developers, Geneva Server for IT Pros, and Windows CardSpace “Geneva”.
You can find all of our installation downloads and supporting documentation for each component of the Geneva platform on the “Geneva” Connect site.
Windows Communication Foundation, Serialization, and Networking announcements
-
Link
Do you have ideas you would like to share with us? Do you always think it would be cool if WCF could do this? Here is an opportunity for you to contribute - http://tinyurl.com/wcfvnext
Thanks!
.NET StockTrader Sample Application announcements
-
Link
The new 6.0 version, which can live side-by-side with the 5.5 version, is now live. Visit http://msdn.microsoft.com/stocktrader to download the source code with automated setup wizard.
You can read the technical whitepaper about it, including the mobile client architecture, and support for SQL Database Federation here.
You can view the application running live on Windows Azure (new HTML 5/MVC client) at https://azurestocktrader6.cloudapp.net; or the classic ASP.NET Web Forms client at https://azurestocktrader6classic.cloudapp.net.
The download also includes Configuration Service 6.0, which adds support for Azure Service Bus. You can access ConfigWeb 6.0 to explore the live deployment at https://azureconfigweb6.cloudapp.net.
-Greg
-
Link
The updated StockTrader 5.5 sample is now available for download and setup. This replaces the 5.0 release of StockTrader. The installer can be downloaded from https://azurestocktrader.cloudapp.net or http://msdn.microsoft.com/stocktrader.
This new download includes the new Configuration Service 5.5 assemblies and ConfigWeb 5.5. Configuration Service 5.5 is backward compatible with 5.0 configuration repositories. You will want to rebuild solutions implementing Configuration Service 5.0 with the new 5.5 shared libraries.
StockTrader 5.5 What's New
The big change is support for Windows Azure SQL Database Federations. Federations allows horizontal partitioning, also called sharding, of the Azure SQL Database data tier. You will note that we have also split the previously single database into two separate physical databases: a QuoteDB and an AccountDB. By default after install, neither will be federated. You can use the new \stocktrader\builds\SQL_Loader\TradeSQLLoader.exe to create new QuoteDB/AccountDB databases, and choose the number of federation members when creating the initial databases. You can then deploy (to Azure) and then use the \stocktrader\databaseloaders\TradeSQLAzureLoader application to load data into the federated databases.
The single DAL layer works now against on-premises SQL Server (including SQL Server running in an Azure Virtual Machine); non-federated Windows Azure SQL Database, and federated Azure SQL Databases.
Configuration Service 5.5 What's New
Configuration Service 5.5 has various bug fixes, and especially enhancements to the SQL retry logic in the SQLHelper Class. Solutions using Configuration Service 5.0 should be upgraded to the new 5.5 assemblies, as well minor updates have been made to ConfigWeb.
Coming Soon: StockTrader 6.0
Within the next few weeks, a new version of StockTrader will also be available: StockTrader 6.0. StockTrader 6.0 does not replace StockTrader 5.5; but rather is a new Azure-only implementation, and it is not backward compatible with 5.5. You will be able to do side-by-side installs. Both will remain on the MSDN site. The coming Config Service 6.0 version adds support for Windows Azure Service Bus bindings, and StockTrader 6.0 can optionally be configured to use Service Bus and reliable messaging for order processing. In addition, RESTFUL web services are used in the new Business Logic layer, and the service can serve as the cloud-based backend for new StockTrader 6.0 clients that will be included in the download: Windows 8 Modern UI client; HTML5 ASP.NET/MVC client, Windows Phone client, Android client, and IPhone client.
If you have setup issues, or questions about the sample once it is installed this is the place to post them. Thank you!
-Greg
Visual C# announcements
-
Link
This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.
Please post any GUI related questions to the target forum:
Windows Forms General
Windows Presentation Foundation (WPF)
ASP.Net forums
depending on what you are working on.
The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
AppFabric Caching announcements
-
Link
This forum is dedicated to answering questions about using Windows Server AppFabric caching on-premises. Microsoft recently announced a CTP of Windows Azure AppFabric Caching, which allows you to use AppFabric caching features in the cloud. If you want more information about the Windows Azure AppFabric Caching CTP, see the documentation, http://go.microsoft.com/fwlink/?LinkID=205141, or this blog post, http://blogs.msdn.com/b/windowsazureappfabric/archive/2010/10/28/introduction-to-windows-azure-appfabric-caching-ctp.aspx.
If you are trying to ask a question on the forums about the Windows Azure AppFabric Caching CTP, go to the Windows Azure Platform forum portal, http://social.msdn.microsoft.com/Forums/en-US/category/windowsazureplatform.
Thank you.
Jason Roth
Senior Programming Writer, Microsoft
-
Unanswered0Votes
how could i make this piece of converted VB code work?
private void Button1_Click(System.Object sender, System.EventArgs e) { try { foreach (string Item in System.IO.Directory.GetFiles("D:\\Users\\allan\\Videos", ...1 Replies | 10 Views | Created by J.A.G Productions - James Allan Grice - 9 minutes ago | Last reply by PaulLinton - 4 minutes ago -
Unanswered0Votes
How to do a single-space in Access SQL commandtext in code?
I forgot how to do it but I remember putting ",," in the commandtext code then pressing Enter(single-space) so I will not scroll through the long vertical scrollbar It is ... -
Unanswered0Votes
Using dynamically added scrollbars
I have successfully added a bunch of scrollbars to a form, and they properly respond to mouse clicks and drags. I'm trying to hook them up to a handler-routine, so as to smoothly control parameters ...1 Replies | 36 Views | Created by Walter Snafu - 49 minutes ago | Last reply by Acamar - 13 minutes ago -
Unanswered0Votes
.Net remoting
Hi, why .net remoting is platform dependent ? what internal work happens, when two process communicates ?3 Replies | 100 Views | Created by Alavudeenbatcha - Thursday, September 12, 2013 8:26 AM | Last reply by Alavudeenbatcha - 25 minutes ago -
Unanswered0Votes
WPF Application Caching
Hi, I am looking for a way to cache data in a WPF application. The process works like this: I make a call to a web service, and retrieve customer information. I ...2 Replies | 6360 Views | Created by sianan - Wednesday, November 22, 2006 6:55 PM | Last reply by Bazmi - 26 minutes ago -
Unanswered0Votes
How do I use an IList or an IListSource with a string array from my Resources?
Hi Everyone! I have a string array in a resource file. But the trouble is it does not want to populate the ComboBox and gives me an error of "Complex DataBinding accepts as a data ... -
Unanswered0Votes
An Array in a resource File?
How do I place an array in a resource file and use it as such? I tried pulling a string like this Me.MaterialSizeComboBox.DataSource = MyString1 but it was giving me an error of ...1 Replies | 34 Views | Created by Adam Jungers - 55 minutes ago | Last reply by ThankfulHeart - 42 minutes ago -
Unanswered0Votes
Get data transfer information of the files copying to USB drive
Hi, I have to create an application that contains the information about the data copied from USB Drive to Hard Drive and vice-versa. Means 1. When ...1 Replies | 65 Views | Created by Kapul Bhatnagar - Friday, September 13, 2013 10:44 AM | Last reply by Tim Roberts - 1 hour 15 minutes ago -
Unanswered0Votes
Marker Location in Google Maps
Is it possible to have something so that the user could drag a marker (pin) over a location on Google Maps and get a result of what the state and county is and also the city. (City need to be returned ... -
Unanswered0Votes
Pass In Structured Parameter to Typed DataSet
Is there a way to use a SQL Server user defined table type with a typed dataset in VB.NET? I want to configure my TableAdapter with the following SQL. Where @ProductLabor is a ...1 Replies | 47 Views | Created by Ryan0827 - 3 hours 30 minutes ago | Last reply by ThankfulHeart - 1 hour 21 minutes ago -
Answered2Votes
Text file connection to datagridview
Public Class BasketDisplayForm Private Sub BasketDisplayForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim basket As New ...3 Replies | 44 Views | Created by Arnel630 - 15 hours 53 minutes ago | Last reply by Arnel630 - 1 hour 32 minutes ago -
Unanswered0Votes
Anti monitoring code in C#
I am writing a C# code and I am having my licensing solution. I would like to prevent monitoring of my C# code with tools like FileMon and RegMon. Is there a way to do that and ...5 Replies | 147 Views | Created by Mark_55_55 - Sunday, September 08, 2013 5:27 AM | Last reply by Tim Roberts - 1 hour 59 minutes ago -
Unanswered0Votes
Superodinate term for reference and object
Hi, maybe I forgot it, but not everything that is data and occupies memory is an object because there are also references. So, what is the superordinated term for references and ...16 Replies | 126 Views | Created by Armin Zingler - 8 hours 32 minutes ago | Last reply by Topdog224 - 2 hours 12 minutes ago -
Unanswered0Votes
How can i download images from a website when the images are in loop on the site ?
This is the website: http://www.sat24.com/foreloop.aspx?type=1&continent=europa# The images there are moving in a ...1 Replies | 54 Views | Created by Chocolade1972 - 9 hours 52 minutes ago | Last reply by Tim Roberts - 2 hours 18 minutes ago -
Unanswered0Votes
USB interface
I'm very new to this. I have a embedded system. That can receive data through USB. Now I want to send data to it from PC. How can I send, I should not use the VID, PID, It should be generic and ...2 Replies | 60 Views | Created by Pasupathi - 12 hours 36 minutes ago | Last reply by Tim Roberts - 2 hours 25 minutes ago -
Unanswered0Votes
Utility that shuts down computer?
I need to create a small app (console or Windows) that automatically shuts off the computer, no questions asked. The OS can range from WinXP to Win 7. We have some laptops that will ...1 Replies | 45 Views | Created by vmhatup - 7 hours 44 minutes ago | Last reply by Tim Roberts - 2 hours 36 minutes ago -
Unanswered0Votes
KEYEVENTF_KEYUP not releasing keys as expected
Hi, I'm using keybd_event from user32.dll to simulate Ctrl+Alt+Up keystrokes. Here is my code: public const int ...4 Replies | 99 Views | Created by Woohoooo - Friday, September 13, 2013 9:48 AM | Last reply by Tim Roberts - 2 hours 41 minutes ago -
Unanswered0Votes
.NET 4.5 new Uri unescaping double dot when there's inverted question mark
I have the next problem. I'm trying to post the an status to twitter that contains an inverted question mark and a link. For instance, ...1 Replies | 104 Views | Created by aamarber - Friday, September 13, 2013 7:01 AM | Last reply by Damon Bu - MSFT - 2 hours 52 minutes ago -
Unanswered0Votes
Executing a windows speech recognition macro (*.wsrmac file)
I want to execute WSR macros within an "in-proc" recognition engine, not the desktop engine. Does anyone know how to do this?1 Replies | 70 Views | Created by treefittae - Friday, September 13, 2013 4:59 AM | Last reply by Damon Bu - MSFT - 3 hours 17 minutes ago -
Unanswered0Votes
HOW CAN I MAKE SAME LIKE THIS CLASS FOR STORED PROCEGER
I WANT MAKE LIKE THIS FOR STORED PROCEGER Public Function RUN_MDL(stmt As String) As ...1 Replies | 49 Views | Created by acc.khaled - 8 hours 56 minutes ago | Last reply by Topdog224 - 4 hours 16 minutes ago - Items 1 to 20 of 310847 Next ›