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

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

Euclidez

Member List

akks
lnkaye
Slugger25
kitnos
qrli
Crane101
mortiz2112
Afzala
vdv_phuong
Hi_i_am_Amit
Kamil Janiszewski
XIAIX
DmitryMS
Ghulam Mustafa
Mike D12995
J9
StevenR2
SLang
slimjen1
Krutika
Only Title

Euclidez's Q&A profile

  • SQL Server Can I Use Non-empty Behavior for These Calculated Members?

    I still find myself extremely confused about using the non-empty behavior for calculated members. We have a series of calculated members that we refer to as "Velocity", such as "Velocity Sales". The basic definition for these velocity measures is to get the total from the previous 63 business days and then annualize that total (i.e. multiply by 4), with the 63rd business day belonging to the previous month. For example, Velocity Sales for any day in September 2006 would be totaling the sales $ for the business days in the range of 06/05/2006 through 08/31/2006, and then multiplying it by 4. Perhaps not surprisingly, these measures result in extremely poor performance. Since I'm confused on the non-empty behavior, this p ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Rotate to match a heading

    OK, sorry if this is already somewhere.... I couldn't find it when I did a search. I'm working on a 2D project where I have images moving around the screen. They have a 'heading' vector that is sort of generated randomly. I'm trying to calculate an angle of rotation based on the dot product between the heading vector and a 'straight' vector of (1.0f, 0.0f) ... I'm using this because the original image for rotation is facing to the left. (its actually a left arrow --> ) It seems like its sort of working, but not quite right. Sometimes they aren't oriented correctly, and when I put in a negative value for the heading like (0.0f, -1.0f) it rotates as if the heading were (0.0f, 1.0f)..... meaning the sign was lost somewhere in the dot prod ...Show All

  • Visual C++ Can't get Csv format for clipboad to work with unicode

    I have been struggling with writting a comma seperated string to the clipboard with the intention of pasting the string into excel. The code below works fine for all three character sets (ANSI, MBCS, and UNICODE) when using appropriate standard formats CF_TEXT or CF_UNICODETEXT. When I add the Csv format everything works ok for ANSI and MBCS but does not distribute the values seperated by the commas in the text strings into individual cells in UNICODE. In fact, when I paste special and select Csv, all I get with UNICODE is the first value in the first cell as opposed to 1 in first cell, 2 in second cell, 3 in third cell, and 4 in forth cell. I get the Csv in seperate cell with my project set to ANSI or MBCS. What am I doing wrong I use ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX SDK Slowdown

    Hi folks. I used to use Blitz3D to create 3D games because it was so easy to rapidly develop a game whilst avoiding all the general complications involved. The obvious downside with Blitz was that it wasnt an object orientated language. It seems that Game Studio Express has been written for the same purpose - to make Game programming easy and rapid. So I'm interested in using Game Studio Express as I am familiar with C# and it seems like it could be the next logical step (although I see I'm going to have to wait until the content pipeline arrives before doing any 3D). I have one concern though: Does installing the DirectX SDK slow down games and/or your system in general I remember installing the DX7 SDK years ago and since it enabl ...Show All

  • Visual Basic Newbe - needs help with configuration

    I have installed Visual Studio with my SQL server. I don't know why but when I create a new project the only templates I get are Business Intelligence Projects, I want the Microsoft Application template. Can anyone please tell me what I have done wrong. I have re-installed several times but to no avail. My Visual Studio Express will not connect to the SQL server saying it is not configured for remote access yet I know it is as the Visual Studio connects fine. Apologies if this is a lame question but I have wasted a day trying to get this working. Thanks Hi, version of .net is 2.0.50727. I am beginning to think that this is all that comes with SQL Server as I have re-installed several times an ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Conecting my computer to Xbox 360

    What are the steps to do that because I typed in my conection key and everything but still it cant connect to my computer Steps to connect are here . ...Show All

  • Smart Device Development Smart Card and C# .Net

    Hi, I am trying to connect smart card using C#. But I dont know whether C# support winscard.lib API's or not. Any body please tell me how to connect smart card using C#. I dont think microsoft doesnot provide this feature. waiting. shyam I am sorry but this forum is dedicated to questions related to Device Emulator only. However i did a quick search and found few links which might be useful to you http://msdn.microsoft.com/msdnmag/issues/06/11/SmartStorage/default.aspx http://www.aspfree.com/c/a/.NET/Smart-Cards-in-.NET/ Hope this helps. -Thanks, Mohit ...Show All

  • Visual Studio Tools for Office Single installer for multiple Add-in projects

    Hi I have created three Add-in projects (Word, Excel, PowerPoint). There are three installer for each of the project. Can I have a single installer for 3 Add-in projects Regards, Ranjan Of course you can, if you wanted, you could write a primary installer, that calls each of the three individual ones you have now (instead of trying to combine all three into a single installer). ...Show All

  • Windows Forms DataGridView, KeyDown Event

    Hi, It seems as the KeyDown event only fires when a column, row, or a combination is highlighted. This does not include the case when a cell edit session is in progress, in which the event does not fire. Any event to capture the keyboard entries while the cell edit mode is on going. Regards, Reza Bemanian Goran, I read through the thread you generated earlier. Strangely enough I use the EditingControlShowing event to update a DataGridViewTextBoxEditingControl object, which provides the metrics to manipulate the editing text. In this case, I am using the Text, SelectionStart, and the SelectionLength properties. The problem is the Text properly always shows the cell content, though capturing the re ...Show All

  • Visual Studio 2008 (Pre-release) Next CTP Version for Orcas Tools

    Does anybody know when the next CTP versions are coming ...Show All

  • Silverlight (formerly WPF/E) Windows SideBar

    Is it possible to run WPF/E in a Windows SideBar Gadget I was hoping to build a demo of a SideBar Gadget that plays video, but I can't even get a basic WPF/E file to render in the SideBar. Thanks! Okay, so now I can get the WPF/E loaded and everything works except I can't reference images or videos, even if they are in the same folder. I know I read about this somewhere, but is this a known bug and will it be fixed anytime soon Thanks! ...Show All

  • Software Development for Windows Vista C# and DirectShow

    Would anyone send me a sample snipper code of how to create Graph filter using "File Source (Async.)" filter in C# please I could create graph from webcam but not from the ready use filter. Thank you Are you using http://DirectShowNet.SourceForge.Net There are some samples in the Samples\Players directory that you may find useful. --- Co-Author DirectShowNet ...Show All

  • Visual C# curve length & area problem

    greetings, can anyone help me about calculating the length and the area of a curve/closed curve I urgently need help, code or just the method ... I'm using .net 2005, c#. and I'm drawing the curve with using simply the points. thanks in advance. http://ww.cubic.org/docs/hermite.htm This is a text about hermite curves - and cardinal splines (as drawn by DrawCurve) are a subset of hermite curves. This should help you with getting the equation of your curves ... ...Show All

  • SQL Server Problem with SET TRANSACTION ISOLATION LEVEL

    I found that SET TRANSACTION ISOLATION LEVEL only sets the isolation level for the current CONNECTION. 1. What if I want to change the isolation level of the whole database Which command is it 2. What if I want to use IsolationLevel of Serializable only with a transaction ( a part within a stored procedure) for ex. this is from a stored procedure /* Blah Blah Blah Blah the T-SQL before the transaction */ BEGIN TRANSACTION myTran ; /*I want IsolationLevel = Serializable being used here*/ /* Do something Blah Blah Blah in this transaction */ COMMIT TRANSACTION myTran ; /* And here go back to default Isolation level */ /* Blah Blah Blah Blah the T-SQL after the transaction */ Thanks every body!!! ...Show All

  • Visual Studio Express Editions c-mon guys..help me out

    I asked for help in my other thread.. button help needed... big problem.... I had a couple of replies...but I am still stuck....can you help please thaks for the replies guys.... but saving the urls is fine for me...as I can save the urls that I want......ie...google.com... but if someone else was to use my browser....I want them to be able to assign the buttons to their preferences... actually I messed up....because I have 10 menu items named site1 to site10......... the idea was to save your favorite sites to the menu items......but my favotite sites are not your favorite sites.... see the problem I need a way to save the menu items to the documents folder....so that the user can change them....... I ...Show All

©2008 Software Development Network