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

Software Development Network >> Mike Mueller's Q&A profile

Mike Mueller

Member List

xPLaR
woytek
GeorgeMTL
Adam Getchell
KyleHenly
Maria Sartzetaki
snehthakkar
Kushan
gsylvest
Noam37704
John Shepard - MSFT
Dionne
Yuriy Slepoy
Matthew E Creegan
Molavi
sirmmo
Jonty303
PAQUOT
Hussain Noordin
Patrick Carnahan - MSFT
Only Title

Mike Mueller's Q&A profile

  • Visual FoxPro Tools Option question

    There is an option in Tools=>Options=>General=Data Entry It says: " Fill New Records with Current Values ." It is a checkbox. Mine was not checked when I paid attention to it. So I decided to check it. Could anybody provide an explanation: What kind of Current Values is it talking about Why is this checkbox necessary Why is it here What kind of sense does it make Thanks. It is a legacy from the old XBASE days. It specifies that VFP automatically copies values from the current record to a new record when you are inserting or appending. It is the same as the SET CARRY command (check it in Help). Nobody I know ever ...Show All

  • SQL Server Stored Procedure

    I have a SP that returns data into a temp table. How do I need to set things up to query that temp table for my report. Will the SP be in one dataset and the report in another Then do I just query the first dataset Thanks for any help. Can you explain you situation a little more Is the SP that populates the temp table being run on a scheduled bases like SQL Agent If your report is kicking off a SP, then calling another, you may want to have a new SP that calls the one to populate the temp table stuff, then the other call that pulls back what you need. Is your temp table a table that is name somethi ...Show All

  • Visual Studio Team System MSF CMMI process template Release Date

    When is the MSF CMMI process template expected to be released In message , David@J.Anderson.invalid writes > >Expect the full template in Beta in early October. The final template >will ship with the full Team System product. Given that the launch date is Nov 7th, releasing the template just a few weeks before launch does not give folks much time to find issues, let along give MS time to fix them! :-) Or are you suggesting that VSTS will not RTM prior to launch Thomas -- Thomas Lee (tfl@psp.co.uk) ...Show All

  • Visual C# Can't get 100% code coverage

    We're attempting to achieve 100% code coverage for a project, and we're having a hard time.  On one particular class, it looks like all code is being covered, but our code coverage report says 12.5% is not being covered.  I looked at the code, and one line is showing as partially covered, and I can't figure out why.  I've included the code below.  The line " if (disposing && (components != null )) " is colored blue, and everything else is colored green.  I can't figure out why that one line would be only partially covered.  Both conditions in the "if" are true, and so both should be being evaluated.&nb ...Show All

  • Visual C++ why would operator=() and operator*() conflict in ref class??

    I have some code that boils down to this: ref struct A { A % operator =( const A % other) { return * this ; //<<-- offending line - thinks I mean make "this" an int as defined below: } int operator *() { return _i; } int _i; }; int main( array <System::String ^> ^args) { A a, b; a = b; return 0; } So when I compile this example in VC++ Express 2005 I get the following error: : error C2440: 'return' : cannot convert from 'int' to 'A %' What is the way around this problem If I make A a non-ref type and change the '%' to ' ...Show All

  • SQL Server Difference between Where and Join

    Hi all, i've a little question, I 've this 2 sentences select m.id from F, A, M where F.Id=A.Fa And F.IdE=A.IdE And M.IdItem=A.Id and M.IdE=A.IdE And F.IdE=7 AND F.Id=44387 Select m.idnumero from F Left Join ( A Left Join M ON (A.IdE=M.IdE) AND (A.Id=M.IdItem) )ON (F.IdE=A.IdE) AND (F.Id=A.Fa) Where F.IdE=7 AND F.Id=44387 F=50.000 Regs A=150.000 Regs M=1.100.000 Regs First sentence takes the data in 1 sec or less but second takes too long to retrieve the data (15 sec. or more), Why Note: Tables A and M have triggers for insert, update and delete. I noticed some perf boost removing the triggers... ...Show All

  • Visual Studio 2008 (Pre-release) What is the equivalent of UnknownFaultException in WinFx Beta 2?

    Hi, one of the breaking changes in WinFx Beta 2 is the removal of the UnknownFaultException. I would like to know what is the equivalent class in Beta 2. I have this snippet if (exception.Contents.HasDetail) { //Do Something here } The FaultException does not have the Contents property. How can I have the same if clause in WinFx Beta 2 Thanks in advance It was remove between Jan and Feb CTP versions. Try using FaultException instead. ...Show All

  • SQL Server Network access SQLExpress

    I am  trying to access a SQLExpress database on another computer on my LAN.  Using Windows Authentication. I don't really want to go to Mixed Mode authentication as I understand it involves a registry tweak and creating a new user. I am a novice at this. Getting the following error on running the connection code below: SQLException was unhandled "Login failed for user 'D37YKC1S\Guest'." No doubt it is a security problem but I am not sure how to get around it.  Any help appreciated. Connection code: Dim conn As New SqlClient.SqlConnection conn.ConnectionString = "Server=D37YKC1S\SQLEXPRESS;Inte ...Show All

  • Visual Studio Team System Setting TFS SC through code

    Hi is there a way to set proxy settings through code (TFS object model) That is to force file "gets" to use /not use a proxy. I think the only way is to modify the registry directly. HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Proxy ...Show All

  • Visual Basic rock paper scissors game help

    Hello, I have a game I am designing and I am having problems getting my code. I have declared Wins and Losses in my global variables and am attempting to call those in a select case as show in my code. However it is not working properly, If you run the game you will see that the different message boxes do not show the correct information in them. I have a ttached the game for anyone who would like to help. How do I, at the end of my splash screen on my quit button, do I reset the game if they don't want to quit I can email the game to you if you would like to help... any help would be greatly appreciated... ...Show All

  • Smart Device Development can any one knows how to get wmp.dll for PocketPC

    Hi , I have a HP iPaq rx 3700 PDA with WM2003SE OS. I have WMP10M in my PDA, but i didn't found wmp.dll in PDA. can any one knows     how to get wmp.dll for PocketPC WMP10M version and     how to register wmp.dll ( or any dll ) in PocketPC registery. thanks and regards satish. Hi Satish, I hope you can find the answer for this discussed here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=126228&SiteID=1 Thanks, Gangadhar ...Show All

  • Visual C++ Function signatures - long vs. __int64 parameter types

    I'm using the Visual Studio 2003 .NET C++ compiler to build a static library, which I am linking successfully to some other code. However, when I do the same on my home development machine, I experience some linker errors and unresolved references. Using 'dumpbin /SYMBOLS' I traced the discrepancy down to a difference in the parameter types of some function signatures. On my office environment, one of the functions in question generates the following symbol (which links just fine): 249 00000000 UNDEF  notype ()    External     | time_gmtime@FIX@@YA AUtm@@PB_J@Z (struct tm __cdecl FIX::time_gmtime ...Show All

  • .NET Development ArgumentOutOfRangeException when running .Net 1.1 compiled code on .Net 2.0

    I want to use a .Net 1.1 compiled control/component from .Net 2.0 .  I added the <.Net 1.1 component> as a reference to my .Net 2.0 Project (on VS 2005 beta).  I am calling most of the object methods without a problem, but there is this one method that fails with the following exception: Exception : System.ArgumentOutOfRangeException Exception Message : Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks I found out that the failed method call (from the .Net 1.1 component) uses the .Net Binary Formatter class to send data to a remote server and that a DateTime paramter i ...Show All

  • Visual Basic Saving settings (INI or registry)

    Hi! I am developing a media player and I need to know, how can a user set settings and save them as INI or registry key (value) and exit the application. Next time they start it, the settings will be same. So, the settings will not reset, after the application restarts. What code do I have to do here's a quick example to saving to the registry.         Dim value As String         SaveSetting("AppName", "SectionName", "Keyname", "value")         value = GetSetting("AppName", "SectionName", "KeyName", "DefaultValue")   ...Show All

  • Windows Forms Message box

    Hi everyone, I am a beginer in windows applications. I am using a message box where I am writing a long sentence, I want to put this sentence on two line so the user see an ordinary messabe box not a  very long one, what is the VB word that I have to use to go to the next line. If MessageBox.Show("Do you " _ & "really want to exit from the application, if yes you will have to login again ", "Main Form", _ MessageBoxButtons.YesNo, _ MessageBoxIcon.Exclamation) = DialogResult.Yes Then End End If ...Show All

©2008 Software Development Network