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

Software Development Network >> peishores's Q&A profile

peishores

Member List

VB.IS.NOT.PYTHON
Chris4510
carlsonad
assassin316
_carlos
Mihailik
TO
Dietz
Aders
mjones309
TheHexagon
Divyesh Shah
hp39
drfoxs13
Geoff Krapf - MSFT
SuganDave
Yady
Andrew English
Charles Wildner
ramsun
Only Title

peishores's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Interactive Audio Variation / Transition auditioning?

    I've made a simple XACT project containing one cue that has 4 variations. I set up transition parameters, and was hoping to audition the transitions in action. I can connect to the audio console app and get events to play, but I don't see any variable slider to control which variation is playing. Actually, I'm not even sure if I set up the cue correctly for this. My second question would be: are there any example XACT projects that fe ...Show All

  • Visual Studio Team System Project Alters

    Hi, I have a test installation of TFS and everything seems to be working fine but I don't receivce any alerts. I've gone to Project -> Project Alerts and I've enabled all alerts there. Also my project site is sending notifications when a new user has been added. How can I find if there is an error when generating the alter and sending an email Thanks, Marian. Marian, We'll need a little more i ...Show All

  • SQL Server Newbie - Need Help

    Hi, I'm totally newbie in this age of coding / development & need to start to jump-in in this part of IT & need help that how to start / learn client / server database development either web based or something like this using sql2000 / vs2003.net ( vb ect. ). I know that there r new versions of sql & vs.net but I've just have to manage the versions mentioned above. Just want to let u know that I've just handed over a half completed e ...Show All

  • SQL Server Changing the value of a variable

    I'm looking for all possible ways to change the value of a variable. I know this ways: - edit direct - configuration file - scripting task - scripting component It is possible to change the value with other components       It is unclear whether you are looking for tasks/components that change the value of a variable or whether you are looking for ways that it can be do ...Show All

  • SQL Server Can I install the db In a different location rather than default?

    Hi, When creating a new database I would like this db to be created on my D drive rather than the default place.How do you do this in sql server 2005 I could not find a dialog box or something similar to point to a folder for the data and log file. Any suggestions Hi, scroll abit right on the datafiles grid, you will find the Path column there. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Team System Limit the allowedvalues list by validuser group

    Hi, Is it possible to limit the allowedvalues list by the validuser rule E.g.: a projectmanager can select other or more values than a developer. Thanks. In your work item type definitions, you can use for attribute in the allowedvalues tag for this. <FIELD refname="MyFields.Field1" name="Field 1" type="string"> <ALLOWEDVALUES for="[Project]\<group 1&g ...Show All

  • SQL Server Doing a SELECT on a different field than the field in the GROUP BY

    I'm using SQL Server 2005. I've got table tblSaleAddresses which looks something like this: AddressID   SaleID   Address1                  Address2                .....    DateEffective ------------   -------   -------------------       ---------------------             --------------- 1 ...Show All

  • Visual Basic My.Application.OpenForms does not return MDI child or dialog forms

    I have the following code: (which is in a button click on an MDI child form that opens a dialog that allows user to search for a value in a <Large> dataset. In order to limit the load/display time I am laoding thje dataset the first time that the user opens (fdlgSearch_onLoad) the form but am trying to avoid having to load the dataset each time the user requests a search). <CodeSnippet> Dim fSearch As fdlgSearch = Nothing ...Show All

  • Visual C++ File link Question

    Hi There, I am trying to link a .ilk file of a c++ code to my c code. I am not sure how to do this. I'd truely appriciate if someone could tell me how to go about it. Thanks. Regards, Sahil .ilk files are increemental link file, you can't use them directly. Can you take a step back and illustrate what you want to do specifically Thanks. Ronald ...Show All

  • Microsoft ISV Community Center Forums as400

    I have been researching a way to rread data from an AS400 database using MS Access, but have been unsuccesful in finding something listing step by step directions. Is there any way to retrieve data from AS400 using MS Access or VBA alone, or do I need other things Thanks in advance, geebee I have done this using some additional software. We used NS Elite for Terminal Emulation, which has a program called NS Transfer,This allow ...Show All

  • Visual Studio Express Editions 'System.EventArgs' is a 'type' but is used like a 'variable'

    Whats wrong with my code below Can you correct it private void txtusername_TextChanged( object sender, EventArgs e) { if (EventArgs (e) == Keys .Enter) this .txtpassword.Focus(); } } Try the KeyPressed Event and it will work fine. private void txtusername_KeyPress( object sender, System.Windows.Forms.KeyPressEventArgs e) { if (e.KeyChar == ( char )Keys.Enter) { Console.Write("a&quo ...Show All

  • Smart Device Development After installing final VS 2005 (MSDN) can't see the designer

    Hello fellow developers, I don't know if someone had the same problem but I hope that someone could help me with this issue. Until yestarday I had installed on my computer the RTM version of Visual Studio 2005 and yestarday I uninstalled everything (using the tool for the pre-rtm uninstall that worked fine and uninstalled absolute everything) and I install the final MSDN version of Visual Studio 2005. So far, so good. BUT when I tryied to crea ...Show All

  • Smart Device Development Acknowledgement for MSMQ message

    I want to receive a acknowledgement message when the MSMQ message arrives. The message is sent from a Windows 2003 server to a Pocket PC. I have set the AdministrationQueue for the message and the AcknowledgeType to PositiveArrival but no ack is sent back ... I am looking in the admin queue but there is no message there. The setup: A LAN with the Pocket PC using Wi-Fi. MSMQ is is workgroup mode on Windows Server. I am using FormatNam ...Show All

  • Visual Studio Regarding SortEventArgs

    I am trying to log all activity on my website for debugging purposes, and I need the logs to be human-readable. My current issue is with SortEventArgs.  When I catch the Sort event of the ReportViewer control, I receive a SortEventArgs object with a SortId in it. This SortId does not map to any of the columns in my report, and I would like to log the name (caption) of the column that was clicked. Does anyone know how to map this Id to ...Show All

  • Visual Studio Team System Code Profiling: .NET Framework Symbols

    Hi, I am using the Performance Tool with VS2005 Team Suite Beta 2. In sampling, you can see in the call tree native dll calls listed like: [ntdll.dll] [kernel32.dll] [mscorjit.dll] [mscoree.dll] I have set my symbol lookup in the Symbols properties of Tools/Options/Debugging to point to http://msdl.microsoft.com/download/symbols. Now I am able to see functions for ntdll.dll and kernel32.dll, etc. So that's cool. Now, I tried also setti ...Show All

©2008 Software Development Network

powered by phorum