Software Development Network Logo
  • Visual FoxPro
  • Microsoft ISV
  • VS Team System
  • Visual Studio
  • Visual Basic
  • Visual J#
  • SQL Server
  • Windows Forms
  • VS Express Editions
  • Architecture
  • .NET Development
  • Game Technologies
  • Visual C++
  • Visual C#
  • Windows Vista

Software Development Network >> Daniel W's Q&A profile

Daniel W

Member List

Tonny.MS
RMS
MrRon
Thibaut Barrère
DenverCoder
MSpencer
Natehc
Ray987
pdianne
kubad
Tim.Nielsen
AbhilashN
KCastillo0319
krobinson152759
Gary Mason
xWindx
Weidong Ding
TheLe
Doug Svacina
k2jeff
Only Title

Daniel W's Q&A profile

  • Visual C++ Bug?

    class CSimpleStatus { public : CSimpleStatus(){} CSimpleStatus(string szName, int HPmod, DamageModifiers *DmgMods, AttribModifiers *AttribMods); }; That one is interesting.. I got lots of errors of missing ')' before szName here.. So first I added std:: before string.. Didn't help.. So I made sure I included string and all.. I had.. So I tried to remove 'string szName' from the constructor.. Then it complained about a missing ')' after 'int'.. I turns out DamageModifiers and AttribModifiers were not defined.. But I didn't get a single message about that.. Here's what I got: 1>c:\path\Status.h(16) : error C ...Show All

  • Windows Forms Tree view problem in windows forms

    Hi all, I have two difficult situation while developing tree view control in winforms which are explained below. 1. The tree view control should show a rectangle over the node when i hover the mouse on that.(Just like codeproject.com left menu.while hovering mouse on that you can see the rectangle) 2. The tree node text should be appended with three dots if the width of the node text exceeds the width of the control. 3. For the above scenario, if i hover the mouse on the node,full text of the node should appear inside the rectangle. I need a solution for any of these, I know it is very difficult to find out, but i need ideas for any of the a ...Show All

  • Software Development for Windows Vista Missing XamlPad.exe

    I installed the Feburary CTP of the SDK, I had the January CTP on previously which I was able to uninstall successfully. However, in the sdk bin directory, I am missing the xamlpad.exe tool. Does anyone have any clue as to what happened to this tool As near as I can tell, most everything I installed with this CTP is working. Thanks in advance, I just checked my installation and found xamlpad at C:\Program Files\Microsoft SDKs\Windows\v1.0\Bin. If you can't find it there, I suggest you go into Add/Remove Programs and run Repair mode. Jason Sacks Setup PM Windows SDK ...Show All

  • Visual Studio Express Editions Problems with Downloading Registration Benefits

    There have been several reports of problems with accessing and downloading registration benefits.  We have investigated the issue and have news to report.  This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that limits benefits distribution to those who have registered.  We use the Microsoft Connect site to provide our secure download infrastructure, which is why you are redirected to the Connect site from ...Show All

  • Visual C# File name on the Tabs of VS2005 IDE

    Hi all Everything is good with my VS2005 experience except the FileName on the tabs for my Web/c# project. My actual file path for a aspx.cs file is as follows. C:\IMIS.NET\Asi.WebRoot\AsiCommon\Controls\Commerce\Order\ShippingInformation.ascx.cs where as the file name that is displayed on the tab is AsiCommon\Co..ation.ascx.cs It will be like that for all the tabs .. making it very difficult to navigate quickly to the file and making less productive. Can some one suggest if there is a way to display only the filename instead of fullpath. I appreciate it a lot. with bestwishes. Iyyengar. I use VS2k5 fin ...Show All

  • Smart Device Development SQL Server 2000 connection failure

    Hi, I'm trying to connect to an SQL server 2000 database table from my PDA using VB.NET through a bluetooth connection. I keep getting an error telling me that I cannot connect. I have tried everything that I can think of to fix it. Do I need a copy of SQL Server CE on the PDA, even though I'm only viewing data from my PC's database on my PDA Thanks Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=270152&SiteID=1 ...Show All

  • Software Development for Windows Vista "Side by Side" error on vista.

    Hi, I couldn't find a similar question in the forum and hence this post: I am unable to run the unmanaged programs built in Visual studio 2005 on Vista. I tried a Win32 program, with the default project settings. When run on Vista, I get the following error: "The application has failed to start because its side-by-side configuration is in correct. Please see the application event log for more detail." Event viewer entry says: Activation context generation failed for "C:\Users\x\Desktop\unmanagedMovePeek.exe". Dependent Assembly Microsoft.VC80.DebugCRT,processorArchitecture="x86 ...Show All

  • Visual Studio Team System stop build type on failure

    If I am using MSBuild and the Team build type in a Desktop Build scenario, can I somehow tell it to stop building as soon as a project or solution fails to build Thank --MikeH  Sorry for the delay in replying Mike. But this turns out to be an issue with desktop builds. Refer Manish's post for more info. Actually, the expected behaviour would be what you are asking to do, but we are currently observing undesired behaviour. Thanks for reporting this and I'll keep you posted with the progress on this one. ...Show All

  • SQL Server How to format in SSMS?

    How can I format a query in SSMS so it does not look like this: sELecT * fRoM CusTomERs FWIW the latest release of PromptSQL will auto-uppercase keywords, and has new caching features which should make it faster. ...Show All

  • Visual C# Unable to update the dependencies of the project

    I have had this error every time I try to check my program into source control after making changes. The project builds and works fine until I check it in and check it back out then it won’t build. I have deleted the setup project and built a new one only to have the same problem after checking it into source control. It also givs me a warning that " Assembly ' FolderName\FileName.exe ' is incorrectly specified as a file. Any suggestions would be helpful. 1. Yes, there is a database project in the solution. 2. If I delete the hierarchy section in the project file I just get the same series of " ERROR ...Show All

  • Visual Studio Express Editions Learning VB and .NET

    Hello... I've invested in Books 24/7 to have access to a lot of IT books to learn various things. I really want to get a good grasp on VB.NET 2005 and ASP.NET 2.0. I have VB.NET 2005 Express and VWD Express and I know enough to be dangerous. But I feel that without practical examples, I am spinning my wheels. Also, the books that I try to use to learn the languages. They end up going off on tangents that I don't want to go on. I like the format of Wrox books but they end up making you play around with examples already coded and I feel that I don't learn anything. Their VB 2005 Pro book has no structure of learning it. So it is either using e ...Show All

  • SQL Server Is SQL Server 2005 still using Named Pipes ?

    I keep getting errors.  It all started when I enabled named pipes on my SQL Server 2005 server.  Ever since then I've had connection problems up the butt. Most recently I got this error so does this mean that SQL Server is still trying to use named pipes even if I only have TCP/IP enabled in SQL Server Configuration Manager Error: TITLE: Connect to Server ------------------------------ Cannot connect to BG-SQL2005. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fa ...Show All

  • Software Development for Windows Vista How can I control a WinForm from a workflow?

    I am developing an application whose behaviour is to be governed by a workflow. The windows form application acts as the host to the workflow and I need to update various controls on the UI based on the workflow's functioning. The problem I have is that while its possible to send events to the workflow using a service, I do not know how to call methods/send events to the host application from the workflow. Is there a nice way of doing this Is it an acceptable design if a windows application is "run" by a workflow Eg 1 : I have a rule condition. But I cannot embed that in the workflow class itself. It has to be evaluated in a ...Show All

  • Windows Forms Wanted someone with a suitable terrarium for herbivore introduction

    Hi. I'm looking for someone who can introduce a herbivore of mine into the Ecosystem. I can't do it because I'm behind a NAT and it just won't get teleported out. If you have a fully working terrarium, run it a lot, your ecosystem is suitable for a not-so-smart herbivore to survive, and don't mind helping me out, let me know a way to&nbs ...Show All

  • Windows Forms Combobox propeties window - click any DataBindings property and get an error.

    Hi, Not sure if this is a bug or not, or if it's already a known issue. Just thought I'd post and see if I could get any information. When I try to modify any DataBindings property (SelectedItem, SelectedValue etc.) by clicking on the drop down list, I get a message box that says "Microsoft Visual Studio" in the title bar and the message is "Object reference not set to an instance of an object." Here's a screen shot: http://sierragrandeassociates.com/posted-stuff/vserror.png Anybody have any information on this Thanks, Mike Hi Mike, I have tested a combobox with a da ...Show All

©2008 Software Development Network