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

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

Fidence

Member List

sagarmalik
Kerry Reynolds
ahmedilyas
TheBlackDahlya
bpsmith
steal
koby198
JPedroFS
ECHS BACHS
pst_grant
suneelpotluri
bryanedds
ElliotHC
Davids Learning
Aamir Iqbal
Douglas McClean
dgolds
kevM
Troy Lundin
jasse_91
Only Title

Fidence's Q&A profile

  • Visual Studio Express Editions A BIG ERROR using DirectX SDK...please help

    Hello.I use in my application DirectX.AudioPlayback.I have DirectX SDK from Februarie 2006.The problem is: - In my computer the program is working very good with no error, but at my friend computer the program gives me a error: Unhandlet exception has occured in your application.... Could not load assembly 'Microsoft.DirectX.AudioPlayback, Version 1.0.2902.0, Culture = neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependences.The system cannot find the file specified. What is wrong What I most do you need to install the DirectX runtime files and also perhaps update DirectX This is the issue I was having myself on my test environments and found out that if you use the managed Di ...Show All

  • SQL Server Pivot table Conditional calculation field

    Hello All I am using owc pivot table as a control to display the data in cubes. Now i have a requirement to apply the formula (calculated field) for all records except few. How to solve this scenario. Please Help Thanks I have written this query and this query returns me the same results as i expected except the Grand Total at bottom which show the same value as of old grand total. "WITH MEMBER [Measures].[Q1] AS '[Measures].[BY] * IIf([Center].CurrentMember.Name = ""Apple Research Center"", 1.2, 1) ' SELECT {[Measures].[Q1],[Measures].[Prior],[Measures].[CY]} ON COLUMNS, [Center].[Center].Members ON ROWS FROM Demo" Please Help Anil ...Show All

  • Windows Forms Execute another form's Sub from a Dialog

    Hi, I'm new at vb2005 and this is my problem: Let's say I have a form with a Combobox filled from a dataset, and I want to show a dialog where the user might insert a new value for that Combobox. If the user hits the Ok button, the values are stored ok, but what would I have to do to reload the Combobox content as soon as the user hits ok in the dialog, so the new value appears on the list Thanks in advance.     George Waters wrote: but what would I have to do to reload the Combobox content as soon as the user hits ok in the dialog, so the new value appears on the list Thanks in advance. You need to refresh to source to which you combobox is bind ...Show All

  • SQL Server Conditional Split problem

    Don't know if anybody else has had this - In a dataflow task I added a conditional split that currently has two possible outcomes. Initially this was a straight choice. Later I added an "or" clause on the second leg thus expression1 || expression2 on which the second leg ceased working. After some mental anguish I deleted the component and then reimplemented it using identical logic and magically (or so it appears) it all worked. So, it appears the old tricks still apply... When I created the new component, I copied the old expressions to Notepad and then pasted them back in again, so your scenario is unlikely (though of course not impossible.) ...Show All

  • SQL Server Incorrect error Message while updating partition key of a Partitioned table that has indexed view

    Hi all, I have a Partitioned table like this base_table( id int identity(1,1) primary key, .. ... topparentid bigint , ... ) I have a range partition with partition key as topparentid. I have a clustered index on topparentid. Note that indexes are not partitioned in this table. we have a Indexed view like create view indexed_view as select id,.... topparentid ... from base_table there is a unique clustered index on the id coulmn of the view. Now, when I tried to update the base_table topparentid value i get a following error cannot insert a duplicate row in view "indexed_view" with unique index "<index name>" This error does not happen for a ...Show All

  • Smart Device Development About Bluetooth Chatting

    While Developing the application whether is it Necessary to have two mobile phones for Chatting using Bluetooth Technology or we can develop by having the Emulator itself ...Show All

  • SQL Server Error when I try connect to a database

    Hi! I just have downloaded VWD C# express and get a big problem when I try to connect to a database, I use the SQL data source object and when I'm trying to connect to a database I can't use the INSERT, DELETE and UPDATE object in the database. I now that I have to click to advanced button and click for INSERT, DELETE and UPDATE objects but I don't even can click for that so something is very wrong, but what I use Microsoft SQL server database file as a data source and if I try to use Microsoft SQL server (sqlclient) instead I get this huge error: " An error has occured while establishing a connection to the server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default SQL server does not a ...Show All

  • Visual Studio 2008 (Pre-release) Deserializing A SAML Token Received From An STS?

    Having received an RST message, an STS serializes a SAML token into the body of the RSTR message returned to the client. In that the RST and RSTR support was pulled from WCF, it would appear that the SAML token need be deserialized on the client side for caching and reuse. Documentation concerning the SamlSerializer, SecurityTokenResolver, WSSecurityTokenSerializer and SecurityContextSecurityTokenResolver classes is sparse, however, and attempts to do so consistenty result in: "The SecurityKeyIdentifier that was found in the SamlSubject cannot be resolved to a SecurityToken. The SecurityTokenResolver must contain a SecurityToken that the SecurityKeyIdentifier resolves to." Little seems to have been written concerning th ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Keyboard State and color manipulation of textures

    Hello, I have a couple of questions and I'll do my best not to babble on. First, a little description of what I'm doing: I'm currently working on a little XNA application that effectively draws a game board in 2D (all textures) and then places new pieces on the board when I press the 'N' key and if I click on a piece, then I can move it. If I click on it once more, it will be 'let go.' Here's the questions: 1) When I press 'N' quickly, I get 6 new pieces (since it cycles through update 6 times before I let go... what can I say too slow on the draw ;) ). To fix this, I created a variable called nPress. Here's the code: bool nPress = false ; KeyboardState keyboardState = Keyboard .GetState(); if (keyboardState.I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Using the XNA Framework for applications other than games

    Just a quick question: Will it be possible to use the XNA Framework outside of the XNA Game Studio to develop applications other than games (like CAD programs or something similar) I'm asking this since it will probably replace MDX and therefore represent the more "up to date" version of the DirectX functionality. Well, that's perfectly okay I expected the "part-time-job" functionality of XNA Framework to be coming last in the development cycle. What I was more concerned about was the ability to use it outside of the XNA Game Studio. But since it is just assemblies like the rest of the .NET Framework, I should have no problem whatsoever using them in VC++ Express if I want to, ...Show All

  • Visual Basic Login

    Does anyone know if it is possible to use an html registration form, and have all info stored in a database automatically. THen when people login, it looks for their login information in the database. How could I do this Thanks. Hi, Yes what you are talking about can ( and usually is ) implemented using ASP or ASP.Net. ASP= Active Server Page and the " code behind " generates the HTML web page from this code upon user requests such as a LOGIN . This code can be linked to a database " usually in the Apps folder " to look up user names or in the case of commercial web-sites, items and their prices sometimes with pictures too. An ASP page ends with .asp or .aspx and runs in a special folder. This special folder is the I ...Show All

  • Visual Basic help finding program

    im getting an error loading message and i need help finding the file that my computer cant find I would guess that this is a duplicate of the thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=810203&SiteID=1 In which case this problem isn't even related to a development or .NET issue. ...Show All

  • Windows Forms How to make pie chart clickable using 2005 visual studio.

    Hi, I have a requirment to make pie chart region clickable..If I click on any region it should go to other report with parameter. Can any one please give me an idea Thanks in advance. Thanks, Viru The normal way would be to create an event handler for the Click event of the pie chart you have written. The event handler would contain the code to invoke the report. ...Show All

  • Windows Live Developer Forums API giving back different order start date than what shows on UI

    The Production UI shows order start date as 9/5/06 however the API returns Mon Sep 04 17:00:00 MST 2006. More info:Order ID: 54297100 Hi Sudhir, I'm currently looking into this issue, but I need some more information: Would you please run GetOrder for that OrderID again, using the API and then check it against the UI Then, please let me know if the discrepancy persists. Thank you, JasonDT - MSFT ...Show All

  • Visual Studio Express Editions For loops

    Hi, I'm trying to figure out how to 'spawn' for loops on the fly. For example, I have three nested for loops such as: for (int x = 0; x < 2; x++) for (int y = 0; y < 2; y++) for (int z = 0; z < 2; z++) Console.WriteLine(x.ToString() + y.ToString() + z.ToString()); which displays the binary numbers 000 to 111, what I want to be able to do is pass an arguement (like the value 3) to a function which creates 3 nested for loops and behaves as the above for loops. The idea being that this function can be reused being given a different value resulting in that many nested for loops being executed. I'm new to C# so any ideas would be welcome. Cheers. Thanks ...Show All

©2008 Software Development Network