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

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

gamesplant

Member List

afung
Spencer Lui
Grace Cheng
Sox
CurtCBerry
c o e s u r f
RunsWithScissors
rayback_2
Regis St-Gelais
renealejandrov
James Newton-King
Frog Prince
L0t3k
BrunoCO
DueyDooDah
jdk
Tracy Cai
jonsanity
selfcomposed
Arrun
Only Title

gamesplant's Q&A profile

  • Visual C++ new to VC++ 2005, have a few problems

    1-In VC++6.0 i could compile a single file by just opening a c++ source file(workspace less) and press the build button. But in vC++ 2005, if i open a c++ source file, the build command is unavalible. i tried to do it by creating an empty project and adding a c++ source file to it. well i can run the code succesfully, but i can not debug it. How can i do it 2-How can i want to add a template to my project: template<class TYPE> class ...Show All

  • Smart Device Development Problem with localization Start Menu -> Settings and Programs icons on PPC(WM2003SE)...

    I have a problem with Start Menu Settings and Programs names. How can I hange the names of Programs and Settings in Start Menu. I was looking in shellres.dll, and I olso create MUI file of shellres.dll with changed that names, (in string resource number: 343) but it doesn't helped. What worse. When I change that names in shellres.dll.0415.MUI from Programs to Programy or Settings to Ustawienia, this Start menu folders are changing icons fo ...Show All

  • Visual C++ Pointers

    I've recently started to learn c++ and im finding that it is an interesting language. however i do not understand the reason for pointers i've read an article on pointers and it tells that pointers exist to tell where a variable is held in memory. but i do not understand what the use of that is. were they invented to manipulate the computer's memory or were they just made to have access to it. also i see that a lot of Managed c++ programs use a ...Show All

  • Windows Forms How to create a popup conatiner control like the vs2005 smart tag window

    Hi everyone Does anyone know how to create a popup control that can contain other controls which looks and behaves much like the smart tag window for controls in the vs2005 designer. I found an article on vb accelerator http://www.vbaccelerator.com/home/NET/Code/Controls/Popup_Windows/Popup_Windows/article.asp which seems to work quite well.  Is there a better way to do this now Any help would be much appreciated. Thanks in advance. Dan ...Show All

  • Smart Device Development Setting up the Correct ATL Include and Lib paths after eVC4.0 project port to VS2005

    Hi I ported an application that compiled and linked fine in eVC4.0 to VS 2005. When I compile the project in VS 2005 I get the following linker error: LNK2019: unresolved external symbol VarBstrCat referenced in function "public: long __cdecl ATL::CComBSTR::AppendBSTR(wchar_t *)" ( AppendBSTR@CComBSTR@ATL@@QAAJPA_W@Z) In looking into this I see that the include file used for ATL is the main Win32 one and not the SmartPhone 200 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. List of all functions

    Hello, Where I can find a list of all the functions, procdures and commands of directX, and what each function do thenks a lot, Amit Prigozin. amitPrigozin wrote: Hello, Where I can find a list of all the functions, procdures and commands of directX, and what each function do thenks a lot, Amit Prigozin. the directx sdk help files maybe ...Show All

  • Windows Forms Versions

    I must say the ClickOnce publishing system is great.  I do have a question however.   I noticed that when you publish an application it'll auto-increment its publish version.    The program itself also has its own build version as well.   Is there a way to synchronize these two   If I publish an application to a web site, can it automatically update its own build number as well without having to do ...Show All

  • .NET Development Is not the right forum but I have no idea where else to put this question...

    I have been looking around to see how I can get hold of Visual Studio 2005 Standard edition. I need a MSDN subscription... but what kind of subscription I am a part time developer and I dont need a Professional or Team Suit version, I am interested in building a website and deploy it every now and then. My questions is, what MSDN subscription is sufficient to get hold of Visual Studio 2005 Standard Edtion.   I don't think any MS ...Show All

  • SQL Server Make it easier to add a data viewer

    Hi, I use data viewers ALOT and I always always use the same one, the default one which I'm sure is the same as everyone else uses. Its a bit annoying to have to trek through 3 different screens to add one though. Please could you just add an item onto the right-click contect menu on a data flow path that simply adds in the default data viewer. This can be in addition to the "Data Viewers..." option which is there already. Would a ...Show All

  • Visual Studio Express Editions Lengthly download

    Is there a way I can purchase a CD of this program The download is way to large for me to download over a dial-up connection. Thanks yes, there is a CD version available (I've seen them listed in retailer catalogues) of at least some of the components. Might be cheaper though to ask a colleague/friend with DSL to download for you and burn a CD. CDs come with a sort of quickstart guide, I see them here fo ...Show All

  • SQL Server Reporing Services & LDAP

    Hello, I am writing C# .Net 2005 rdlc report. I want to display users details from LDAP. Report datasource connection string is: Provider=ADsDSOObject;Data Source=MYDOMAIN;Password=PASSWORD;User ID=USERNAME;Location=MYDOMAIN LDAP query is: SELECT AdsPath, cn  FROM 'LDAP://DC=MYDOMAIN' WHERE objectClass = 'User' ORDER By cn When I select "Build Query" button in Visual Studio 2005, I see the information, but I get the following error ...Show All

  • SQL Server Fail to Connect Report Service via Management Studio

    Dear sir, I installed a copy of SQL Server 2005 Evaluation Edition in my XP Professional Computer. When I try to connect to Report Service using Management Studio, it fails to connect with the following error: ********************************************** TITLE: Connect to Server ------------------------------ Cannot connect to XXXXXXXXXXXX ------------------------------ ADDITIONAL INFORMATION: The server committed a protocol violation. Sect ...Show All

  • Windows Live Developer Forums msgrp2p.xml does not work for me?...

    Please help with the simplest thing: I copied the SDK's msgrp2p.xml file into the msn messenger directory, closed and re-launched messenger (7.0) - and: no new entry was visible in Activities/Games. Thanks! OK! thanks. But then I ask - not possible to display it under the button as well Thanks, Maroy ...Show All

  • .NET Development Trace Listener

    Hi All, I've created a Trace Listener application that streams to a text file. The app is working but now I am at the point where I need to attach it to a certain application running on the target machine. Do I 'HAVE' to attach my Trace Listener to the process in order for it to capture the target app's trace messages Or should the Trace Listeners collection just pick up any trace messages from all applications on the machine... I f ...Show All

  • SQL Server Scale issue with oracle Numeric types and OLEDB or datareaders

    Hi, I saw some threads here about related issues however I am still trying to find a workaround. I use the Sept CTP. When pulling data with a query from oracle 8 or 9 against numeric [DT_NUMERIC] columns set with a scale 0f 2 on the Oracle side, I allways get a scale of 0 on the SSIS side. I tried datareader and oledb, it is the same. When I use datareader, I can change the input column to a scale of 2 however i get an error when I try to change ...Show All

©2008 Software Development Network

powered by phorum