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

Software Development Network >> R.Tutus's Q&A profile

R.Tutus

Member List

sapo
Rory Clark
Dnieto23
flinger
btimur
pappascd
lordti
Vijay Guru Prasadh
gougliak
Jehan Badshah
DKB
ameyayashu
vjn
Rav3n
ROSE3000
AKW2006
thukralz
Marnik Van Hileghem
guilherme mendes
Jiajia
Only Title

R.Tutus's Q&A profile

  • Visual Basic Long Numbers

    Hi, I would like to write applications, such as calculating pi, generating Mandelbrot Sets, factoring large numbers or prime hunts, which use extremely long numbers. I'm not talking about the measly 32 decimal places of the Decimal variable. I'm talking about two or three thousand decimal places. I've written a couple long number calculators which are, quite frankly, crude, cumbersome and slow. My approach has been to create arrays of byte characters, assign one digit to each byte, and then try to program the whole thing to handle addition, subtraction, multiplication and division; all the while trying to keep track of decimal places and polarities. It seems to me that there has to be a better way. Anyone know if it is possible to ...Show All

  • SQL Server Mdx Expressing for Calculated Measures

    Hi, I am new to SSAS and MDX; I am trying to create a calculated measure with CREATE MEMBER CURRENTCUBE.[MEASURES].[Consensus Forecast - FCDT] AS IIF( ISEMPTY([Demand Forecast .[Forecast Type] ) OR [Demand Forecast].[Forecast Type] = 'CONSENSUS' OR ISEMPTY([Measures].[Forecasted Qty - FCDT] ),0,[Measures].[Forecasted Qty - FCDT] ), This calculated measure is always giving me zero, Is this a valid query which will return me the Forecasted Qty Can anyone Please point me to the issues here about the Dimension Attribute Checking Thankyou Vidya Without knowing what you want to achive with this calculated member, it's hard to give advice on it. If you want to get Forecasted Qty - FCDT for Forecast Type that ...Show All

  • Windows Live Developer Forums why!!?? please help me!!!

    Acces violation at address 0044CD07 in module 'msnmsgr.exe' Read of address 00000000 KaRencita: Your question doesn't seem to be related with Messenger development. The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn.messenger Get the latest inf ...Show All

  • SQL Server AcquireConnection method call fails when scheduling a job with Excel Connection Manager?

    I have a SSIS package that reads the data from an Excel file using an Excel Connection Manager and imports the data to a table on a SQL Server 2005 DB instance. When I run this package locally on the server the package being on the file system, the package executes perfectly. Now I upload the package to the msdb database and the run the package from there and the package still executes successfully. Now I schedule the package to run as a SQL Server Agent job and the package fails and when the logging is enabled I see this in the log file; OnError,WEB-INTSQL,NT AUTHORITY\SYSTEM,Copy to CRN-ALLOCATION_COMMENTS_TEMP,{40A6BF6E-7121-448B-A49D-DED58FDC746A},{BD991566-F4BD-41BC-AEBF-264032D8D0D3},5/9/2006 1:54:52 PM,5/9/2006 1:54:52 PM, ...Show All

  • Visual Basic String Functions

    Through playing I have noticed that whenever I type the name of a string, for example str, with a . after it a list appears with common and all functions availible. Commom: Contains EndsWith IndexOf ..... etc. I am trying to find which functin would accomodate me the best. I am currently using the .Contains to find if a specific "key" word appears in the string I just read in. But what I don't know how to do is extract data that appears after the "key" words. Can someone please help me.....!!!! Example: Itinerary for Doe,John on 01-01-1001 The informaion in yellow is the data that I need. The red ar the "key" words. Yes, I actually have more data than ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. BoundingBox.Contains doesn't work after a transform?

    Hi All, I have some test code that uses BoundingBox.Contains to see if a vector lies inside the bounding box. It works fine until I transform the point vector and bounding box min/max vectors by a matrix. The coordinates look right, but the function retuns disjoint. I know I must be missing something here, but I can't figure it out. The values after translation are: BoundingBox.Min: 0, 0, 0 BoundingBox.Max: 1, 0.99999999, -1 Point: 0.5, 0.5, -0.5 My test code just replaces the standard game Update() method. You also need to set the game Draw() methods graphics device clear call to graphics.GraphicsDevice.Clear(color); Here's the Update method and color declaration: Color color = new Color ( Color .Yellow.To ...Show All

  • Internet Explorer Development asp.net 2.0 application with Master Page does not display properly under ie7

    I have an asp.net 2.0 application which when viewed on internet explorer 7 does not display properly. There is a footer that tends to appear in the middle of the screen, which was previously at the bottom, and also when grids appear and have enough data to scroll down the screen, the footer and the outline of the content page do not move down to accomodate this. I tried some recomendations from the ie7 site, but couldn't get it to work. Also this is specific to one website, others using a similiar setup work fine Any thoughts on where I should look next regarding this I can understand how that would help in regards to the first web page that uses a style sheet, but what about the secodn one that does not ...Show All

  • .NET Development How to save data from database as xml file?

    Hi I have database with one table and 70 columns. Also I have xml schema . I have managed to save the dataset as XML file. But the output xml file contains all 70 columns under one NODE. My question is as follows: 1. Am I able to use xml schema to get well formed xml 2.Please tell if any other best way to implement this Advance thanks. try doing some kind of tsql query , at this end of the t-sql statement add this: FOR XML AUTO, ELEMENTS then save it to a file. ...Show All

  • SQL Server auto resizing column

    hi all i am working on sql reorting 2005 how can i set the column width to autoresize depending on the maximum length of data for that column plz help me. As far as I know, there is no way to autoresize column width. The only property to account for adjusting a cell's dimensions is "CanGrow." If this is set to True, the cell will increase vertically to fit all the data. However, this only adjusts the height and not the width. ...Show All

  • Visual Studio 2008 (Pre-release) how to reakt on onwaycontract in IRequest/IReplyChannel

    If i implement a channel as IRequest/IReplyChannel, how do i notice that i don't have to wait for the response It isn't always OneWay. Sometimes the other side doesn't answer, in which case i wanted to use the OneWay attribut to signal the Channel that it doesn't have to wait. So IInput/IOutputchannel is the way to do this But than I have to handle the connection between the sending and receiving Object and all the other stuff. ...Show All

  • Visual Studio Problem using SandCastle with ASP.NET 2.0 WebSite

    Hello, I have all the pre-compiled dlls of the asp.net 2.0 application, I trying to use Eric Woodruff's sandcastle GUI While building the build fails asking for System.Configuration unresolved assembly reference: System.Configuration (System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a) required by App_WebReferences BUILD FAILED: Unexpected error in last build step. See output above for details. Does it necessary that i should include all the namepaces used to build documentation for a project. Can anyone point me who to use sandcastle with asp.net web applications. thanks!! sqlnew hello Eric, I tried to over come this problem by add ...Show All

  • SQL Server Join 2 table with our relation

    is there any way to join to table with out relation I mean conect tow table row by row An example of a cross join might be something like this: drop table a go drop table b go create table A (a int) go create table B (b int) go insert into a values (1) insert into a values (2) insert into b values (11) insert into b values (12) insert into b values (13) select * from a cross join b -- ---------- Output: ------------ -- a b -- ----------- ----------- -- 1 11 -- 1 12 -- 1 13 -- 2 11 -- 2 12 -- 2 13 ...Show All

  • Visual Studio Express Editions Use ComboBox text

    How do I get the text from my combobox to display as the title. ------------------------------------------------------------ Private Sub Insert_Button_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Insert_Button.Click ' Initialize the button column. Dim Insert As New DataGridViewButtonColumn With Insert .HeaderText = "Details" .Name = "Details" .Text = "View Details" ' Use the Text property for the button text for all cells rather ' than using each cell's value as the text for its own button. .UseColumnTextForButtonValue = True End With ' Add the button column to the control. DataGridView1.Columns.Insert ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Constrain Mouse to Game Window?

    Hi, Is there any way in GSE/XNA to constrain mouse movement to within the Game window Like they all said, avoid doing this at all costs because you'll just piss off your user. But if you really have to have it for whatever reason (or can use the code to learn from), here it is #region Constrain mouse to window if ( Mouse .GetState().X < 0) Mouse .SetPosition(0, Mouse .GetState().Y); if ( Mouse .GetState().X > iSCREENWIDTH) Mouse .SetPosition(iSCREENWIDTH, Mouse .GetState().Y); if ( Mouse .GetState().Y < 0) Mouse .SetPosition( Mouse .GetState().X, 0); if ( Mouse .GetState().Y > iSCREENHEIGHT) Mouse .SetPosition( Mouse .GetState().X, iSCREENHEIGHT); ...Show All

  • Visual Studio Team System FxCop confusion

    Hi, I'm a bit confused between FxCop 1.35 and and the "managed code analysis" : 1. Do I need VSTS for Software Developers for the VS code analysis to work 2. If not then how do I enable the built-in code analysis I noticed I've got the fxcop folder and rules under "C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools" - does this help me 3. Will the SuppressMessage attribute only work with VSTS for developers I can't get it to work with fxcopcmd thanks Av Hi, Thanks for the reply. 1 & 2 : Turns out I've got Team Edition for Architects installed. Looks like it installs the fxcop stuff but doesn't give me the Code Analysis tab o ...Show All

©2008 Software Development Network