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

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

denghe

Member List

Anonymous1988
twinklekumar
Anirbanc
Lamb
April Reagan MSFT
cmyster
Ali Razvi
Madhavi25577
Paul_IRET
dany0w
velt
BlackDragon80
nikonek
bjohns9959
jresnick
LasseDK
g0nzo
BlackMan890
Kervin
thomas.macht
Only Title

denghe's Q&A profile

  • Visual Studio Express Editions Updating the database

    I am asking a pretty common question it seems. Yes, I did look and do see the existing posts/responses. My problem is that I am not seeing the database actually get updated with new data. It seems fine at runtime, but if I shutdown the app and check the Db it is not getting back to the table. I also added some code from one of those VB for dummies books to help check that the update worked and it claims it is. I must be a different kind ...Show All

  • Smart Device Development Help! about the Menu!

    I noticed that in vs2005(smartphone 2003 SE app), MenuItem can only be added into right softkey popup-menu. But I want to get a popup-menu when I press the left softkey, how I can do Thank you T.T Sriram Krishnan MSFT wrote: That would be a violation of the logo guidelines. Dont do it! That is a lie. http://download.microsoft.com/download/5/6/8/568a922b-b62c-46d3-a745-0172c2638686/sp_handbook_m ...Show All

  • Windows Forms Registry Keys are removed during uninstall

    During an uninstall, the registry-keys created by the installation are removed even when the property "DeleteAtUninstall" are set to false on all Keys. I found out (it is written in MSDN, but i didn't read properly ), that if there are values defined in the key, the key is always deleted at uninstall, even if the property "deleteAtUninstall" is set to false for the key. I'll use the instal ...Show All

  • Visual Studio mixed mode behavior broken switching 2003 to 2005

    I'm having problems single stepping into non managed code after switching to 2005. Here is my scenario: I have a written in c# it uses a mixed mode dll(clr old syntax) thats linked to a static lib(no clr) that uses a large legacy c++ libs. In visual studio 2003 I was able to have my main legacy static lib have no clr dependancy, but in 2005 I have to have set "clr old syntax" at least otherwise I cant debug into the non managed code :( ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Distorted texture after lost/reset device

    Hi, I'm drawing a textured mesh using DrawIndexedPrimitive, using an effect interface. After a windowed/full screen toggle the texture appears distorted. Interestingly when I draw another mesh in wireframe mode in the same render call the problem doesn't occur. Can somebody help Nico I just dumped the tex coords before rendering the mesh with the undistorted texture and than before rendering the distorted ver ...Show All

  • Visual Basic Digitally sign a .vsi package

    I've created a .vsi package for multiple code snippets. When I test run the installer it detects that the package is *not* digitally signed. I have a current Verisign Authenticode digital signature which I use to sign .exe files and I am also able to digitally sign Office documents from the VBA IDE. How do I sign a snippet .vsi package - Wemba     Found the answer to my o ...Show All

  • Visual Basic Using FileGet to read Array in Structure (VB.NET Express Beta2)

    I encounter a problem when using FileGet to read structure that includes an array. The code is: Public Structure Test Dim a() As Integer Public Sub ini() ReDim a(3) End Sub End Structure The following code use FileGet Dim i As Integer Dim te As New Test te.ini() FileGet(1, te, 1) i = te.a(0) The error message is: System.IndexOutOfRangeException was unhandled "Index was outside the bound ...Show All

  • Visual C# XML Auto Code Documentation

    What happened to the code commenting generation that was in VS 2003 under the tools menu All I have found in the documentation is reference to a command line to create an XML document! That feature's gone. Microsoft no longer provides a way to generate documentation from XML comment files. You need a third-party solution, like NDoc (version 2.0 currently in alpha). Please check the Documentation & Help foru ...Show All

  • Visual Studio Team System How do I exclude unit test code from code coverage for a C++ static library?

    I'm doing unit test on native C++ projects with VSTS 2005. To get the code coverage of a DLL, I can select the DLL project for instrumentation so the code coverage is purely product code. However, for code coverage data of a static library, I must select the test project which calls the static library. The code coverage data of test project files are also included. Is there a way that I can exclud ...Show All

  • Visual Basic class name vs file name

    class name vs file name In wrox vb professional 2005 in the section on reflection the authors write: To see how reflection works with late binding, let’s create a new class in a separate assembly (project) and use it from within your existing application. Choose File.Add.New Project to add a new class library project to your solution. Name it Objects. It will start with a single class module that you can use as a starting point. Of c ...Show All

  • Smart Device Development Target Machine Link Error

    I have used the upgrade wizard to migrate my EVC 4 project to VS 2005. I have managed to get most of my projects to build but I have a couple that give me the following link error. mfc80u.lib(MFC80U.DLL) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM' The configuration was originally targeting ARMV4. The "Target Machine" Linker option is set to "MachineARM (/MACHINE:ARM)". And I cannot ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creating a second console for debugging

    I'm creating a small console game and I would like to display debugging info in a second console window but i can't seem to get it working at all.  I've gone over the code shown  here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dllproc/base/creating_a_child_process_with_redirected_input_and_output.asp but can't seem to understand fully what's going on.  Could anybody enlighten me as to how i would go ...Show All

  • Visual C++ Image Color Management in VC++ 8 Platform SDK

    I'm converting a VC++ 6 MFC app to VC++ 8 using Visual Studio 2005 Standard. The existing app uses Image Color Management, so it #include's icm.h. In the VC++ 6 environment, it is included from the Platform SDK [$(ProgramFiles)Microsoft SDK\include] directory. A Visual Studio .Net installation delivers a version of the Platform SDK in a subdirectory of the VC directory [$(VCInstallDir)PlatformSDK] and this directory is setup to be used for in ...Show All

  • Visual Studio Team System Satellite Assembly

    Hello all, I have worked on this satellite assembly thing for over a week now and i can no longer see straight... i have read artical after artical and i am just flat out missing something some where that is most likely very small.. i am trying to make a satellite assembly and from the way reflector looks i am in the correct name space and i have a BIG GREEN LIGHT and go ahead but i can not for the life of me display the text that should be ...Show All

  • Visual Studio New project type with "virtual" items using managed package framework

    Hi, I am creating a new Visual Studio Project Type with VSIP 2005 Beta 1 for VS 2005 Dez CTP. This project type should expose a hierarchy whitch mainly consists of nodes which don't map to physical folders or files, but to items in a separate xml file. This Project Type should be implemented with the VSIP Managed Package Framework Classes but at the moment I don't find the right approach for that, since the documentation is very s ...Show All

©2008 Software Development Network

powered by phorum