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

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

NewbieDude

Member List

DanDanne
Stéphane Beauchemin
Couch_Dude
dreameR.78
mattdawg
Joe Black
DmytroL
Furty
Symon Buck
DanO84
BilalShouman
Zuchman
limssd
GregRoy
omron
Dottj
Deicide
Sujithf
William Hickson
Steve_j_maas
Only Title

NewbieDude's Q&A profile

  • Windows Forms Column reorder

    Hi, i'm new with datagrid and i'm wondering how can i make the alphabetical sort of the column to work, does .Net already hasve that functionality I don't know if this is important but the datagrid was filled with data from an array. tkns I've a question now, why can't i see the arrows for sorting that usually appear on the column header Is it because the collection i'm using doesn't implement some Interface ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is the best begginer platform of XNA game dev.?

    As the question states, what is a good program to start off with as a begginer And how much do programs run in price, or is there any good open-source programs Thanks for any help you guys can give me. As for cost, the Express versions of the .NET languages are free, as is XNA Game Studio Express. See here for downloads for the .NET Express versions. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3d collision detection

    are there any tutorials on how to do 3d collision detection. like between one model and another (and not with boxes... but complex collision detection) currently, i have a camera that walks around 1st person. I would like to give it a boundingbox or something like that. I also have the spaceship model from the spaceship demo game on the scene. I am not currently dealing with the Y axis, but i would like to detect collisions between the camera's boundingbox and the spaceship. any help would be great. thanks If you are familiar to the boxes collision (in pure math, not by the Help example) you have gone more than the halfway. But it sounds strange to me the full 3d XNA Help collision example does not cov ...Show All

  • SQL Server Report Service 2005 with VS.NET 2003 ASP.NET application

    I am very new to reporting services. Can anyone kindly summarise the ways you can access report services report in a VS.NET 2003 web project I can only find crystal report components Thanks in advance Thanks very much for your reply. What I need to do is build up a website which can show Reporting Service Reports, ideally I can add the Report Viewer and Report Explorer onto the web page. I have to use web services to realise this (in VS.NET 2003), don't I Thanks in advance if anyone can reply. ...Show All

  • SQL Server Copy database compability

    Hi, In sql 2000 was possible to copy entire database objects from one db to another. This includes tables, pk, indexes, views, sp, functions, logins and so on. This is very usefull because at the same time it creates a full log with entire database scripting, it can be used to track changes in databases. In sql 2005, I can't find a solution like this. Someone have an idea to this Hi Even in SQL2005 you can copy whole database with complete schema intact using SSIS (Transfer database task). Thanx ...Show All

  • .NET Development xpath evaluation

    I have the result stream from a third party webservice as such < xml version="1.0" encoding="utf-8" > <soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema "> <soap:Body> <CompanyName xmlns="somehowhere"> <Date>10/10/2006</Date> <SubCompany> <Company id="3490561" serviceid="112233"><OnLine Code="OK">OK</OnLine></Company> </SubCompany> </CompanyName> </soap:Body></soap:Envelope> I tried using the xpathnavigator method but to no avai ...Show All

  • Visual Studio Express Editions Can't installing visul C# Expression Edition

    I can't install visual C# Expression Edition. when i try to install it, it sais me that BITS Service are wrong i don#t know what to do because i am german and i don#t understand everything be sure that you have updated Windows also try this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=693198&SiteID=1 you may also be better off to download the CD image of the product (manual installation) than to use the webinstaller, this could be one workaround http://msdn.microsoft.com/vstudio/express/support/install/ ...Show All

  • Visual C++ visual studio 2005 breakpoints

    i'm having trouble making breakpoints work in 2005. i've tried copying the project settings that i use for the same project in 2003, and it generates a pdb file, but it seems to not open it... thanks ...Show All

  • SharePoint Products and Technologies creating forum in sharepoint

    Hi, does those forums are built-in feature of sharepoint i want to create a set of forums in my intranet in my work (we have sharepoint) is it easy how do i do that Thanks, Yaron. These are called 'Discussion' lists in SharePoint. There's also a project on CodePlex where Bil Simser is hosting a web part that implements a more phpBB-like forum implementation in SharePoint: http://www.codeplex.com/SPFORUMS ...Show All

  • Visual Studio Team System Deploy error: User does not have permission to run DBCC auditevent

    I am wondering if anyone has run into this error when trying to deploy a Database to server environment not locally. User does not have permission to run DBCC auditevent I have tried cutting out permissions, users, even everything but the table objects and nothing has worked. If anyone can give any insight into this error I would appreciate the help. Yes, if you have different users in the project vs. the target we will always script out the differences in users, roles, etc. Permissions will always be in the permissions.sql post-deploy script and will simply be those that were imported initially. Sounds like you found the correct work-around to take care of your situation. ...Show All

  • Windows Forms Check if the application has modal dialog open over

    Hello. I have a WinForms application which check for some condition each second (windows timer). Once a condition is true it has to refresh data and start processing. However, in the case there is some action like modal dialog or message box opened I need to wait until user closes it and then start reloading. The same behavior should be done when the application is not active. What i do once the condition is reached is looking for all top level window that belong to the my application's process and compare them with my main form's handle. If neither match i assume there is some modal dialog / message box is opened. My problem is that there are more than one top level windows opened for my .NET application although i created only one. Is it ...Show All

  • Visual Studio Tools for Office .NET 2.0 Addins compatibility (KB907417) to pre-Office2003 versions

    Dear all, I am a developer of IME (Input Method Editor) and I have tried to integrate IME with .NET 2.0 based GUI via managed C++. It worked fine on Office 2007. To Word 2003 and Excel 2003, it requires KB907417 ( http://support.microsoft.com/ scid=kb%3Ben-us%3B907417&x=5&y=8 ) to load the IME DLL normally. To pre-Office 2003 versions, however, there's no hotfix to make them support .NET 2.0 based DLL. Since Office 2003 allows users to keep older version of Word/Excel/PowerPoint, it dramatically worked on Word/Excel XP/2000 if there's also a patched Office 2003 on the same environment, although only Office 2003's Addins folder, which is "Program Files\Microsoft Office\OFFICE11\Addins", has the patched " ...Show All

  • Visual Studio 2008 (Pre-release) Loading November CTP for WPF and WCF on production system

    Generally we have a practice of not loading CTP or Beta software on our production systems we use to write code with every day. However we would really like to have access to the WPF features in this CTP and I notice that the download page does not have the normal, do not load this on a production system caveats. Is there any advice on using the November CTP WPF/WCF tools on a production system Thank you in advance. Link to November CTP for WPF and WCF http://www.microsoft.com/downloads/details.aspx FamilyID=f54f5537-cc86-4bf5-ae44-f5a1e805680d&DisplayLang=en ...Show All

  • Smart Device Development visual c++ - smart device - win32 smart device project creation failed

    hello i'm trying to create a win32 smart device project but when i do this, i get the message 'project creation failed' in the status bar in another forum i found a workaround where i was told to open regedit and find the registry entry KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved. there i had to add a new entry: {D245F352-3F45-4516-B1E6-04608DA126CC} but this doesn't work....any ideas tia pezi try asking in the C++ forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=35&SiteID=1 ...Show All

  • Visual Studio Team System Still a bit slow opening projects

    Hello, As mentioned before, the import schema process is extremely fast now, which was pleasantly surprising, however opening an existing project with lots (>5,000) of objects still takes a long time. This is also without using source control and so I'm guessing it would take up to 10 minutes to open if I put my project into TFS / VSS. Is there any way to speed up the opening process, e.g. by disabling particular schema checks when first opening the project I just put the project into TFS and was surprised to see it wasn't much slower than being unbound, so that was interesting :-) It still does take about 4 minutes to load up though, so does anyone know any uneccessary startup checks I can disab ...Show All

©2008 Software Development Network