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

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

DimmuZangetsu

Member List

AravindKumar
LTD
Bijaya Kumar Pathia
Deeps_123
Bobo1234
Trisha1802
Bachi
Steve Dunn
Rattlerr
dakota367
Code_Explorer
The_Drewster
Mitesh Shah923
Stephen_Sbh
m14cus
VDeepak
Ramakrishnan Thangavel
kkt
ramyaVijay
PetrVal
Only Title

DimmuZangetsu's Q&A profile

  • Visual Studio 2008 (Pre-release) Where Can I find WCF tutorial Videos?

    Can any body tell me where can i find WCF tutorial videos to Download or any web cast .or something like that.. Regards Shahzad Kabot international pakistan lahore I completed a series of 15 webcasts on WCF here: http://www.dasblonde.net/2007/06/24/WCFWebcastSeries.aspx And all my code samples for my book Learning WCF can be found here: http://www.thatindigogirl.com ...Show All

  • Visual Studio 2008 (Pre-release) Binding RichTextBox Content

    Is it possible to set the text of a RichTextBox via binding I have been trying things like this: <RichTextBox x:Name="RTB" Text="{Binding ElementName=SomeElement, Path=SomePath}/> Obviously this doesn't work because a RichTextBox doesn't have a TextProperty. Is there a similar Dependency Property that I should be using, or is there a way to do it at all Thanks I was afraid of that, I need to be able to apply text styles, so I figured a RichTextBox would be best. Is there a way to style text in a TextBox ...Show All

  • Visual Studio Express Editions Removing labels (scriptwise) doesn't want to work.

    I use the following code in my program to add some labels: Dim l As Label For i As Integer = 0 To 10 l = New Label l.Name = "LabelDay" & i.ToString l.Text = "Day" + i.ToString l.Top = 88 + (i * 20) l.Left = 5 l.AutoSize = True l.Visible = True Me.Controls.Add(l) Next i Now I want to remove them with: For Each c As Control In Me.Controls If TypeOf c Is Label Then Me.Controls.Remove(c) End If Next For some reason I have to run the remove function several times. Why doesn't my script remove all labels at once I'm still struggling with my code to remove the labels. The code given before works, but as I have a lo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I'm trying to reference another project

    Right now I've got a windows game project and a windows library. I'm trying to reference the the game project to the library but when I go to 'Add Reference' then to the 'Projects' tab and there are no projects in that tab...its blank. Any suggestions thank you this worked out perfectly. I was thinking something along those lines but I'm just not on the ball today. Thanks : ) ...Show All

  • .NET Development Problem installing Microsoft .NET Framework 1.1

    Hi i need to install Microsoft .NET Framework 1.1 on my PC for a game i want to play(Lord of the Rings Online), i downloaded the dotnetfx.exe setup file(file version: 1.1.4322.573) and ran it then during the copying new file prosess i got the following error: "Error 1304 error writing to file: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\shfusres.dll Verify that you have access to that directory." So yea im kinda stuck as to what to do, any help with this would be really great. Much thanks. Do one thing, dont extract the file directly into that folder , first of all extract the shufres.dll file onto your desktop or somewhere other than that folder ,and when the installing begins, you manually paste the fil ...Show All

  • Visual Studio Express Editions Stream data revisited.

    Hello all, I would like to ask for some opinions on the best way to do something and possibly the solution. I am beginning to think that my "programming logic" is off when it comes to figuring out how to do something and I would like some advice on that as well. I will use my current project as a case for this. I need to stream data into an application, run calculations or manipulation queries against the data and output the data into a Data Grid View (eventually I will use C# to access Excel and create a custom report). My first idea was to stream the data into a list and from the list into a DataTable then to the Data Grid View. I was advised to stream it directly into the DataTable. Below I have pasted the code for the main form and th ...Show All

  • Smart Device Development Save Pocket Outlook Attachment to PDA

    Hi all, Is there anyway I can save the attachment of an incomming mail in Pocket Outlook to the PDA without the intervention of the user Please help The following article should help you to get started: http://msdn2.microsoft.com/en-us/library/ms838293.aspx . ...Show All

  • SQL Server need help in SP

    Hello everyone,i need a little bit help, here is my query: SELECT DISTINCT dbo.Buyers.CompanyName, dbo.PinPackages.PackageName, COUNT(dbo.TransactionLineItems.PinID) AS TotalPins, SUM(dbo.Transactions.TotalAmount) AS TotalAmount, dateadd(hh,Datediff(hh,0,TransactionDate),0) as TransactionDate FROM dbo.Buyers INNER JOIN dbo.Transactions ON dbo.Buyers.BuyerID = dbo.Transactions.BuyerID INNER JOIN dbo.TransactionLineItems ON dbo.Transactions.TransactionID = dbo.TransactionLineItems.TransactionID INNER JOIN dbo.Pins ON dbo.TransactionLineItems.PinID = dbo.Pins.PinID INNER JOIN dbo.PinPackages ON dbo.Pins.PinPackageCode = dbo.PinPackages.PinPackageCode GROUP BY dateadd(hh,Datediff(hh,0,TransactionDate),0), dbo.Buyers.CompanyName, dbo. ...Show All

  • Visual Studio Team System "Get Latest Version" and "Get Specific Version" does not get ANY files

    A source code file, which was referenced in a project file,was missing on my local hard drive. I asked a collegue to add that file to TFS source control. Then I used the command "get latest version" on the project but the file was not downloaded. I had to select the file in Source Control Explorer and use the "Get specific version" with "Force Get". Is this by design Argh. I just started having this problem as well. It's only for a single directory in a solution, and I can't get latest version, get a specific version (latest), or get a specific changeset. I tried deleting the solution from my local hard drive, and reloading it from TFS, and once again, it got everything, exce ...Show All

  • SQL Server SSIS Database Transfer Error - "Role Exists" even though DB is being overwritten in task.

    Can't get over this error, and net searches reveal other postings similiar, but no answers. SSIS database transfer task (with overwrite) from SQL 2k source to SQL 2k5 destination fails with: Error: The Execute method on the task returned error code 0x80131500 (ERROR : errorCode=-1073548784 description=Executing the query "CREATE ROLE [RFRSH_USER] " failed with the following error: "User, group, or role 'RFRSH_USER' already exists in the current database.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. helpFile= helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2 ...Show All

  • Visual C++ ComCollection from VC6 to VC8

    Hi all, another "hot" problem when I compile a VC8 project ported from VC6. I have a ComCollection class where I have defined: typedef vector< CComPtr<T> > COLLECTION_VECTOR; typedef COLLECTION_VECTOR::iterator COLLECTION_ITERATOR; Unfortunately the COLLECTION_VECTOR typedef isn't accepted by the system. Here is the error: Error 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Any idea is well accepted. In any case, thanx for your time. Marcello This is a C++ question but you posted it in the C# forum. I'm moving your question to the C++ forum. Michael Taylor - 12/18/06 ...Show All

  • Visual Studio Team System VSTS compatibility with 2.0 .net framework

    Is it possible to do a load testing of a smart client application built in 2.0 .Net framework using VSTS Are you asking if we can automate the client-side UI The answer in that case is no, we don't have UI automation capability right now. You can write web tests or unit tests and run them under load. Perhaps you can test the server side functionality with web tests and some of the client side code with unit tests. I'm not exactly sure what you're asking, though. Josh ...Show All

  • SQL Server Problem with sql2005-kb918222-x86-enu.exe (cumulative hotfix, build 2153)

    Hello, I do experiment a problem when trying to install the mentionned patch on my Windows XP SP2 machine (fully patched). Interestingly, the patch works fine for the named instance, which is a "clean" install of SQL Server 2005 SP1, while it fails on the default instance, which is a SQL 2005 SP1 upgraded in place from SQL Server 2000 SP4. Both instances are Developer editions... The error is along the following lines: [snip] 08/10/2006 09:22:06.728 Unable to install MSP file: \\DHDHY0J\c$\1c7c01591e524f9a092159a233\hotfixsql\Files\sqlrun_sql.msp 08/10/2006 09:22:06.818 The following exception occurred: Unable to install Windows Installer MSP file Date: 08/10/2006 09:22:06.818 File: \depot\sqlvault\stable\setupmain ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed - Unable to connect to Sharepoint

    I have been getting this error over and over, regardless of what I try: Error Unable to connect to the Windows SharePoint Services at 10.61.70.50 Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at 10.61.70.50. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the Windows SharePoint Services site. User Action Contact the administrator for the Windows SharePoint Services at 10.61.70.50 to confirm that the server is available on the network. Also, you might find additional helpful information in the project creation log. The log shows each action taken by the ...Show All

  • .NET Development Using XML to select a user

    Hello all, I am trying to create a program that presents the user with a text box where they enter a number it logs them into a system where they have specific things they can do and some they (possibly) can't. I would like to use an XML file to do this. For example Number 0000 Logs in the user Jane. Jane has admin privileges Number 1111 Logs in Dick Dick can only access the Sales portion of the program. I'm not sure if XML is the way to go with this but it seemed to be the best choice. If you need a copy of my XML file I can post it. I think it is done correctly. Thanks Thomas XML allows you to store hierarchical data in a structured manner, sample XML for your problem might look something like: <U ...Show All

©2008 Software Development Network