Danny Shisler's Q&A profile
Windows Forms When's Terrarium going to work?
By that i mean - being able to add your own creatures into the game. Or has Terrarium died out now I only discovered this last week and find it fascinating! Built my first test creature and disappointed that I cant see it being eaten by Naka + Mari. Does the server get reset every now and again Hi Skute. I've seen at least one of your critters on my server. I assume this is a recent problem I ...Show All
Visual Studio Express Editions Save info
how can i make a program ask a question, save the answer somewhere and never ask the question again but remembers the info even when it is resarted and can refer to it. so like if i said my name is ben the first time i ran it every time it started up it said "hello ben" or what ever i'd put. The qualities of answers, cannot exceed the clearity of questions asked. A program can't really ask a question. It can present a stri ...Show All
Windows Forms Binding to a collection class
I have read Rockford Lhotka's excellent article on binding to obejects - http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadvnet/html/vbnet02252003.asp But Searching was specifically not supported in the example. Nor is it in the Microsoft IBindingList example. Does anyone know&n ...Show All
Visual C++ C4533 warning, "initialization skipped by goto"
Is this warning buggy in MSVC 7.1 or is it just a stupid warning In the example given here: http://msdn2.microsoft.com/library/f7687yks.aspx It makes sense because the condition, (1) will always be true and the goto will always skip the initialization. But the following code gives me the same C4533 warning and it makes absolutely no sense why it should. #include <iostream> using namespace std; struct TOILET { &n ...Show All
Visual Basic Need help in Deploying the application
Hi, I have deployed my VB.Net application and in the custom action i added an exe file in uninstall folder which will delete some value in the registry . And for uninstalling the application i am using a batch file,which uninstalls the whole application but it keeps some 2 xml files which were created after installation and how can i delete the whole application while uninstalling. my batch file code is Msiexec / x {PRODUCTCODE} Even ...Show All
SQL Server Setup failed - no package <sqlncli.msi>
I tried to install a sql 2005 desktop engine. This fails with the error: An installaton package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package ‘sqlncli.msi’ I used a fresh, new download SQLEXPR.EXE. What shall I do I have the solution. If someone is interested: ...Show All
Smart Device Development Using DPAPI with .NET CF 2.0
Hello, Has anyone managed to use the DPAPI with the .NET CF 2.0 I'm unable to get my code working through a C# application. It keeps failing on the Marshal method in the following code. private static void InitPrompt(ref CRYPTPROTECT_PROMPTSTRUCT ps) { ps.cbSize = Marshal.SizeOf( typeof(CRYPTPROTECT_PROMPTSTRUCT)); ps.dwPromptFlags= 0; ps.hwndApp = NullPtr; ps.szPrompt = null; } Thank ...Show All
Software Development for Windows Vista IsExecutable
CompositeActivity has an ExecutableActivities property that returns all child activities that will be executed. I'm sure ExecutableActivities takes into account whether or not a child activity is commented, but it may also include other factors. I was hoping that Activity would have an IsExecutable property on it, but it does not. Is there another way to determine if a single activity is executable Or could an IsExecutable property be ...Show All
Visual Studio Team System Load Testing - Not enough free threads
Durring my load testing in 2005 I get the following execoption: System.InvalidOperationException: There were not enough free threads in the ThreadPool to complete the operation. at System.Net.HttpWebRequest.BeginGetResponse(AsyncCallback callback, Object state) at Microsoft.VisualStudio.TestTools.WebStress.WebTestTransaction.Execute(AsyncCallback completionCallback, Object callerState) It only appears to happen when I g ...Show All
Software Development for Windows Vista IndexOutOfRangeException while trying to access a workflow instance
Hi! so I've been working on a WWF workflow for about 2 months and I'm encountering the following problem from time to time with random persisted instances. The thing is that these instances become basically unusable for no obvious reasons (I can create other instances with exactly the same data in their properties without having any problem with them) and this IndexOutOfRangeException gets thrown when I'm calling the GetWorkflow function of the ...Show All
Visual Studio 2008 (Pre-release) ItemsControl styling
I have the following, Items in wrappanel doesnt seem to wrap < DataTemplate x:Key = " myt " > < TextBlock Text = " {Binding} " Padding = " 3 " Width = " 25 " Height = " 25 " > </ TextBlock > </ DataTemplate > < Style x:Key = " myT " TargetType = " {x:Type ItemsControl} " > < Setter Property = " Template " > < Setter.Value > < ControlTemplate TargetType = " {x:Type ItemsContr ...Show All
Visual Studio Team System Exclude folder form source control
I have a folder in web project that holds uploaded by user image files. I really would prefer that source control would ingnore that folder. Is it possible to do that Thank you The "Web Site" project type does not support the Exclude From SCC feature, unfortunately. This isn't specific to TFS if that matters at all. If you use Web Application Projects instead of the built-in Web Site template, th ...Show All
Windows Forms Winforms Database Application
I'm really new with VS (i was using delphi for a few years), now i'm developing a database application with an SQL server database. I 've allways do all kind of stuff (connection, updates, etc.) programatically, even binding fields to components. Now it seems a common use to program database app with VS, dragging components and leting VS to do the code. I wonder if that's the right approach. Creating a typed dataset, defining wich controls th ...Show All
Windows Forms Replacement of ImageList Collection Editor
I'd like to know how to either replace the ImageList Collection Editor or at least have it show my images in the correct size instead of "scrunched". Probably because the ImageList is required for many of the Windows Forms& ...Show All
Visual Studio Team System Unable to access Team Foundation Source Control
Hi, I m using Team Foundation server Beta 3 Refresh and new to this.My project Manager created a Team Project "<TeamProj1> " who is a member of [server]Team Foundation Server administrator Group.He added me as project administrator in ,[TeamProj1] Project administrator group. I m unable to open Sourec conrtol explorer when i double click Source control in Team Explorer, getting follwing error Either source control has ...Show All
