mruniqueid's Q&A profile
Software Development for Windows Vista Installation of Windows SDK for .NET 3.0 fails
Hello! I need help. I tried to install the "Microsoft Windows SDK for .NET 3.0 framework". But the installation fails. I did not change anything (no options or path) while installing. Here is the end of the log file (I changed the domain and user name): 18:05:23 Dienstag, 5. Dezember 2006: [SDKSetup:Info] File succesfully downloaded - source:http://download.microsoft.com/download/a/7/7/a7767f09-0136-4a96-a1f8-276bf0ee31fa/WinSDK-WinSDK_BIN_VC8_Runtime_X86_CRT-common.0.cab target:file:///C:/Dokumente und Einstellungen/username.DOMAIN/Lokale Einstellungen/Temp/SDKSetup/WinSDK/WinSDK-WinSDK_BIN_VC8_Runtime_X86_CRT-common.0.cab size:555366 18:05:23 Dienstag, 5. Dezember 2006: [SDKSetup:Info] Beginning download of file http:/ ...Show All
Visual C++ 1st TIME USER, please help me to install the STK in Visual Studio 2005
Hello everyone, sorry if this is a stupid question, but I'm VERY new to this. Have been bumbling through C++ at uni (it's a module on my Sound Tech course) but now it's Xmas holidays and there are no tutors to pester! I've managed to get hold of Visual Studio 2005 and I need to know how to get the STK file working with it. My plan is to build a very simple interface that allows the user to manipulate resonance, filter cutoff, LFO speed etc of a sample they can input. Kind of like a Kaos pad, but without the nice touch screen! Anyway, ANY help would be really appreciated. Thanks, Matt Hello Re: 1st TIME USER, please help me to install the STK in Visual Studio 2005 ...Show All
Community Chat logiciel
Bonjour,Quel logiciel convient le mieux a l'exploitation d'un cyber-cafe Just for fun: I dont know any french at all .. but after squirming a little i got to some interpretation of your conversation (lol!). Tell me how close am i Q> Hello, Which software is appropriate best for the exploitation of a cybercafe A1> it is necessary that you check the memory your ordiator A2> correction: it is necessary that I check the memory of your computer just for fun! ...Show All
SQL Server SSMSE Only Installs to the C Drive
I was not given the chance to select the destination for the SSMSE installation. The C drive was used. SQL Server Express was already installed on the D drive. If you have never installed any SQL Server product on your machine, you should be able to select a drive and directory in which to install whichever product you are installing. This will set the SQL Server installation directory for all subsequent SQL Server products, which all share the same root directory. So, if you install SQL Server Express first, SSMSE has to install under the same root directory and the option to change the installation directory is disabled. I'm surprised that SSMSE did not automatically insta ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Shader Editor in XNA
Hi all! So, tests and more tests... Now we can say XNA IS ROCKS! But i have a comment. I use FX Composer(nVidia) to code and test shaders in real-time and debug it, but it is only for Cg code. I think XNA Studio need a shader editor with auto-complete, intellisense, highlight, etc, like the nvidia tool but for HLSL. So its my comment... Sorry for my bad english.... FxComposer v1.8 only does DirectX FX/HLSL. Perhaps you are using one of the alpha/betas of FxComposer v2 Cheers, Leaf. ...Show All
.NET Development Error when running my app from a net folder
I need to use some of the apps i build in my company through the network. When i try to run them locally, from my local hard drive, they run fine and i have no problem, but, when i finish developing them, i have to put them in a network forder that everybody in the company can see.. this folder is in the company's server and the problem is that, when i try to run the app, i get an error message that says something like this: The application tryed to perform a not allowed action because of the security directives. For giving this app the needed permission, get in contact with the system administrator or use the Microsoft .NET Framework configuration tool. If you click on continue, the app will skip this error and try to go on. If you click ...Show All
Visual Studio Team System Any experience using cs-converter?
Does anyone have any experiences with CS-converter from Component Software http://www.componentsoftware.com/Products/Converter/ A client is interested in using it instead of the VSS Converter tool. The synchronization piece with VSS is a big selling point, as is the capturing of the original timestamps. The functionality looks impressive - has anyone vetted it out We have not used it ourselves but have seen demos of it and it looks very nice. I agree that the synchronization piece is really nice. We've expressed some concern to them about the timestamp modifications. There are scenarios where this can get you in trouble (which is why the TFS VSS Converter tools doesn't do it). You may want to discuss th ...Show All
Visual C# Computer stats (WEB)
Does anyone have a free webproject that shows computer stats Like Bandwidth Up and Down in use, ram use, processor use....Uptime...These things... Thanks !!!!! some of these can be done using the performance counter. Take a look at this thread here, for information on how to get the RAM use/CPU Usage: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=773531&SiteID=1 in terms of the networking stuff, not entirely sure. One other reference/resource which I believe will help you is this: http://msdn2.microsoft.com/en-us/library/system.diagnostics.performancecounter.aspx It's the performance counter class. System uptime can be looked at from the Environment.TickCount, but also using WMI Classes, for chec ...Show All
.NET Development login info
Is there any secure way to store,read, and write login data like usernames and passwords for multiple users other than SQL Databases. Let me specify with my first question. Is there any way to read,write, and edit a file that contains multipul usernames with their password. I want to be able to encrypt and decrypt the file, so when i try to acess that file with notepad it wan't show the usernames and their passwords. Thanks. ...Show All
Visual Studio 2008 (Pre-release) How to display an Image using Byte []
I have stored the Image into Database. When I m fetching the binary data of that image from database, I want to display the image in Image Control directly. I don't want to store that data as an Image file. Any hint. Thanks Hi. Here are two borrowed examples that together may sort you: DESERIALIZE: (from Msdn) static void Deserialize() { // Declare the hashtable reference. Hashtable addresses = null ; // Open the file containing the data that you want to deserialize. FileStream fs = new FileStream( "DataFile.dat" , FileMode.Open); // or your DB etc... try { BinaryFormatter formatter = new BinaryFormatter(); // Deserialize the hasht ...Show All
Smart Device Development AVRCP
Any help in finding documentation on how to use AVRCP in C# CF 2 appreciated :) http://www.google.com/search hl=en&q=AVRCP+Windows+Mobile+Blue+Tooth&btnG=Google+Search ...Show All
Visual Studio 2008 (Pre-release) What has happened to System.Windows.Media.Core namespace once present in betas of .NET FW?
There has been namespace system.windows.media.core in betas that wrapped Media Foundation functionality. Why it has been removed Why again MS plays against its developers and we have to do complex things on our own because out of a box classes does not give ebough flexibility As far as I know there is no managed wrapper against Media Foundation toolkit present in windows vista. Przemek The MediaGallery sample from v6.0 samples still works. it uses mediaTimeline class from system.windows.media namespace I don't know if that is what your talking about Later Mike ...Show All
Visual Studio Tools for Office VSTO on server
Is it possible to deploy VSTO on a webserver, or server farm, in order to import uploaded Excel spreadsheets in a richer manner than allowed by OLE DB or ODBC I ask this in the context of working for a major corporation with a strong MS relationship and just about unlimited quantities of all, or nearly all, MS licensed products under the sun. I have two import processes in place, one something of a bootstrap, using VSTO, that provides a lot of interactivity with the spreadsheet, allowing for good feedback to the user. The other is ODBC based, and it simply treats a spreadsheet tab as a table, spreadsheet columns as table columns, interacted with using SQL -- but the user has to provide ...Show All
Visual FoxPro Transactions, buffering questions...
Hi all! I do have a code were I open a table, store it on a cursor like: select name,surname,address from myTable into cursor myCursor readWrite and I display it on a grid. Then what I do is to let the user select a record, click on an " EDIT " button and edit the specific record (on another form), and after he clicks on a " SAVE " button to commit the changes to the table. So far everything is fine! My main problem/question is that I need this software to be a multiuser application and run over a LAN. So all the tables are shared (so the database is) and I try to use BEGIN TRANSACTION , END TRANSACTION and ROLLBACK commands. But suppose I have 2 users, user A and user B. If user A and user B are both viewin ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Collision Detection and Rotation issue
Hi, I am creating a pong game for my first game. I am having problems detecting collisions when i am using the Draw method of the spritebatch with the rotation parameters. if i use this code everything works great: //This method is in the Ball class called from update method protected virtual void CheckCollision() { if ( this .BoundingBox.Intersects( this .Game.Player1.BoundingBox)) { _velocity.X *= -1; _direction *= -1; } else if ( this .BoundingBox.Intersects( this .Game.Player2.BoundingBox)) { _velocity.X *= -1; _rotationdirection *= -1; } } the boundingbox property is implemented as follows: public BoundingBox BoundingBox { get { return new BoundingBox ( new Vector3 (_position, 0f), new Vector3 ...Show All
