Software Development Network Logo
  • Windows Live
  • Architecture
  • Visual C#
  • Windows Vista
  • Smart Device
  • VS Team System
  • Visual J#
  • Windows Forms
  • Visual C++
  • VS Express Editions
  • Visual Studio
  • .NET Development
  • Game Technologies
  • Visual FoxPro
  • Visual Basic

Software Development Network >> Nima Amin's Q&A profile

Nima Amin

Member List

Brian Gress
Praveen-Infokall
Kyle Fender
VisualCBuilder
Exempo
mehmet bey
nickelilltroll81
PaulWesterman
qsnet
Mazen Nahdi
Vijay Hariharan
Lou Terrailloune
GiovanniP
Richard L Brown
nentjes
dNetGuru
Jmelgaard
adange
Dybber
ondulacao
Only Title

Nima Amin's Q&A profile

  • Visual Studio How to use the crystal report viewer 11 to insert in VS.net 2005 beta 2????????

    Hello All, I installed VS.net 2005 B2 and than installed Crystal Report Development Edition 11 now I should use the reportviewer tool of Crystal Report 11 I don't see it on toolbox of VS.net. Crystal report 11 have Reportviewer11 sperate or use Reportviewer of VS.net 2005 Thanks, Starfo Hi, I've searched the Business Objects website to no avail. There's no mentioning of a new VS.net component or something. But there's a Release 2 on the C ...Show All

  • Visual Studio Team System TFS and SQL 2005?

    is it possible to use SQL 2005 Dev Edition with single Small Team foundation Server My Hardware Specifications are 1G Ram. Hi, Areej, Sorry to say but, I read this message from the msdn subscriptions web site: To install Microsoft Team Foundation Server, you must download and install SQL Server 2005 Standard Edition separately. SQL Server 2005 Developer Edition will not work with Team Foundation Server. Regards, kill ...Show All

  • SQL Server Please help me with my Top N query

    Hi all, I used to do quite a bit of transact sql programming, but haven't done much recently. Anyway I just started a new job, and I have to analyse some data. I know I can use a cursor to get the information I want, but I'm sure there must be a way to do it using a "set" based approach. If anyone could give me some suggestions I would really appreciate it. In essence I receive a large data file which contains AccountNumber Date ( ...Show All

  • Visual Studio 2008 (Pre-release) Animation not working in code

    I set some animations in a WBA. First I register the name: Application.Current.MainWindow.RegisterName(myElement.Name, myElement); When I try to set a storyboard and set an animation on this element I get 'The name 'myElementName' could not be resolved in the name scope of 'MS.Internal.AppModel.RootBrowserWindow' like the name is not registered. This code used to work in Sep CTP. Did something change for Nov CTP regarding ani ...Show All

  • SQL Server Error Message 443

    Hi, I'm trying to create the following function: CREATE FUNCTION dbo.get_id(@name NVARCHAR(50)) RETURNS INT AS BEGIN  DECLARE @id INT  SET @id = (SELECT id FROM dbo.language WHERE name = @name)  IF @@ROWCOUNT = 0   RAISERROR('Specified item does not exist', 16, 1)  RETURN @id END GO And I get the following error message: Invalid use of side-effecting or time-dependent operator in 'RAISERROR' within a function. ...Show All

  • SQL Server dimension records exceeds 64000

    I am facing a problem in SSAS, unlike Analysis service 2000 , I cannot find any grouping under level properties for a dimension. Actually one of the dimension is too big, some 1600000 records are there and no hierarchy as such. only way is to club by first alphabet,which we were using in 2000. i.e. by using the grouping property. but in SSAS 2005 I cannot find any, how do i overcome this, otherwise beyond 64000 records its not showing There ...Show All

  • Visual C# How do I change the default language in Visual Studio 2005?

    How do I change default language in Visual Studio 2005     When Visual Studio starts it display information about C++, but I would like to change this to C# Use the Import and Export Setting Wizard: 1. Choose Tools -> Import and Export Settings ... 2. Select Reset All Settings and click Next 3. Select whether you would like to save the current settings and click Next 4. Select the settings you ...Show All

  • Visual Basic Notify Window

    How can i use the notify window like msn messenger 7 that appears in the bottom right corner of the screen Hi, There is a freely available NotificationWindow control available as a part of the VB Power Pack. You can read about it and download it here: http://msdn.microsoft.com/vbasic/default.aspx pull=/library/en-us/dv_vstechart/html/vbpowerpack.asp Best, Paul Yuknewicz Visual Basic ...Show All

  • Visual Basic Access DB INSERT problem

    Hi all, I am currently working on a VB.NET 2003 application that needs to INSERT multiple records in an access database. I this insert query for example : strSQL = "INSERT into NOTE_DEF (CHAPT_PK, FIGNO_PK, NOTE_NO, NOTE_DEF) Values ('" & _ gstrChaptNo & "', '" & gstrFigureNo & "', '" & gNote.NOTE_NO & "', '" & gNote.NOTE & "')" The problem is : If ...Show All

  • Windows Forms Listview questions

    Hi all Can someone please post me some code on how to register and handle the event of the user clicking/scrolling the vertical scrollbar on a listview. Secondly, if I allow the user to reorder listview columns, what is the best way to keep these re-orderings when the user closes the app and opens it up later Writing the index positions of each col header to file xml Thanks to everyone Tomas ...Show All

  • Visual Basic Dynamically Changing Button Properties

    I am writing an application where I have a 5x5 array of buttons that I want to dynamically update some of the properties. I have created all of the buttons in the editor and have given then names that reference their position in the matrix (i.e. btnGrid11, btnGrid12, etc.).  Based on the button that a user presses, I would like to update the image that is shown. I would like to do this in a loop and the problem that I am running into is tha ...Show All

  • Visual Studio VSS 2005 + Visual Studio 2003 using internet connection to database

    All, My scenario is that a team that previously developed in the same physical location is now globally distributed (US, UK, eastern Europe and Australia), but code maintainance requires that we can access the VSS source database. We originally developed the product using VSS 6. I can connect to the server that hosts the database via VPN, but performance is unusable - I gave up trying to "Open from source control" when it hadn't ...Show All

  • Visual C# Get file permissions

    How can I programmatically find the permissions of a particular file in Csharp that looks like it Sibusiso, what I want to do is get the file permissions, change the file permissions and then revert back to the original file permissions. Thanks. ...Show All

  • Windows Forms Having Trouble with A MultiSelect List Box and A Typed Array

    So here is all the code, and then I'll explain the problem: First I have a multi-select listbox: this.lblPossibleBaseCurrencies.Location = new System.Drawing.Point(312, 184); this.lblPossibleBaseCurrencies.MultiColumn = true; this.lblPossibleBaseCurrencies.Name = "lblPossibleBaseCurrencies"; this.lblPossibleBaseCurrencies ...Show All

  • Visual Studio VS2005 problems converting VS2003 Solution

    I downloaded VS2005 beta 2 and I'm trying to evaluate it to see what kind of work it's going to be converting our 2003 applications over to 2005. My initial conversion compiled, but had a fair number of warnings. Most were solved by editing the LIB environment variable. The others were mostly obsolete forms of some library calls. However when I tried to run it, it died trying to set up the tracing. TextWriterTraceListener(File.C­reate(fixed ...Show All

©2008 Software Development Network

powered by phorum