cool_joe's Q&A profile
Visual Studio Team System Code Analysis Settings
Hello, Does anyone know if there is an easy/simple way of applying Code Analysis settings across multiple projects within a single solution For example, I have a solution with seven projects. I would like all seven projects to have the same code analysis settings. However, going through each project is a little time consuming and I'm likely to miss a few settings here and there. I guess what I'm really asking is... is there a way to apply the Code Analysis settings globally for ALL solutions or for a SINGLE solution so that all projects "inherit" their initial settings from the solution --- Thanks, Jeff ...Show All
Visual J# Windows Media Player Full Controls
I am looking to do a complete customization of a Windows Media Player that is integrated into a webpage but cannot locate any resources to get the complete list of properties and functions. I have seen others using Javascript to access these for customizations such as a first-frame of the video and setting a custom play button. Thanks in advance for any assistance. Hi Syn, For customizing media player Microsoft is offering media player SDK.With this SDK you can customize full media player controls. for reference http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmplay10/mmp_sdk/playe ...Show All
Visual Basic serial port ir decoder
I have an application that I am working based around the LIRC principle to receive infrared signals from Sony remote controls and saving them in an MS Access database also converting to Pronto CCF format. The program will also transmit the code to any learning remote control. I’m using the CTS pin of the RS232 port for the input signal and im based my hardware from an elector article, which can be found here. http://www.bairesrobotics.com.ar/elektor/01-2002%20Infrared%20Transceiver%20for%20the%20PC%20(1).pdf http://www.bairesrobotics.com.ar/elektor/02-2002%20Infrared%20Transceiver%20for%20the%20PC%20(2).pdf Storing the data into access is no ...Show All
Windows Forms Clickonce vs. Updater Application Block
We have a rather large ERP system in .NET that we are writing. After considerable performance tuning, we have our main forms loading in 4 to 5 seconds on first load and and .5 seconds on second load. Obviously we are taking a big hit on the jit compiling and began looking at the new 2.0 ngen to see if that will increase performance. Ok, here is our problem. After adding clickonce to our application we learn that you can not use ngen and clickonce together. This now has us looking at the Updater Application Block. Can anyone here give us any advise on the pro's and cons of the Updater Application Block as ...Show All
Microsoft ISV Community Center Forums Access 2003 Printer Settings
I'm trying to set the printer, paper size and source tray via vba code. I can set the Printer using the following code Dim p As Printer For Each p In Application.Printers If (StrComp(sPrinter, p.DeviceName, vbTextCompare) = 0) Then Application.Printer = p SetPrinter = True Exit For End If Next p Though, when I set the PaperBin to anything, no matter which printer I have, it sets it to the first tray only. Should the command "application.Printer.PaperBin = acPRBNManual" actually work I've also used the Windows API's to get the printers trays and tray ID's, but apparently Access 2003 SP1 can't set a tray ID to anythin ...Show All
Smart Device Development WCE pocket PC 2003 Application
hey i would like to know how to add a Com object to a WCE pocket PC 2003 Application thanks in advance see if this helps http://msdn2.microsoft.com/en-us/library/ms180791(VS.80).aspx ...Show All
Visual Studio 2008 (Pre-release) Avalon Beta and VS2005 - Black screen in browser window
Hi All, I'm having a problem with the Nov CTP on VS2005 whereby when I run a very basic application all I get is a black screen in a browser window. It seems to work on a fresh reboot (sometimes) and will not work again. I'm noticing others having the same problem... http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.windows.developer.winfx.avalon&lang=en&cr=US Any clues What OS SKU is this on Windows XP SP2/ Windows Server 2003 SP1 / Windows Vista What color scheme are you using Is this problem reproducible on the default color scheme Does this also occur when&nb ...Show All
Visual C++ process a function every 5 minutes
I want to develop a function that process every 5 minutes. How can I do this You can just create a thread that sleeps for 5 minutes and then calls the function then sleeps once more (a loop that keeps running). To know more about threads: http://msdn2.microsoft.com/library/bkb1k2x8(en-us,vs.80).aspx To know more about the sleep method: http://msdn2.microsoft.com/library/8zhz0ef8(en-us,vs.80).aspx Thanks, Ayman shoukry VC++ Team ...Show All
Visual Basic Create a rounded off rectangle
Hello, how I can draw a rounded off rectangle with Visual Basic 2005 Express Edition To thanks, also a few small changes functioned the code! Good bye, Hugo ...Show All
Visual C++ Behavior of %n with vswprintf_s
I noticed that the secure version vswprintf doesn't except the '%n' format specifier even if _set_printf_count_output is enabled while the non-secure version does honor it. CRT File, output.c line 1123: _VALIDATE_RETURN((state != ST_INVALID), EINVAL, -1); Is this the expected behavior Here is the example code. Thanks! #include "stdafx.h" #include <stdio.h> #include <stdarg.h> void test( wchar_t * format, ... ) { va_list args; wchar_t buffer[100]; va_start( args, format ); vswprintf_s( buffer, 100, format, args ); // This versions does not work // vswprintf( buffer, ...Show All
SQL Server Display datasource information in header
Does anyone know how to display datasource information in the header of a report Aside from Value, can you tell me what properties are avaliable via the ReportObjectModel please I can't find any help on this. ...Show All
Visual Studio Common Settings for all the projects in a Solution
Hi, I have an issue, if you could find time then can you please suggest some opinion Issue: I have a dotnet solution and under that a no. of projects are existing. I want to control project settings(like buid type, Enable/Disable Framepointer etc..) for each project from one common place (may be xml file or anything else). When ask to build solution it should read settings from that file and apply to each project and then it should build. One way is that writing perl script and change each and every project's settings before building after check-in and check-outs that is very time taking. I want to know is there any facility in vs.net by us ...Show All
SQL Server Using source control in SSMS
Hi, Does anyone of any tutorial type stuff that explains how to use source control within SSMS Whitepapers/webcasts etc...anything would be useful. Is there are any guidelines/best practices or anything like that Any advice would be much appreciated. Thanks Jamie Thanks Steven. I've started using this and am doing all the things you suggest. Traditionally we have always used SourceSafe and have always seperated our "stuff" by using a SourceSafe project for each database and then below that a sub-project for tables, another for views etc... This involved a manual process to script out all the items and add them to SourceSafe. Unfortunat ...Show All
Windows Forms installation programs for bundling and distribution?
Hey guys...was just wondering if there are any free and good installation programs (that create a .exe) for installing apps. I'd rather not use a zip type file, but rather a .exe that can be double clicked, and then would install (all bundled files) into a pre-determined specified directory. I'm sure there are some good ones out there...just looking for a&n ...Show All
SQL Server Where have the samples gone?
Hello, I've just installed the samples from the June CTP and found that the CreatePackageCS and CreatePackageVB solutions that show you how to create a package programatically in .Net have disappeared. Where are they Are they going to come back I quite liked that sample stuff! -Jamie Jamie, This sample, and possibly another one or two, were temporarily removed from CTP 15 due to insufficient resources for thorough re-testing. They are back since then and you will see them in the next CTP and at RTM. -Doug ...Show All
