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

Software Development Network >> Tony La Sala's Q&A profile

Tony La Sala

Member List

steverino_can
VenkataS
Dzung NGUYEN
Igal Chariski
erp
Peggi Goodwin
Tim Greenwood
sjoo
Vincent Mahon
Yuri55
DSH_msn
Scott B. Arbeit
vbnetcoder
Archimedez
Actcom
Ixnatifual
Prime Digits
Chimme2
santosh.kulkarni
Wesamsoftware
Only Title

Tony La Sala's Q&A profile

  • Smart Device Development ConfigurationManager

    Can anyone tell me why System.Configuration.ConfigurationManager is not in CF 2.0 What do other people use to configure their mobile apps Thanks for the help Graham Check the OpenNETCF SDF  Configuration class.  http://www.opennetcf.org/library/OpenNETCF.Configuration.html   Should provide the functionality you need ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. texture coords fromMesh.Intersect

    I've been looking all over and i cant seem to find an example.   I have a mesh displayed (a simple plane) and I want to get the texture coords of the point clicked. ie if they click in the upper corner i want something like 0,0 and if they click the bottom corner i want something like 1024,1024.  currently im using Mesh.Intersect to determine if the plane is selectected.  is there any way to get/derive  the texture coords from IntersectInformation     The eventual goal is to read that pixel's alpha channel.. Thanx..     I'm not ...Show All

  • Visual Studio Tools for Office How to Set Default Form for Outlook Folder through C#

    Hi Frenz, I have been stuck with a very worst problem, almost search entire web but did'nt get any solution. My query is how do you set a default form (I have created that form) for an outlook folder through C#. I have been able to publish my form successfully through the code, however i can't set it default through the code so that whenever i create a new contact item in that folder it should use the form that i have created. I'm using Outlook 2003 & Visual Studio .Net 2003 with .Net 1.1 framework. I know how to set the form as default form for th folder manually but not through C#. If anyone knows the solution for the same ...Show All

  • Visual Studio Tools for Office CustomUI / Ribbon Schema

    Where can I get a copy of the ribbon schema http://schemas.microsoft.com/office/2006/01/customui , I cannot seem to find it anywhere. Thanks. There are two places you should keep handy for Office 2007 schemas: http://openxmldeveloper.org/default.aspx and http://msdn.microsoft.com/office/tool/ribbon/default.aspx It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. J ...Show All

  • Visual Studio Tools for Office Answer Draw my own squigglies on Word document...

    Is there anyway in VSTO that I can draw my own squigglies (like the red squiggly for spelling mistakes, and the green squiggly for grammar check) on a Word document If I want to underline a sentence with my own colored squiggly, can this be done Can I call directly into COM to do this Or is this impossible Bottom line is I'd like to apply my own custom non-printable formatting to certain parts of a Word doc (like the squigglies or the dots that appear under SmartTags) -- is there *any* way to do this from a VSTO solution (even if the code is ugly). Thanks in advance... If you can get reference to range or ...Show All

  • Windows Forms .net Remoting events.

    Hi all, When using .net remoting, is it possible for .net remoting clients to listen for events that occur on the .net remoting server side, for example a DataTable defined at the server side, is it possible for the clients connected to the server to listen for ColumnChanged event of the server DataTable. Many Thanks Hi KraGiE, I need to develo ...Show All

  • Visual Studio Team System SCC API Integration

    Is there going to be a way to use other development tools that previously relied on the SCC Api (Borland, Sybase, etc.) to interface with the new team foundation Please see this similar thread: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=95917 ...Show All

  • Visual C# Binary Write array...

    Hello I have an array that I need to binary write. OK here's what I have (only example): struct MyStruct { int x; int y; } Basically, it's a struct and I init it doing: MyStruct test[]; test = new MyStruct[3]; test[0].X = 3; test[0].Y = 2; test[1].X = 34; test[1].Y = 13; test[2].X = 32; test[2].Y = 13; test[3].X = 72; test[3].Y = 67; .. etc I need to write all that data to a binary file. Now I used: FileStream fs = File.Create("test.bin"); BinaryWriter bw = new BinaryWriter(fs); fs.Close(); fs = null; bw = null; I can't convert my exact code to byte array (if I could it would be easy). Here's what I need to d ...Show All

  • Visual Studio 2008 (Pre-release) Control for numberic input

    How to allow to input number only into textbox Howevver I want this control allow to input integer number, float number, key controls. Please support the C# code for this control if anyone has. Thanks :) Take a look at the ConnectedData/BindValidation sample in the SDK. It should be easy enough to change the ValidationRule to do what you want. Michael ...Show All

  • Visual Basic EventID ?? is now InstanceID

    Guys, On VB 2005 microsoft had the wonderfull idea of change the Eventid for InstanceID.  I'm trying of retrieve the eventid in my application but it come with a very long number in some cases.  How can I retrieve the EventID that you can see in the Event Viewer instead of the InstanceID   Is there a way I can convert the InstanceID to EventID Ejemple: Private Sub btnSee_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFind.Click ' Create an EventLog instance and assign its source. 'Dim myLog As New EventLog("myNewLog", ".", "MySource") Dim entry As EventLogEn ...Show All

  • Visual Basic From VB6 Pro to Visual Studio 2005 Pro Upgrade

    i always used VB6 for  development, now we want to start new projects in VB 2005. contacted Microsoft Australia, and was told that i cannot buy Visual Basic 2005 seperatly, and need to buy Visual Studio Pro 2005. i wanna know if i purchase Visual Studio 2005 Pro (Upgrade), can i upgrade it from MS VB6 Pro Note: i have only VB6 Pro no whole Visual Studio 6 Pro. thanks veyr much in advance for your response. i agree with Randy, Microsoft should bring Visual Basic Pro 2005 seperate from visual studio 2005. people who dont need complete visual studio (like me) should not waste money on whole package, ...Show All

  • Visual Studio Team System Link Demand error followup

    Folks - This is a follow up to an earlier post about how FxCop 1.32 complained about " Override link demands should be identical to base". See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160473&SiteID=1 . A resolution was provided but we didn't implement it at the time. Recently, we upgraded to FxCop 1.35, ran the assemblies through and that did not get the "Override link demands..." error. I am curious to know why this no longer shows up. Thanks FxCop 1.35 has many important bug fixes related to its security analysis and, generally, you should tend to trust i ...Show All

  • .NET Development SQLExpress - SQLDataAdapter Conflict

    I have a VS 2005 Pro VB - Windows XP Pro Application that connects to an SQLExpress Server, obtains & displays database & table information,and then makes an SQLDataAdapter connection to a selected database to obtain data from a selected table. The problem is that after connecting to the Server to get/display database and table information, when I then try to use an SQLDataAdapter I get a "Login Failed" error.  My SQL Express connection string is: Dim SC As ServerConnection = New ServerConnection SC.ServerInstance = "OptiplexGX270\SQLExpress" SC.SqlExecutionModes = SqlExecutionModes.ExecuteAndCaptureSq ...Show All

  • SQL Server Web Service Listener

    What would be the best way to implement a sequence where you would wait for incoming data through a web service and then execute the rest of a package I have been thinking something along the line of setting up a native web service in SQL Server 2005 that stores XML in a table where a trigger starts an SSIS package, since this can't be done in SSIS alone, can it Regards, Lars Ronnback I asked about something similar to this once. I wanted to push data into a data-flow in the opposite way to how you can read data from a data-flow using the DataReader destination. Kirk Haselden replied to me and basically it can't be ...Show All

  • Visual Studio Team System Does a nested assignment statement in an expression always produce a DUP opcode?

    I'm creating a rule searching for assignment statements within expressions. int i; if ( (i = 2) < 5) ... Console.WriteLine(i = 5); ... etc   So far the IL produced for these kinds of code constructs has a DUP opcode. In the rule can I depend on this opcode indicating this condition When else is the DUP opcode used Is there a better way other than looking at opcodes to identify this scenario The OpCodes Class Members documentation is pretty good but does anyone know of any online reading material that goes into a bit more detail on opcodes and MSIL Thanks. Given that FxCop doesn't sup ...Show All

©2008 Software Development Network