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

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

Zakary

Member List

js123
brunozck
JSteuerIII
Hong_Zhang75252
drJekyll
rfmfix
pulco42
JustBitsNBytes
suroma
eliasp
aalexander
milTash
Mark Hansen
gameprix1
Francisco Parrilla
eb1959
SALX
JT Gartner
Fabio Vazquez
Tulika18
Only Title

Zakary's Q&A profile

  • Visual Studio Express Editions How can I manage MessageBox result ?

    hi, I have a simple question I have MessageBox with YesNoCancel buttons, so how can I code evry button of them best regards Like this DialogResult result = MessageBox .Show( "Example" , "DialogBox" , MessageBoxButtons .YesNoCancel); switch (result) { case DialogResult .Yes : MessageBox .Show( "You pressed Yes button!" ); break ; case DialogResult .No : MessageBox .Show( "You pressed No button!" ); ...Show All

  • Windows Forms How do I catch SelectionChangeCommitted event of a combobox in a datagrid?

    I have a standard combo box in a datagrid (DataGridEnableComboBoxColumn) and I want to catch the SelectionChangeCommitted event.  Does anyone know how to do this   Blue & white hooped blood runs through my veins Hi Supa Is there any chan ...Show All

  • Visual C++ VC++ 05 beta 2: pgodb80.dll not found

    Hi, I was hoping to try out the profile guided optimisations, however, when I try to build an intrumented application I get the following error: "fatal error C1350: error loading dll 'pgodb80.dll': dll not found" The pgodb80.dll simply does not exist in the installation. Does anyone know where I can get hold of this dll so I can move forward to test out the PGO capabilities Best wishes,    Mark If ...Show All

  • Windows Forms Bound Forms w/Untyped DataSets

    Has anyone seen some good examples on how to build bound ADO.Net/VS 2005/VB Windows Forms that do not use the designer strongly typed datasets Know of any books coming out that might discuss the subject Might the VS2003 literature be applicable to ADO.Net untyped datasets bound to forms Any recommendations The designer stuff is interesting but is very hard to manage with 100+ tables and close to that many forms. Might it be practical to start ...Show All

  • Software Development for Windows Vista Could not deserialize object. The type 'WorkflowLibrary1.BaseOrderWorkflow' could not be resolved.

    Tom, I have modified your XOML only State workflow from ASP.NET code sample slightly. When I add an additional assembly reference, I am unable to view Workflow1.xoml in the VS.NET 2005 designer. Error loading workflow. An error occurred while loading the workflow. Please correct the following error and try reloading the document to view the workflow. Could not deserialize object. The type 'WorkflowLibrary1.BaseOrderWorkflow' could not be ...Show All

  • Visual Studio 2008 (Pre-release) Replacing the +/- in a TreeView

    Is there a good way to replace the +/- buttons on a TreeView HierarchicalDataTemplate doesn't seem to be the right choice, and I don't know how to use a ControlTemplate with a TreeView. Thanks Hi Jordan, Have you given Microsoft Expression Interactive Designer a shot at this ( http://www.microsoft.com/expression ) Though we don't allow you to author HierarchicalDataTemplates in the tool, if you only wanted to change the template of ...Show All

  • Smart Device Development PocketOutlook

    PocketOutlook in windows mobile version SDK 5.0 SDK documents the following classes Microsoft.WindowsMobile.PocketOutlook.EmailAccount Microsoft.WindowsMobile.PocketOutlook.EmailAccountCollection for use in managed code. Can a native application written in C++ make use of these new features and if not how can a native C++ application enumerate the existing email accounts setup on a device. What you nee ...Show All

  • Visual Studio Team System Database Operations

    I was wondering why there aren't any default rules available in FxCop for Database operations! Is it because these may not be possible to implement I have to develop quite a few rules under DB operations and I am not able to make any headway through them. In each one, I need to parse the instruction in the ilcode to check whether a stored procedure has been used as commandtype.StoredProcedure instead of commandType.text., or whether DataAc ...Show All

  • Visual Studio Merging auto-generated code with custom code?

    Let’s say you have a DSL combined with a set of wizard and recipes to generate code for a custom framework on which a customer would like to build all future .NET applications. As a developer I start the first iteration of the application development and generate supported implementation artifacts. Then I continue adding my business logic (e.g. code behind “click” events in a form or code in C# classes which skeletons were generated through re ...Show All

  • Visual C# How can enable or disable mainmenu's items on MainForm from childForm ?

    When I click an item on menu on MainForm I set it's enable property is false to open a childForm. When I close childForm I want to set menuItem on MainForm is true to can choose it again but I couldn't do that. Please tell me how can I do like that Thank you very much ! You won't be able to access the menu from the child form, because the menu on the main form is marked as private. You should change the 'modifiers' property o ...Show All

  • SQL Server Vis. Studio.Net 2K3 + BI Reports

    Hi All, Having a problem installing the BI side of things into Visual Studio. I've installed it onto my laptop fine, but trying to get the BI reports to install on my desktop is turning into a nightmare. I've made sure all the Pre-Req's are there, .NET Framework, Local IIS, etc, but what ever I do, I cant get the BI reports to appear, even with doing an uninstall and full install. Does anyone have any suggestions Cheers Steve ...Show All

  • Visual Studio Express Editions Floating point problem

    hi While i was learning the new VC Express i encountered a problem: klasse.h------------------------------------------------------------------- class complex { float re, im; public : complex( float r, float i) : re(r), im(i) {}; complex operator +(complex c); complex operator *(complex c); }; ----------------------------------------------------------klasse.h------- klasse.cpp----------------------------- ...Show All

  • SQL Server doubts about report deployment

    hi all i have doubts abt report deployment if i am deploying report then what process exactly happens also is any entry made in IIS or is any new file created in IIS if i am deploying report on remote server then what process exactly happens what r the entries or files that r created on remote server plz help me so that i will understand this deployment process very clearly. waiting for reply. ...Show All

  • Visual C# How can I generate documentation from XML Documents

    Hello, In RC1 I didnt find the option to generate the HTML documentation from the XML comments on the classes. Any helP! Thanks    Yes, http://www.doc-o-matic.com/  -- but that's commercial software and it's US$ 500 at a minimum. ...Show All

  • Windows Forms Datagridview Columns Order

    Does anyone know how to iterate through a rows cells in the order they appear in the bound datagridview For example, when I start the program I have ColumnA as the first column, I then move that column out of the first position, to 2nd position or 10th position doesnt matter where, I than  do a simple check like so  "me.text = datagridview.columns(0).Name"  and even tho it is no longer in the first position, ColumnA is still consi ...Show All

©2008 Software Development Network

powered by phorum