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

Software Development Network >> J Denning's Q&A profile

J Denning

Member List

alsadykov
Che3324
Shabnam Gupta
Tyrven
vibinpranav
Steven Zhao
TomGK2006
Riven
Ashok Bodddeda
crazylikeastraw
Jimvh28
Rob Lewis
Rugby Joe
cbueno
shz
Dan Clash
Ranya
Billy Hui
winformmaker
peta
Only Title

J Denning's Q&A profile

  • Visual C++ How to do Unit Test for Visual C++ unmanaged code with Visual Studio 2005?

    I got the following words in MSDN Library,  "If your production code is unmanaged, it needs to be callable from a static library, an .obj file, or a DLL entry point. Class methods that are embedded inside an executable file or a DLL will not work because unmanaged Visual C++ does not offer the runtime discovery mechanism, reflection. Therefore, only the traditional native binding mechanisms will work. " Does this mean we still cannot do uni ...Show All

  • Smart Device Development MFC Access violations / Magneto porting

    Hello! Has anybody here been successful in running EVC 4 generated MFC applications on Magneto We're trying to get our many (40+) projects to run on Magneto but run into serious problems: - When debugging with Platform Builder, we get mfc access violation exceptions. The error do not occur with the same code on Windows Mobile 2003 based devices. It happens whan doing ordinary things like calling CDialog::Create(). - Some applicatinos crash ...Show All

  • Windows Forms About datagrid

    Hi, I have a table bl_game(magame,tengame,gia,ghichu,kichhoat).  In my form, I have a datagrid dgrGame.  DataSet ds is result of query "select * from bl_game" But in datagrid, I want to only display to field magame and tengame.  Here is my code.&nbs ...Show All

  • Visual C# handling exceptions .

    you know when you do a try catch .. and you catch an exception... what do the developpers do with the exception basically what is the use of try/catch i know its for catching an exception .. but what do developpers do with it usually Thanks, I use it to catch any error i feel i might have missed. itz for like saftey puposes for me. If u get an exception while running my program i go fix that problem. I leave ...Show All

  • Windows Forms Data grid problem

    private void Mousedownhere(object sender, System.Windows.Forms.MouseEventArgs e) {  DataGrid myGrid = (DataGrid) sender;                   System.Windows.Forms.DataGrid.HitTestInfo hti;                   hti =  ...Show All

  • Visual Studio Team System Error loading Event Web Services

    We are getting this at the very end of the TF Server Beta 3 install.  From reading various posts, it seems that you have to name the special account TFSSETUP exactly that "TFSSETUP" even though the docs indicate that you can pick an arbitrary name.  Can someone from the TF team confirm that this is indeed a bug   We will most likely have different TF servers running in different divisions and I can see problems if everyone ha ...Show All

  • Visual Basic Windows APIs

           Hi,             I want to know what are APIs and if they can be used in my programs.I want my application to show the preview of the different color schemes like the appperance tab of display properties in windows.Should i use any dlls If so can you please tell me which one and how.I also want to be able to reflect them back onto my system.    ...Show All

  • Visual Studio Team System Team Build Problem

    I just upgraded all of my infragistics controls and my projects to be the newest official release version. After doing so I have only the latest assemblies on my machine and on the Team Foundation Server (version .73). The project builds and runs fine on my local development station. However when I try to build using the team build it errors out with the followin error:   Solution: SPMS-SilverAnvil.sln, Project: SPMSWin.csproj, Compil ...Show All

  • SQL Server error applying initial snapshot

    Hi Using HTTPS web synchronisation - merge replication. I have a very strange error where it bombs out half-way through downloading the snapshot Downloaded a total of 3 chunks. Downloaded snapshot file 'snapshot.pre'. Downloaded snapshot file 'myView_6.sch'. Downloaded snapshot file 'table2_2.sch'. Downloaded snapshot file 'table2_2.cft'. Downloaded snapshot file 'table3_3.sch'. Downloaded snapshot file 'table3_3.cft'. Downloaded snapsh ...Show All

  • Visual Studio Team System Status of a linked work item

    Hi, using visual Studio, if I create a change Request or Scenario I can then create linked Task work items say for all the devleopment work needed to implement the Change Request. However, I was wondering; when looking on the Linked tab of the parent work item, is there any way of easily identifing the Status of the linked tasks For example. Say a Change request was created to make exporting data easier. In creating this work item a sin ...Show All

  • SQL Server Instead Of Trigger considerations for Multi-Row Insert

    I would like to know how to, if at all possible, to reconstruct the following trigger as to be able to handle multiple row insert when a single insert command is used - because the trigger will only be called once...I'm not familiar and don't know anything about cursors and i've read that its not the best way to go. TRIGGER ON childtable INSTEAD OF INSERT AS BEGIN DECLARE @customkey char(16); DECLARE @nextchild int; DECLA ...Show All

  • Smart Device Development Porting app with CEditView

    I had an application that used a CEditView running on PPC 2003. I am porting this app to WM v5. Since CEditView has disappeared from VS 2005, I've had to implement a workaround. I am using a CView that instantiates a CEdit. This appears to work except I have to handle the Cut and Copy actions in my view class and call the CEdit's Cut and Copy methods. This seems to work well. I am having problems with the ID_FILE_SAVE and ID_FILE_SAVEA ...Show All

  • .NET Development dataset object content changes before accessing it

    Hi, we are using MVC (model viewer controller ) application architure for our developement. we are creating the Dataset in DAO (data access object layer) by executing query against database. this dataset is passed to manager and accessed in the UI. wat real magic happens is the dataset that is passed from DAO and accessed from Ui are not same in rare case. so that we are getting unexpeced error. (column .'xxx' is not found in the ta ...Show All

  • Visual Studio Team System AvoidUninstantiatedInternalClasses

    Just ran a newly converted solution through FxCop and am seeing several of these warnings: AvoidUninstantiatedInternalClasses Cause: An instance of an assembly-level type is not created by code within the assembly. There is one for each of the following classes: MyComputer MyApplication Normally I would just exclude these form my solution but the 'When to Exclude Messages' portion of the warning states: It is safe to exclude a message from ...Show All

  • Visual Studio Tools for Office VSTO errors

    I've got a couple of scenarios to bring up regarding errors we are seeing after using the VSTO 2005 tools after previously having these solutions run under VSTO 2003: 1. We had an interesting error pop up with one of our Excel VSTO 2005 solutions. On opening the file, we would get the an 'Invalid URL' error from the VSTO loader (see Item #1 error below). The issue was resolved by removing a '%' character that was in the filename, so this should ...Show All

©2008 Software Development Network

powered by phorum