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

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

Scythen

Member List

Praveen Dayanithi
mahima
HillBillyB
Bluehunter
Winson
Hans1982
CJW99
Roman Hnatiuk
Surya Suluh
amnonman
SimonS_
re infecta
shanthi
swapna_n
TheJet
Scott McKeown
ONEWORKNGRL
Wil Burton
Bizzdreamer
jayakhanna
Only Title

Scythen's Q&A profile

  • Visual C++ Write Raw Data To SD Card

    I was wondering how I could go about writing raw data to an SD Card. What I mean by raw data is that I just want the data that I write to the card and for it to be in the order that I write it in. No additional informaiton for the file system or anything else. I want this so that a FPGA can easily use the SD card as a lookup table. Ideally the program that generates the data that goes onto the card can quickly write the data to the correct blocks of the SD Card. Thanks a lot. Hello Re: Write Raw Data To SD Card Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445& ...Show All

  • Smart Device Development updating web reference thru UI

    how can i do this I'm not quite sure I follow you logic. You need to change URL, so go ahead and change it. . ...Show All

  • SQL Server URGENT - My error or Bug? The result of the expression cannot be written to the property. The expression was evaluated, but

    Error 3 Error loading MLS_AZ_PHX.dtsx: The result of the expression ""C:\\sql_working_directory\\MLS\\AZ\\Phoenix\\Docs\\Armls_Schema Updated 020107.xls"" on property "ConnectionString" cannot be written to the property. The expression was evaluated, but cannot be set on the property. c:\documents and settings\viewmaster\my documents\visual studio 2005\projects\m l s\MLS_AZ_PHX.dtsx 1 1 "C:\\sql_working_directory\\MLS\\AZ\\Phoenix\\Docs\\Armls_Schema Updated 020107.xls" Directly using C:\sql_working_directory\MLS\AZ\Phoenix\Docs\Armls_Schema Updated 020107.xls as connectionString works However - I'm trying to deploy the package - and trying to use expression: @[User::DIR_WORKING] + "\\D ...Show All

  • .NET Development do we need to call myObject=null when we finish using it or no need

    Hi, is it better to call helperD= null ; whenevr i finish using an instatiated object or no need Thanks Keith Rome wrote: The catch is that if a GC cycle runs during that window of time after the variable is no longer needed, but before the stack frame unwinds (such as if you are continuing to do work in the rest of the method), then the object will not be seen as "collectible" by the GC. Yes it will. As long as the variable isn't used any more in that method (and no other references exist) the object can be collected. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game and GameComponent Feedback

    We've been combing the forums and the Connect database for bugs, feedback and suggestions around the application model. We still have a small amount of time to consider any other feedback you may have. So this is the thread that you post your latest likes or dislikes with Game, GameComponent, services, etc. Please scan the other threads before posting here, I'd like to just gather things that haven't already been discussed or reported elsewhere. Thanks! I think Serapth state a very important concern about components, as they need a way to state their dependencies. I had a suggestion up on connect that the xna team should remove the Game property from GameComponent class, and advice developers to inject dependencies explicitly ...Show All

  • Visual C++ Simple question on C++/CLI operators

    What is the difference of these two void Test1(RefClass^ s) and void Test2(RefClass^% s) I thought it is a way of distinguishing [in-out] parameters, but both of these functions can change the value of the handle passed to them. What is the other differences Thanks a lot, it helped me very much. Now I will look at the % operator as my familiar ref keyword in C#!!! I was trying to map it to & operator in C++ and I was lost!!! ...Show All

  • Audio and Video Development handling event other than nodeSet

     <timing clock="page">                 <seq>                     <cue select="//body" dur="5s">                        <event name="doTest"/>                     </cue>                 </seq> </timing> <body >       ...Show All

  • Visual Studio 2008 (Pre-release) Reading and Writing image "Rating" metadata

    I'm looking for a way to read and modify "Rating" metadata that Vista uses to rate image files. I'm able to read the rating although I noticed that the rating is written in several places in metadata... and I'm not sure which Vista is using... it looks like all of them are changed at the same time and are kept in sync... so do I have to modify all of them to keep them in sync /xmp/Rating / xmp/xap:Rating /app1/{uint=0}/{uint=18246} When I'm trying to modify the rating... nothing happens... I'm using this code Stream fileStream = new System.IO. FileStream (path.LocalPath, FileMode .Open, FileAccess .ReadWrite, FileShare .ReadWrite); BitmapDecoder decoder = BitmapDecoder .Create( this .fi ...Show All

  • Software Development for Windows Vista needed - interface like MS UI Accessability for IE app using Java

    The Microsoft UI Accessability interface works great for web applications that are based on HTML but does not give access the Java client code controls. Is there anyway to access the controls in a page that uses the Java Runtime Enviroment in Internet Explorer Hi, Could you please tell where this Microsoft UI Accessability interface is available. Is it some kind of a tool I am supposed to do some web automation in my project. Please let me know about the UI Accessability interface. Thanks & Regards, Vishnu ...Show All

  • Commerce Server Orders System-Business Desk-based management UI functionality

    Hi Everyone, we were using Business Desk-based management UI in commerce server 2002 and now we are migrating to 2007. we have tried to locate this functionality in 2007 commerce server but it seems it has been either replaced or removed. If it is still there in commerce server 2007 then please let me know how can i use it. Regards Ijaz The (rather buggy) BizDesk has been replaced in CS2007 with separate web service based smart client applications including the Catalog and Inventory Schema Manager, Customer and Orders Manager, Catalog Manager and Marketing Manager applications. These applications may be installed by running the Commerce Server setup program. There is also a Partner SDK available if you decide to exten ...Show All

  • .NET Development DOA2016.DLL

    Could Someone please tell me I can download a DOA2016.DLL for an old version of Access form OfficeV2. That's the Jet 2.0 DAO library and AFAIK you would probably need to install Access 2.0 if you wanted to legally obtain the file from Microsoft. Otherwise, and I would imagine the legality of downloading the file from anywhere else would be questionable, you can try (at your own risk) the below site. Just make sure to spell the file name correctly when you search (DAO2016.DLL). http://www.webzila.com/ wz=dll ...Show All

  • Visual Studio 2008 (Pre-release) How should I wrote method that will return ArrayList?

    Hello. I would like to add method to WCF service that will return ArrayList of custom objects. What attributes should I add to this method to make it possible I'm using .Net Framework 3.0.04324.17 (ReleaseCandidat AFAIR). //Here is class that will be inserted into ArrayList [DataContract] public class IDTitle : IIDTitle { public IDTitle() { } public IDTitle(object id, string title) { _id = (long)id; _title = title; } private long _id; private string _title; [DataMember] public long ID { get { return _id; } set { _id = value; } } [DataMember] public string Title { get { return _title; } set { _title = value; } } } //Here is service interface [ServiceContract] public interface ISpeedo { [Op ...Show All

  • Visual Studio Tools for Office Accessing Action Pane in Word Automation

    I've been reading on Word automation and user controls such as Action Pane. However, I could not find any examples on how to access controls thru Microsoft.Office.Interop.Word.Document interface (or maybe I missed them). I am able to open the template using Microsoft.Office.Interop.Word.Application and see that functionality of all the controls persists. Now I just need to do it programmatically. Thanks, Olga Hi Olga This is a common request and we have a similar scenario and it has been requested to improve testing units and support for better automated testing, I hope this gets improved moving on but to qualify the Action Pane implementation in Office is quite limited in Office 2003 and the way ...Show All

  • Visual Studio Tools for Office Replacing XLA with COM Automation Add-In

    Hello all, We've got a bit of a problem here that we hope you can help us with. We've just developed a COM automation add-in in Visual Studio 2005 (C#) to replace an XLA add in. To ease the conversion, we named most of the functions exported by the COM library to the same name as those in the XLA file. However, our problem is that on removing the XLA file and adding in the COM automation add-in to a workbook, the excel spreadsheets cannot reference the new method calls which have the same name as the old calls in the XLA. If we create a new worksheet and add in the automation item, then the calls work fine. For example, the UDF call CBSpot existed in the XLA. When we remove the XLA and add in the automation DLL CBSpot can't be resolve ...Show All

  • SQL Server How to change the compatibility level to 9.0

    I have a SQL 2005 server that has more than 90 databases, and I need to change the compatibality level to 9.0. Is there an easy way to do this in SQL any help is greatly appreciated. Emad I don't know if it can be called easy, but the following script should do the work, by using the stored procedure sp_dbcmptlevel , to update all databases whose compatibility_level is not equal to 90. Hope this Helps!!! Roberto Hernandez-Pou http://community.rhpconsulting.net DECLARE DATABASES_80 CURSOR READ_ONLY FOR SELECT NAME FROM SYS.DATABASES WHERE COMPATIBILITY_LEVEL != '90' DECLARE @DATABASENAME NVARCHAR ( 255 ) DECLARE @COUNTER INT -- INITIALIZE VARIABLES SET @COUNTER = ...Show All

©2008 Software Development Network