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

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

Burnt1ce

Member List

bieblsoft
MrJP
brian_tsim
Mark1916
ClaudiaHelpOnVSTO
issarto
isaacb
JeffNick
PaulHeloskie
shuyangtu
Ljhopkins
Pat.
publicENEMY
Rgranada
K.S.RamakrishnaPrasanna
rternier
mkfl
Martin Odhelius
RajaGanapathy
Bala_SSRS
Only Title

Burnt1ce's Q&A profile

  • Visual Studio Express Editions Moving files between projects

    Just transitioning to C#VS2005 so forgive the obvious. I have a solution with a single project that is getting cluttered. I can easily partion to multi projects but when I move source from "Project1" to new "Project2" I get muriad errors mostly related to not finding things. What is correct procedure for doing this Don't forget to add a reference in Project1 to Project2. Right-click Project1, Add reference, Projects tab, select Project2. ...Show All

  • Visual C++ Vector subscript out of range - can't understand why

    I'm having a problem regarding the 'vector subscript out of range line 756' when popping back a vector after upgrading to VS2005. Pushing back still works perfectly. Searching the web I find many others with the same problem, but no explanation or way to fix it. This is purely in debug mode, no problem with mixing release mode or anything. #include "fire.h" vector < fire > MYFIRE; In main I have this function for(unsigned int i = 0 ; i < MYFIRE.size(); ++i) {     MYFIRE.DoPhysics(MYTIMER.getdelta_time());         if(MYFIRE.Pos().X()>400)         {         for(int j = i; j < MYFIRE.size(); ++j)     ...Show All

  • Silverlight (formerly WPF/E) Find a bug about obj.children.add/remove with Canvas.Triggers

    When it is a Canvas.Triggers in a Canvas, and I bind a javascript function on this Canvas, if this function made this Canvas removed from it's parent object, and add into this parent object after removed ( just for the z-index effect ), the Canvas WILL BE run out of the eye And I find a way to produce this bug, If move this canvas.triggers into other canvas like as root canvas, it will be ok. ...Show All

  • Visual Studio Express Editions intelisense snipet issues

    when I attempt to use a premade snippet I only get a partial bit of code that will not run. Not quite sure where that came from, and while it's short, it shows how to use the Pmt() function. -Thanks -Tim <MSFT> ...Show All

  • Visual C++ DLL registration issue

    Hello, I am trying to register a DLL and failed. The DLL resgitration using regsvr32 command and it did not show any message. Usually it pops a dialog saying the registration suceeded. But this time there is no message at all. My client application can not find this DLL so I know that the DLL failed to register. The DLL is the output of a recompilation process of C++ code. The previous DLL of this source code works perfectly fine. Now I have to update the source code to accomodate new functionalities of the application. But I failed to register the DLL after recompiling the source code. May be I am missing some compilation options or so.. Any help with troubleshooting would be much appreciated. ...Show All

  • Visual Studio Team System Visual Studio Team System and Visual Studio 2005 Pro

    Hi, i'm a lead developer of a small team. we're going to be buying in Visual Studio Team System - Developer Edition and using the workgroup edition of Foundation Server for source control etc. There may come a time when i have to buy in more contractor for a project and only really want to be buying them Visual Studio 2005 Pro. If i do this will they be able to access the SourceControl and Source Code in Foundation Server without purchasing anything else Or will i need to buy an add-on Is Foundation Server Workgroup edition any good my team is only 3 people, will this do Any help would be appreciated, Thanks, Michael Hi, as you can check here http://msdn2.microsoft.com/en-us/library/ms252591.aspx Team Explorer (client ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Dream Build Play -- Rules Question

    My game I was going to enter into this contest is going to be based off the Spacewar starter kit, and use a huge amount of the code from it, but the game itself has almost nothing to do with Spacewar itself. It has nothing to do with space at all and the gameplay is totally different, but the codebase is still being used to develop it, as there is a lot of good code in there. The rules, however, are unclear as to whether this is acceptable... "The only requirement: Your game must be derived from the version of Spacewar that’s a part of XNA Game Studio Express. Use as much or as little of the Spacewar Starter Kit as you like. Just remember that the relationship to the Spacewar Starter Kit must be obvious to our judges ." ...Show All

  • .NET Development problem with installing .NET Framework

    I have problem installing .Net Framework with installscript(use Installshield). my code is: svMSI_INSTALL_NAME = "WindowsInstaller-KB893803-v2-x86.exe"; szWaitMsg = "Configuring Windows Installer."; szMSI_FULL_INSTALL_PATH = INSTALLDIR ^ "distrib\\" ^ svMSI_INSTALL_NAME; LongPathToQuote(szMSI_FULL_INSTALL_PATH, TRUE); // DISPLAY WAIT LABEL SdShowMsg(szWaitMsg, TRUE); LaunchAppAndWait(szMSI_FULL_INSTALL_PATH, "/norestart /quiet", WAIT); // HIDE WAIT LABEL SdShowMsg(szWaitMsg, FALSE); svDotNetDir = WINDIR ^ "Microsoft.NET\\Framework\\v2.0.50727"; if (FindFile (svDotNetDir, "RegAsm.exe", svResult) < 0) then SdShowMsg("Installing .Net Fra ...Show All

  • Visual Studio Express Editions Chronometer!! and alarm

    Hey there, please help, I'm trying to create a chronometer within my application... I need it with this format "hh:mm:ss"... and also when it get's to 3 minutes it must display this "Succes" Now... I'm using a timer to do all this, but in order to get the time at the moment I'm using this code... Dim Timex As Integer = CInt (Format(Now, "hhmmss" )) But I think it's wrong cause when I'm going to set the ChronLabel I'm using this: ChronLabel.Text = CInt (Format(Now, "hhmmss" )) - Time so what should I do, please help!!! Here's a simple example. Public Class Form1 Dim Start As DateTime ''' <summary> ''' Set th ...Show All

  • Microsoft ISV Community Center Forums ScreenUpdating

    hi all, I am nearly done writing an application (in vb.net) that uses interop for Microsoft Powerpoint, and the problem is that when I write to the slide, I don't want the user to see those updates. I know in vba, one would write 'Application.ScreenUpdating = false', however screenupdating is not found under the application. I have searched fruitlessly through other articles for a simple solution, but they seem to be geared towards excel. Can anyone help me Thanks in advance   Myron Would minimising the Active Window achieve what you want to do for the time being Application. ActiveWindow .WindowState = ppWindowMinimized ChasAA ...Show All

  • SharePoint Products and Technologies Problem WSS extension for VS 2005 on XP

    Hi, I have problem to develop web part for WSS 3.0 in visual studio 2005 on windows XP. I downloaded Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions. And I installed WSS 3.0 on a windows 2003 server. It works ! But when I try to compile a webpart on vs 2005, I have compilation error because vs doesn't find namespace sharepoint : Error 1 The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft' (are you missing an assembly reference ) c:\xxxxx\Web Part1\Web Part1\WebPart1.cs 7 17 Web Part1 My webpart code: namespace Web_Part1 { [Guid("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")] public class Web_Part1 : System.Web.UI.WebControls.WebParts.WebPart { protected override void Render(HtmlTextWri ...Show All

  • .NET Development nested webservices and "open datareader" error

    I am developing a windows service that calls webservices to perform scheduled jobs. Some of these tasks need to call another webservice to get data back. My test works fine when i am not returning anything, but when i change it to return a value (a string), i get a "There is already an open DataReader associated with this Connection which must be closed first" error when trying to fill an array from the database. Before, when it was running the code but returning void at the end, the code ran correctly and filled the array. Does returning a value from a nested service create/open a datareader waiting for the reply How can i get round this You may need to post the code. I suspect one w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mentor Needed

    Hey I was wondering if anyone would be able to help me make a game with XNA I want to make just a simple little top down move car around game. But I can't figure out how to start (I did the tutorials) So I was hoping one of you fine gentlmen and women would be able to help me on msn or aim or somthing That way its live instead of continually posting back and forth on the forums. Thanks Very Much James Either make some posts it here or collect your conversations and make that exchange a tutorial as you guys work through the concepts he needs to learn to get his game done. Thanks for thinking of the community like that, much appreciated. ...Show All

  • SQL Server Remove duplicates within pipeline

    I have a situation where we get XML files sent daily that need uploading into SQL Server tables, but the source system producing these files sometimes generates duplicate records in the file. The tricky part is, that the record isn't entirely duplicated. What I mean, is that if I look for duplicates by grouping the key columns, having count(*) > 1, I find which ones are duplicates, but when I inspect the data on these duplicates, the other details in the remaining columns may differ. So our rule is: pick the first record, toss the rest of the duplicates. Because we don't sort on any columns during the import, the first record kept of the duplicates is arbitrary. Again, we can't tell at this point which of the duplicated records is mo ...Show All

  • Audio and Video Development HDi for Win 64

    Without Service Pack 2, the online installer is preventing me from installing on a Win 64 OS. Is the jumpstart not currently able to install on the Win 64 OS thx ...Show All

©2008 Software Development Network