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

Software Development Network >> S Paul's Q&A profile

S Paul

Member List

zaggle
Michael A Thomas
Yarik
kaushikn1
Angus Leeming
Nagarajan S
Xavier Arnau
Czar Eclarinal
Ilya Margoulis
Sai A
Tru_Messiah
Chris Lawcock
Henri20
Kevin Lewis - Lewis Technology
Greg Benoit
is98
wukun
Alexnaldo Santos
Aun
Kevin Stephens
Only Title

S Paul's Q&A profile

  • Visual Studio 2008 (Pre-release) Canvas Callback without Background Set

    In the following example, the MouseDown callback works fine (example is from a browser app): <Canvas Height="500" Width="500" Background="Aqua" MouseDown="OnMouseDown"></Canvas> Removing the Background property seems to disable the MouseDown callback, the callback doesn't fire: <Canvas Height="500" Width="500" MouseDown="OnMouseDown"></Canvas> Is this expected Is there a fundemental reason why the background property would effect the mouse callbacks (Using Windows SDK RC1 on XP) Thanks for any help! I think some one has pointed out that WPF has a quite unique way of handling mouse event, it internally uses hi ...Show All

  • Visual Studio Team System Clarifying Forum Expectations...

    We've had some confusion about what expectations you should have with respect to the MSDN forums. This thread is an attempt to clarify that confusion, at least as far as how the folks from Visual Studio Team System (VSTS) interact with you here in the forums. Q: What is the VSTS goal for the MSDN Forums A: The forums provide a community-driven mechanism by which customers can have questions answered about Visual Studio Team System. In addition, they are a feedback mechanism for the product, the product documentation, and product-related activities. Product group members, Customer Support Services personnel, and MVPs will respond to questions here, but we also hope that the community becomes self-sustaining, and that ...Show All

  • Smart Device Development Datagrid styling problem

    I have a variable file which is collection of objects (my own class Line). In Form_Load event I have the following code: DataGridTableStyle myGridStyle = new DataGridTableStyle(); myGridStyle.MappingName = ""; DataGridTextBoxColumn idColumn = new DataGridTextBoxColumn(); idColumn.MappingName = "ID"; idColumn.HeaderText = "Test"; idColumn.Width = 240; myGridStyle.GridColumnStyles.Add(idColumn); dataGrid1.TableStyles.Add(myGridStyle); lineBindingSource.DataSource = file; I have: public class Line { /* some stuff */ public int ID { get { return id; } set { id = value; } } } class File : IEnumerable { /* some stuff */ List<Line& ...Show All

  • Visual Studio Express Editions Debug Error: C2061

    I'm making Windows Form Application. With MDIChild and MdiParent. But when i debug my Application i got this error This mistake is connected with absence of definition . Example: include "stdafx.h" int main(int argc, char* argv[]) { for (int x=0;x< y ;x++) // " y " undeclared { } return 0; } 'Form2' and ' newMDIChild' undeclared because VS cannot open header 'Form2.h' .\Xdetool1.cpp(5) : fatal error C1083: Cannot open include file: 'Form2.h': No such file or directory ...Show All

  • Visual Studio Express Editions Setup problem

    I receive the following error when compiling using Visual C++ Express Edition: Project : error PRJ0002 : Error result -1073741502 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'. I also receive problem when compiling Visual C# Express Edition on the same computer, 'CSCxxx.tmp is not a valid Win32 resource file' What can I do The url i posted is for your Visual Studio help file, it takes you to the topic explaining what the error code you experienced means, and may help you to track your error, basically that error only appears when you add something to the command line of either the linker or the compiler, and whatever you added was an invalid option. From your ...Show All

  • Audio and Video Development Applicative mode (Styling)

    Hello Everybody!!!! What I get from Spec is that the Applicative mode for styling uses an Xpath Expression to select the nodes. At each tick the style is re-initialised for the node and DOM tree can change.Thus, evaluated node set can change dynamically, thus a node may/maynot have applicative mode applied to it depending on the Xpath Evaluation. Is this understanding correct. 2) The Applicative mode is over-ridden by referential and inline style. What is the usage scenario for this mode Thanx in advance. Thanks for the answer. Another question : a) ( ~~Just to be sure~~ )Referential style applies to Loaded DOM BTW, the applicative mode is applied for 1 tick only i.e. it is similar to <set select="xpath" dur="1frame"> ...Show All

  • SQL Server Migration to SQL Server 2k5

    Hi all, I have script written in SQL Server 2000. When i tried to migrate to SQL Server 2005, it is working fine in the SQL Server 2005 installed in Windows 2003 Server . System tables(syscolumns, sysobjects etc)are created in "Database->Tables->SystemTable". But when i tried to run in SQL Server 2005 installed in Windows XP , I'm facing the following problems. 1."The object 'CK_SavedSear_LastL_4B422AD5' is dependent on column'LastLoadedTime' "ALTER TABLE DROP COLUMN LastLoadedTime failed because one or more objects access this column" 2.Moreover none of the tables had been created in "Database->Tables->SystemTable". In both XP and 2003 Server, While installing, i ha ...Show All

  • Software Development for Windows Vista Capturing multiple audio streams and mixing into one stream for ASF output

    hi, i want to capture the audio from various inputs and want to save to a file, i am facing so many problems, does any body have some reference code, with which i can start thanks in advance When you say "capture", do you mean from live sources If not, you might take a look at DirectShow Editing Services. http://msdn.microsoft.com/library/default.asp url=/library/en-us/directshow/htm/directshoweditingservices.asp ...Show All

  • Visual Studio Tools for Office VSTO Excel add-in only working in development machine

    Hi, I am creating a Excel 2007 VSTO COM Add-In using VSTO 2005 SE . It runs perfectly fine when I build it and run the in development computer having VS 2005 . However, when I try to install the setup.exe or .msi file for the same addin in the client machine or Virtual PC having the following installed: 1. VSTO Runtime - Shipped with VSTO 2005SE 2. Office 2007 3. .NET 2.0 Framework it does not seems to load . I have done : 1. caspol settings to make it Fully Trusted . 2. set vsto_suppressdisplayalert=0 and run excel.exe from cmd ......Same Results .... I get the following error " Not Loaded. A runtime error occurred during the loading of the COM Add-in." It has been over a week now that I am str ...Show All

  • Visual C# data encryption program

    Hi ppl i have been assigned task to build an encryption program to encrypt text files.. and binaries.. I don't know much algos related to it... I will be glad if you geeks put up some suggesions..... Plz do reply to it if you visit.... Thanks in advance... ...Show All

  • .NET Development Recordset to DataTable Problem

    Hi All, I am having the strangest and most frustrating time trying to load a recordset into a data table more than once. For some reason, when I execute the following code, the first messagebox displays a record count of 2 and a second call to it displays a count of 0. Why the inconsistent result. The recordset seems to be open and I even perform a MoveFirst, etc. Nothing works. Should it not consistently return a record count of 2 since I am executing the same code twice. The code is extremly simple, but for some reason, it seems as if the recordset object itself becomes invalid after the .Fill operation is complete. The only way I can find this is to perform my BuildDataSource (real world scenario involves connecting to a database, ...Show All

  • Visual Studio Express Editions Database Problem

    I'm a beginner of vb 2005 (actually beginner of programming),I used to learn some basic coding in vb2003. Recently I am trying to do a small project to modify a database using vb2005 and I follow the steps as I learned from 2003 notes, but when I tried to pass the a parameter from one form to another,I can not find out how to perform steps written in red words. part of the notes: a. Click on the adapter of the main/big table b. Right click on the adapter i. Configure the data adapter ii. Click next 3 times iii. Query builder button iv. Go to the criteria of the ...Show All

  • Visual FoxPro Print Jobs Incomplete or Corrupt with Serial Printing

    Hi to All! I'm using EPSON TMU-200 POS printer with only serial port available. OS = WinXP2. Print Jobs Incomplete or Corrupt if we print large chunk of data. Does anyone knows how to fix the problem Thanks in advance. Holden ...Show All

  • Visual Studio Express Editions Storing Stuff

    Dear All, This may seem a little simple to some of you but its been slowly winding me up for a while now, so any pointers or advice would be greatly received. What I'm looking to do is store information inside my application, with out using a database (I mean Access, SQL etc.) I have used *.bin files in the past but I'm not sure that they would meet the needs of what I need to do. The project is for a small charity and so far has about 850 records that they wish to store, they mainly use open source or freeware and need to be able to move the data between desks and back it up on a daily basis. Also some times they are not connected into the network so a local copy of the said information needs to be copied to the local machine. ...Show All

  • Visual Studio Team System Context menu for work item returns "Index was outside the bounds" error

    Hi, In one of my team project, the "Add Work Item" menu item is giving me an error; it expands to " Error loading menu: Index was outside the bounds of the array " instead to a list of work item types. Anybody have any idea what might be causing this error Or where to get more information on this error Here are some additional information that might be useful: It is only happening in this one team project. Other team project are working properly This team project had been deleted and "recreated" (i.e. create with same project name). The original team project was using the MSF Agile template and the new one uses the MSF CMMI template. Nobody else in this team project is having this problem ...Show All

©2008 Software Development Network