sonovo's Q&A profile
Visual C# Default Tab Settings in C#
OK, so I am coding away happily in RC1 for a week or so and get the team to begin the switchover process. I check out source code and all of a sudden I notice things are not aligned correctly. Come to find out, the default 05 setting is that tabs are converted to spaces. That's fine as long as people all use the same indention level (default 4), but one change and all %^&* breaks loose. This is new and they have reverted back to a setting is ...Show All
Visual Basic MonthCalendar Previous Month
I am using a MonthCalendar control. My default calendar dimensions are 1,3 (i.e. 3 months vertically) As of now on form load, it always starts displaying the current month and two months after. How can I make it load the 'previous month' , 'current month' and 'next month', in that order Thanks in advance. Thank you for living up to your name! It worked. ...Show All
.NET Development Application has generated an exception that could not be handled
I have an application developed by .net framework 1.0 , the application works fine on my development machine , but on the non-development machine (the customer machine) the application sometime crashes giving this error message , note that i handeled the unhandled exceptions in my application and that also there is no a particualr scenario that produces this exception. So does anyone have any ideas about what could be the reason for this e ...Show All
Visual Studio Team System Download Team Foundation Server
Can I get a link to download the beta2 of Team Foundation Server I have vs 2005 beta 2 suite but it seems it doesnt have the team foundation server. I downloaded 3.6gb for nothing I am not MSDN subscriber but I think that downloading betas and use them for learning must not be illegal. Thanks I don't believe the TFS download is available except to MSDN subscribers. If you order the Beta 2 DVDs, you'll get the beta 2 version TFS as w ...Show All
Visual Studio 2008 (Pre-release) ANN: View a fully functional Clock demo using WinFX on the Internet
The XAML for the following demo was authored in the Mobiform XAML Designer Aurora Beta 7.3, which supports the November CTP. The demo is a clock that keeps real time, based on your internal computer clock. http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap Aurora is available as an embeddable component for XAML authoring in your application. Mobiform is also available to help with your WinFX development, contact us for more detail ...Show All
SQL Server SQL Server
I would like to know how to upload files to my SQL Server 1. Make sure you installed Integrations Services 2. Use dtswizard.exe or SQL Server BI Dev Studio ...Show All
SQL Server data driven subscription does not work
I defined a data driven subscription based on a query which returns a list of compagnies (90). For each one, the subcription has to fire a report which extracts the order for the compagny. After lauching the subcription (apply button , the subscription status is Processed 0 for 90, 0 errors I do not get any error message. The report works fine via a subscription base on calendar (with a compagny by default), but not via the data driven ...Show All
.NET Development Redistributing the .NET framework SDK
Hi there - Is the .NET Framework SDK redistributable (all 350 some-odd megs of it) Or just the framework Thanks, - Chris Hello Chris, Just the Framework libraries are created in a redistributable and installable format. If you can further explain what you are trying to accomplish, we might be able to offer more guidance. I would recommend posting in the Visual Studio Setup Forum for setup/redist related questions, though. Hope ...Show All
Visual Studio Team System TFS Project status
Could you tell me which are the possible status for a TFS Project and wichi is the meaning of each status . I have found projects with status "Well Formed" or "New", When I create a project, and something fails, which status is assigned to that project Thanks The web service WSDL states that valid strings to return are "New ", " WellFormed" or " Deleting". I think those s ...Show All
Smart Device Development Voice Command and Mobile PC
I am about to begin developing an application for Mobile PC that requires the user to dictate a string of letters and numbers into the computer and have that string of number and letters appear on the form. Is Voice Command 1.5 capable of this I have read the rather sparse manual that comes with the software and it looks like it is only capable of predefined operations, however, I am hoping someone has had experience with this type of operation ...Show All
Visual C++ Sending Packets to a target program while doing something.
Hi BladeMaster! Hello, I've been wondering, lately I've been working on a program that sends keys to the active window but now I've come to the decision that I want to do other things while the application I built sends the packets to the window. Is there a way to send packets to a chosen application while doing something else in the meantime in VC++ Please help. You can start an other thread. Win32-API: Creat ...Show All
Windows Live Developer Forums Launch count
Why have the launch counters been removed from the site I know that for the contest only launches till december 31th counted, but isn't is possible to keep counting My app was added after december 31th, but I'm wondering how many people are using it. And I think other app developers here would like to see the same... I can't imagine a reason why we aren't allowed to see the launches anymore, so is it possible to ...Show All
.NET Development DataTables and NULL values
Hi there, My question is how do I handle reading NULL values from non-string columns from a datatable I'm using Visual Studio 2005. I have a datatable that I fill from a table in SQL server. Many of the columns are nullable and that is reflected by the AllowDBNull property on each of the columns in the datatable. However when I access the values in a data row I get an exception. This is obviously because the NullValue property on the ...Show All
Visual C++ Compiling Lib
Hello there, There is a library program that I am trying to compile using VC++ version 6. Followed this instructions: "Here's step-by-step instruction posted by one of the list subscribers: good luck >>> Subject: FW: [Quantlib-users] Installing QuantLib using Dev-C++ 4.9.9.2: WORKING From: "xxxxxx" <xxxxxx> Add to Address Book To: quantlib-users@lists.sourceforge.net Date: Wed, 13 Jul 2005 12:12:41 +0800 ...Show All
Visual C++ disable manifest stuff?
is it possible to diable the manifest stuff so i can run my application on another computer with out .net. So just my exe and a bunch of dll's if they are needed. I've found some threads that discuss copying manifest files and renaming them and shit, but that really sucks, and doesnt even work for me. I cant manage to get a simple printf("hello"); working on another machine! so i've tried a release build using the default project from the projec ...Show All
