Software Development Network Logo
  • VS Team System
  • Microsoft ISV
  • Smart Device
  • Visual C++
  • Visual Studio
  • Visual C#
  • Visual Basic
  • .NET Development
  • VS Express Editions
  • Game Technologies
  • Visual J#
  • Windows Forms
  • Windows Live
  • Windows Vista
  • Architecture

Software Development Network >> Chris Duxbury's Q&A profile

Chris Duxbury

Member List

Inbar Gazit - MSFT
Jeff Flesher
Willem Rozendaal
Bobaloochi
whoknowswhat
davidpmiller
Normajean
S. Allard
DynesSGR
Sandeepn75
Juan Pablo-MCAD
Marc Hanje
Nick Spacek
3600s
dalangalma
Salac
GNE
Andreas Kammann
BodeColander
Rxra
Only Title

Chris Duxbury's Q&A profile

  • Visual Basic Windows Form - Runtime Query Builder

    Hi All! I'm pulling out the remaining grey hair I have left trying to figure out how to create a runtime, graphical user interface for building sql queries.  I have Visual Basic .Net 2003 and Infragistics 2005 v2.  Please help! Thank you for the responses.  To be more precise, I'm seeking code or component that has graphical capability much like you would find in a report utility such as Crystal Reports.  The application ...Show All

  • Visual Studio 2008 (Pre-release) Mixed credentials: Username & Certificate

    Greetings, Our services will be exposed on the Internet. Only specific partners applications should be able to have access to them. At the same time, the partners applications users will need to be authenticated & authorized by our services. We will use role-based security to authorize them. The reason why we need a double validation using a certificate for each application is because we don't want anybody on the internet to be able to qu ...Show All

  • SQL Server Good SSIS Example tutorial - User Variables

    Hi There I have read BOL extensively and gone to SSIS tutorial/example web links all day. Problem is the examples are way to simple. And the tutorials on BOL especially the DW warehouse example have no explanantion or step by step flow, and the others are to simple. I would REALLY appreciate it if some had a link or resource to a good complicated step by step SSIS tutorial/example. Or more specifically not a basic one, i am most interested ...Show All

  • Visual C++ setting compiler options programmatically.

    I am trying to simplify my life and set up all compiler options programmatically in a single file where I will see what is going on. I created a .cpp file and copied an MSDN function in there that is supposed to do it. My intention is to call this function eventually from the main routine. So far all attempts to compile the file failed with the errors described below. First the code: using namespace System; using namespace System::Object; using ...Show All

  • Visual Studio Team System FxCopCmd 1.35b1 not processing any rules.

    When I run FxCopCmd on the command line from an MSBuild script: C:\Tools\FxCop\FxCopCmd.exe /o:"C:\Projects\Common\trunk\bin\reports\fxcop.xml" /p:"CodeAnalysis.fxcop" /axsl /verbose I noticed it isn't finding any problems even though opening the CodeAnalysis.fxcop project in the GUI does find at least 10 rules that need to be addressed: Microsoft FxCopCmd v1.35.51212.0 Copyright (C) 1999-2004 Microsoft Corp.  All rights reserved. ...Show All

  • Smart Device Development UserControl in .Net Compact Framework v1.1

    All who can help, i'm making a small .net application for a windows Ce .NET device, but i was wondering, is there any change to make a custom control or use usercontrol and add them at design time to one of my forms   So 2 questions: 1. Usercontrols are not supported in v1.1, do they in v2.0 If not can i use something else The reason i ask is that, i wrote an multi-panel application (One form which is always updating his panels (with userc ...Show All

  • Windows Forms XP Style problems with treeview

    In my application I have a treeview (with some nodes) docked on left  on a winform.  Before Application.Run, I call Application.EnableVisualStyles and then Application.DoEvents in order to enable windows xp style for controls. When I start the application, th ...Show All

  • Visual C++ VC2005 %50 Slower then VC2003

    I just migrated a graphics application from VC2003 to VC2005.  After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations.  It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All

  • Visual C++ partial class how-to?

    hi, i have been looking at the microsoft help files and how-to's with no luck on finding how to create a partial class. I need to create a partial class for a datatable i am using. the first information i found just didnt work at this location in the help file... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_raddata/html/dfbc21eb-7ea2-4942-addd-49677f5493be.htm the link on that page to the partial class definitions also didnt work when ...Show All

  • Windows Forms New and open

    hey, in order for me to be able to do new and open options on my text program, I need to know how to make it so the program has a certain text file type for it's documents...how do you make this with Visual studio 2005 express k, I have a little idea of what you mean...so I added the Openfile dialog control and looked at it's properties...found the words FileName and it is followed by the "action" of: OpenFileDialog1 ...Show All

  • Visual Studio 2008 (Pre-release) how to get the objects which have been animated by a storyboard after it has finished?

    Is there any possibility to get the objects that were animated when an animation has finished So when a storyboard has finished [which can be cought with an eventhandler on the CurrentStateInvalidated Event] i want to know, on which objects animations have been applied. For example when i have a dynamically created grid with rectangles and want wo fade one out and then remove it from the grid, i don't know how to get which one i should remove af ...Show All

  • Visual Studio SolutionDir macro in post build event

    Hi, I have a project with a post build event that looks like:     copy $(SolutionDir)$(ProjectName)\$(OutDir)*.dll $(SolutionDir)DestFolder My MSBuild file lookes like: <Project DefaultTargets="Build" xmlns=http://schemas.microsoft.com/developer/msbuild/2003>     <PropertyGroup>         <SolutionFile>MSBuildIssue.sln</SolutionFile>     </Pr ...Show All

  • Visual C++ Matlab R13 .m file to VC++ library

    Hi people ! I want to learn as how to convert Matlab .m files to VC++ library. My intention is to port functions like fft2 and dct2 to VC++. Can anyone give me an idea as how to compile using mcc ( I am confused with the numerous options mcc has !) Moreover ,once when I compiled the .m file and obtained the .hpp and .cpp files and added them to my project; while compiling it was givin lots of linking errors . So if some ...Show All

  • Visual Studio get different sources from VSS based on labels

    Hi I want to know (if possible) if from command line I can resolve the next scenario: I have in VSS more .NET projects. These projects have many versions, each of these version having a specific Label/comment. From command line will I be able to query VSS and take from there sources based on these label I mean:  it is possible to get not only the latest sources but a custom combination of versions form these projects. Scenario in ...Show All

  • .NET Development How to make a method in base class unusable (C#) ?

    Hi, if Class1 has int doOperationA(); int doOperationB() ; And then I make Class2 inheritted from Class1. I want to suppress access to DoOperationB() from Class2, how can I do in C# If I can do so, is this breaking any rule of Object Oriented Programming Thank you! public class Class2 : Class1 { public new Int32 DoOperationA() { throw new NotImplementedException(); } public new Int32 DoOperationB() ...Show All

©2008 Software Development Network

powered by phorum