Software Development Network Logo
  • VS Team System
  • Smart Devicet
  • Windows Forms
  • Microsoft ISV
  • Windows Vista
  • Audio and Video
  • .NET Development
  • SharePoint Products
  • IE Development
  • SQL Server
  • Game Technologies
  • Visual C#
  • Visual Studio
  • Visual C++
  • Visual FoxPro

Software Development Network >> Mitch Walker - MSFT's Q&A profile

Mitch Walker - MSFT

Member List

DavidAragornHouse
hcoded
Alex Simkin
Leotru
Sean Connolly
KentaroM
Brainsponge
RookieDBA
GrahamY
Nightmare_BE
Mjoyner24
prolix21
PCSQL66
vbjunkie
nicky_tsh
NoEgo
giddy
su45937
JALenz
zackasan
Only Title

Mitch Walker - MSFT's Q&A profile

  • Visual C# Urgent........Inheritance.

    Hi, I want to design a base class in such a way using that i can define only one derived class. if i define another class it should give an error. There aren't any really good answers to that one. Although, I've always thought it would be nice to have something that allowed you to limit the derived classes of a base class. You could, for instance, limit the derivations from XmlNode to the set of valid XmlNode types. The closest thing I have seen in any language, though, is Java's enumerations. To answer your question, if the base class and derived class exist in the same DLL, you could always make the base class's constructor have internal visibility. Can you tell us more about what you're trying to ...Show All

  • SQL Server Using Index Tuning Wizard for Stored Procedure

    Dear all, I tried to use Index Tuning Wizard for SQL 2000 DB to tune stored procedure but it does not capture any query inside stored procedure. I captured workload using built-in SQLProfilerTSQL_SPs.tdf which includes RPC:Starting, SP:Completed, SP:Starting, SP:StmtStarting and SQL:BatchStarting Events. Is it a correct option for SQL Profiler Do I miss some options in index tuning wizard How can I do it Best regards, CJira ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What do i need to accomplish my goal of 3d model?

    Hi to all and thanks for reading my post. I would like to create a 3d model, for a game that i would like it create and i am trying to create a model for it. I was wonder what would be a good FREE program to do this since aim out of work and have no start up money for this. I have always wanted to be a game programmer ever since i played my first arcade game and my Commander PC. This has been in my mind for years, which i have been make notes on what type of game that would be an additive game that people would enjoy to play and would come back and play again. I own an Xbox 360 and have found that the Xbox live arcade games as well as Internet mini games as i call them like Heavy Weapons, Hexic, and Gemoetry Wars Evolved. Pro ...Show All

  • Visual Studio Express Editions DHTML control

    Im usign the DHTML control to make a html editor but the code for inserting pictures into RTB doesent work with the DHTML box, does any one have the code for inserting pictures from a file into a DHTML box ...Show All

  • Visual C# Remove all functions assigned to an event

    Is there any way to clear an event instead of having to do all ths: myevent -= blablalba1 myevent -= blablalba2 myevent -= blablalba3 myevent -= blablalba3 I have a program where events are assigned dynamicly and i don't know which events that has been asigned and there are pretty many so removing them one by one would be many lines of code. possible yes. should you do that no! you'll have to use reflection to set the delegate behind the event directly = to null for the instance of the object who's event you want to kill. ...Show All

  • Smart Device Development cf2.0 and my application cab

    how to create a msi include my application's cab file and cf2.0 Thank you. hi ilya I have seen your url. and I have seen the url( http://msdn2.microsoft.com/en-us/library/aa446504.aspx ) between your url. It tell me how to package more cab files to a msi file. But I neet to package my application's .cab file and cf 2.0(it is a .msi file) to a .msi file. How to do it . Thank you. ...Show All

  • Software Development for Windows Vista How to Access DependencyProperty properties in Policy activity .

    Hi, I am New to the MS-workflow concepts . I have a class ( _Control ) which contains Dependency properties . How can i access these properties as a rulesets definition in PolicyActivity. public class _Control : DependencyObject { public static DependencyProperty _AppClsName = DependencyProperty.Register("receiveItem_AppClsName", typeof(String), typeof(LiveRNA._Control)); [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [ValidationOptionAttribute(ValidationOption.Optional)] [BrowsableAttribute(true)] [CategoryAttribute("Parameters")] public String ApplicationClassName { get { return ((String)(base.GetValue(LiveRNA._Control._AppClsNam ...Show All

  • Visual Studio 2008 (Pre-release) How do I force a template to be instantiated in a test?

    I'm writing unit tests for view classes in a WPF application I'm working on. I want the test to verify that the view will invoke certain methods on my viewmodel class when it is fed certain input. I've run into a problem: unless I actually open up a window to host and show the view, templates used inside the view don't appear to be expanded. For example, the way the view presents certain items from my model is to create a ContentControl with its Content property set to refer to an item from the model, and with its ContentTemplate set to a template that will display the item from the model in the way that I want. I'm trying to simulate user input such as mouse events by calling RaiseEvent directly on elements in the UI. This works fin ...Show All

  • Visual Studio Express Editions how to make a rich textbox print

    A friend and i mades text editors and we wanted to know how to make the docyument print thanks ahead Josef Stalin C# is extremely similar to VB: when asking a question on how to do something other than how to create a for/next loop, or syntax related questions, then you will use the same commands in C# as you would in VB. For example, to set the cell of a DataGridView in C# is exactly the same as in VB. Some samples are only in C# or visa versa. In addition, it pays (sometimes literally) to be conversant in both. Remember, also, that the question/problem is important only to the poster and not anyone else - to get the results needed you have to be versatile in accepting what answers you get. ...Show All

  • SQL Server Accessing SQL Server 2005 Express

    I recently downloaded SQL Server 2005 Express Edition. Everything was installed correctly without any problems. However, when I went to my Program list, the only thing listed for Microsoft SQL Server 2005, was Configuration tool. Where is the actual program where I can write and run queries How do I access the server I think that the 'default' installation only installs SQL Server. If you want the client tools, you will need to insert the media again and select Client Tools (or something like that...) ...Show All

  • Software Development for Windows Vista UI ergonomy

    Why: Do scrollbars' arrow buttons disappear when not used It makes hard to know if you are at the real top/end of document/area. Do the selection checkboxes disappear when not used This makes hard to know that they exist. Does the splitter between tree and list view disappear when not hovering above it How do you know where is it then (use icon view to see what i am writing about) Do the expansion arrows in tree view disapear when treeview has not the focus How do I know if an item is expandable Are the column headers so similar in color to column data It is hard to know what is header and what is data. Are disabled menu items so similar to enabled items Does a change in file explorer's settings refresh IE's wi ...Show All

  • SQL Server Variable Value: How do I set it from value in flat file at runtime

    I have a number of DTS packages I am trying to convert and am totally new to Integration Services. I have a flat file that I reference to get a date that I use in some SQL statements in the package. It seems like the best way to do this would be to create a variable to hold the date and set it at run time from the flat file. I've been searching the documentation and the forum and can't figure out how to do this. This is so basic that I feel like an idiot putting it on the forum but I need some help. This whole Integration Services thing is a big shift from DTS (which I eventually became pretty good at) Now I'm back to ground zero. Any help would be appreciated. If you can direct me to any basic training resources that would be cool t ...Show All

  • Visual C++ Strings in VC++

    Can anyone help me understand strings in VC++ I just learned the basics of C++ from a book, teach yourself c++ in 21 days. I want to apply these concepts to creating a windows forms application in vc++, and i don't know where i should start. If anyone can point me in the right direction to learn the basics of vc++, as well as anything you think I should know, i would really appreciate it. Welcome to the world of C++ , Here is what I recommend , because I am new also maybe one of the experts would like to chime in. Get your self a copy of VC express from http://msdn.microsoft.com/vstudio/express/visualc/ then start hanging around here http://msdn.microsoft.com/vstudio/express/visualc/features/learn/ and start looking at ...Show All

  • SQL Server How do I get number of fields returned by query?

    Hi. I am trying to get the results of a dynamic sql statement into a #table, in order to filter them. Given that I don't know how many fields will be returned, how do I accomplish this I believe I need to create the #table in advance, and then run the dynamic string as part of an insert [eg 'insert into #table exec (@sql)' ], but in order to do this I need to know how many fields are going to be returned. The results might also be returned by a procedure rather than a simple SQL statement, so I can't just parse @sql to get the fields. As an example, declare @sql nvarchar(200) select @sql = 'select "a" as ColA, "b" as ColB' exec sp_executesql @sql returns two columns of data. I think I need to get t ...Show All

  • Visual Studio Express Editions LIFE SAVER !

    hi its a simple lil thing all i need is when a picture or button is clicked an double clicked the volume of the computer is muted Simple as :) i've searched and cant figure this out not using windows media player or anything just the computers Master volume to = 0 :) You need to place the call within a method body. So the example above was within a button.click event method. My.Computer.Keyboard.SendKeys(Keys.VolumeMute) so a simple form with a single button on the form Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Computer.Keyboard.SendKeys(Keys.VolumeMute) End Sub End Class Can you show us you code you have written. ...Show All

©2008 Software Development Network