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
DSN connection to VS 2012
hello, till date i am working only on VB 6 but yesterday u hv downloaded visual studio 2012 and want to update and upgrade myself in vb 6 i used to create a DSN (through ...5 Replies | 74 Views | Created by Rakhesh Hegde - Friday, November 08, 2013 10:02 AM | Last reply by Paul P Clement IV - 2 minutes ago -
Unanswered0Votes
Form.Size weired behavior when FormBorderStyle set to non-default
Hi all, first my environment: Win8.1, VS2012 w/ Upd 3, Windows Forms Application I found a really strange behavior of Form.Size property. It ...1 Replies | 40 Views | Created by Dr. Sung - Friday, November 08, 2013 7:57 AM | Last reply by Eason_H - 9 minutes ago -
Unanswered0Votes
Hot spot images designing with BLEND
Hi there, I'm using Blend 2013 for creating different path for my hot-spot image. I would like (I do not how to do that and if it is possible) to keep the same ...2 Replies | 48 Views | Created by Enric Vives - Friday, November 08, 2013 6:44 AM | Last reply by Srithar - 17 minutes ago -
Unanswered0Votes
Problem running an application
We have an application installed on our server (Windows Server 2008 R2). If you log in as any user/administrator, you can run the program, and open multiple instances of it. If 2 users/administrators ... -
Unanswered0Votes
Draw rectangle problem
I want draw a rectangle in the textbox border when the cursors is focused and will revert to origin when lost focus. Below is my code. ''Global ...4 Replies | 83 Views | Created by ckjason - Sunday, November 10, 2013 1:39 AM | Last reply by Mr. Monkeyboy - 24 minutes ago -
Answered1Votes
Converting a string to a byte array
Hi, I have a string s="1,2,3" I want to convert it to byte array {1,2,3} please ...2 Replies | 73 Views | Created by RobbieDotNet - Friday, November 01, 2013 1:51 PM | Last reply by RobbieDotNet - 33 minutes ago -
Unanswered0Votes
Scrolling and Sorting problem in datagrid -wpf
In my wpf application datagrid sorting and reordering columns works perfectly when my scroll is on top, but when i scroll down sorting and reordering columns ...3 Replies | 69 Views | Created by NikitaP - Friday, November 08, 2013 5:50 AM | Last reply by Harjohn - 37 minutes ago -
Unanswered0Votes
how to change the color of listbox or listview item indicators/highlighted item ?
hai I need to change the back color of the highlighted items ( ie in below figure , highlighted item pad,backcolor in sky blue color and forecolor in white ...3 Replies | 70 Views | Created by DivisBalaji - 14 hours 22 minutes ago | Last reply by DivisBalaji - 40 minutes ago -
Unanswered0Votes
how to plot a line in wpf graph with the help of listbox.
i want to add a horizontal line to graph(marked with yellow) that line should function according to the value in list box(highlighted in 2nd image) , as we change the value of list ...2 Replies | 75 Views | Created by avinashk89 - Friday, November 08, 2013 1:37 PM | Last reply by Jimmy Yang - MSFT - 53 minutes ago -
Unanswered0Votes
Message refuses to go to custom dead letter queue
My environment is Windows 7 64 bit, .Net 4.0. I am experimenting with custom dead letter queue using net.msmq binding. The binding has the ...3 Replies | 82 Views | Created by Qiu, Wenning - Thursday, November 07, 2013 4:21 PM | Last reply by Amy Peng - MSFT - 1 hour 0 minutes ago -
Unanswered0Votes
create a totally hidden folder in windows vista/7
I am using VB.net 3.5 windows 7 64-bit I want to create a file/folder that is completely and totally invisible in windows explorer, even with show hidden/system files turned ... -
Answered0Votes
Why after removing the code of mouse wheel event to a new classes the mouse wheel event not working ?
In form1 i have: private void Form1_MouseWheel(object sender, MouseEventArgs e) { PbsWheel pbsw = new PbsWheel(pbs, ...2 Replies | 50 Views | Created by Chocolade1972 - 2 hours 6 minutes ago | Last reply by Chocolade1972 - 1 hour 8 minutes ago -
Unanswered0Votes
How to prevent untrusted code from calling my assembly
I would like to know how to allow only trusted assemblies to call my code. I know that I can use CAS to do this, but I also know that system has changed significantly recently. What is the current ...1 Replies | 61 Views | Created by GregP55305 - Saturday, November 09, 2013 12:34 PM | Last reply by Hetro wong - MSFT - 1 hour 10 minutes ago -
Unanswered0Votes
Two Calls to WebBrowserControl.NavigateToString() break the control?
Win7, VS2010 Called from a button push.... Why does this ...4 Replies | 79 Views | Created by Darren_SE - Thursday, November 07, 2013 2:26 AM | Last reply by Jimmy Yang - MSFT - 1 hour 12 minutes ago -
Unanswered0Votes
WCF Single Endpoint with multiple contracts client Intellisense
Hi, I was able to implement a single endpoint on a WCF service with multiple contracts. I have a common interface that implements all my logical services as interfaces. This works ...3 Replies | 140 Views | Created by Vish Kakkar - Friday, November 01, 2013 6:06 PM | Last reply by Amy Peng - MSFT - 1 hour 14 minutes ago -
Unanswered0Votes
How to check if client's machine is 32 or 64 bit ?
I am using Visual Studio 2010. In my ASPX page, I need to check if the client's machine is 64 bit or 32 bit. Is Environment.Is64BitOperatingSystem going to check ...2 Replies | 109 Views | Created by aujong - Wednesday, November 06, 2013 5:05 PM | Last reply by Lilia gong - MSFT - 1 hour 15 minutes ago -
Unanswered1Votes
Trying to UPDATE cells in Excel 2010 2013 using ACE.OLEDB.12.0 but only 1st row is updating
I am trying to update an individual cell in excel, following code perfectly works on excel 2007 and I dont even need to install AccessDatabaseEngine! its working as it should! but when I run ...6 Replies | 98 Views | Created by parsaie - Thursday, November 07, 2013 4:28 AM | Last reply by PaulLinton - 1 hour 19 minutes ago -
Unanswered0Votes
click on the On-Screen Keyboard
I would like to be able to click on the On-Screen keyboard to send keys. I have tried to activate it as the foreground window and used mouse_event from user32.dll to emulate ... -
Unanswered0Votes
Documentation on WMI interface
I have built an application to modify the routing table in Windows PC, largely by experimentation. I would really like some documentation that goes into the specific WMI classes and explains ...3 Replies | 237 Views | Created by meadams5 - Thursday, September 26, 2013 3:40 PM | Last reply by DarkSoroush - 1 hour 41 minutes ago -
Unanswered0Votes
out parameter in EndInvoke is null when exception is thrown
Hello, in the code example below, if MyMethod throws an exception, the out parameter 'outParam1' is null when BeginInvoke/EndInvoke is used, but works as expected when called ...1 Replies | 53 Views | Created by MarkyMark58 - Friday, November 08, 2013 1:31 AM | Last reply by Caillen Zhong - 1 hour 43 minutes ago - Items 1 to 20 of 315148 Next ›