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

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

Z Z

Member List

abcdefgqwerty2
Calin Iaru
moebiusproject
dom_tiger_99
Grant Perry
tasleemarif
Steve Galic - MSFT
nancyboy
Lubeto
Magannahan Skjellifetti
VortechC5
OOC#
Francois Geldenhuys
Sajal
markvanh
Zaib
0x00
AdaByron
Tyler Whitney-MSFT
DotNet_Student
Only Title

Z Z's Q&A profile

  • .NET Development Framework 1.1 and 2.0 co-existing

    Hi Is it possible for the .NET framework 1.1 and 2.0(beta 2) to exist and run on the same machine   Secondly, what about VS 2003 and 2005 co-existing I have VS 2003 installed on Windows XP, I would like to install VS 2005 (beta 2) on the same machine without destroying things. Any comments/advice will be appreciated. Regards Hi, I havent personally had any issues but read this post here: - There are people ...Show All

  • Visual C++ How to add item to a popup menu?

    I am trying to make a popup menu but I am stuck in this code: CMenu* tmpMenu = new CMenu(); tmpMenu->CreatePopupMenu(); tmpMenu->InsertMenu(0, MF_BYPOSITION, 0, 0); So I just donnt know how to add an item to the newly made menu. Can someone please help Sample code from MSDN CreateMenu: // The code fragment below shows how to create a new menu for the // application win ...Show All

  • SQL Server ASP.NET and OLAP offline (.cub) file provider

    Hi, I would like to know, what provider I must use to access the olap offline cube. also is there any way to connect offline cube with asp.net, if so how . if you have any good examples for that please let me know. thank you in advance. Rgds Jag I'm not an expert in this by any means, but I suggest you look at the docs for ADOMD.NET and XMLA in SQL Server Books Online. You may also be ...Show All

  • Visual C# Loads of errors and warnings trying to load a beta one application into beta 2

    HI any ideas how to go about fixing this would be greatfully received. I've upgraded beta 1 to beta 2 (following all the uninstall instructions).  Simple apps load and run just fine but a more complex app I've written gives 9 errors and 16 warnings - the warnings are mainly now obsolete properties which should be easy to fix but the errors... Most seem to relate to designer generated code and I get an error when trying to view my form1 desi ...Show All

  • Visual C# Visual Studtio 2005->File->New Project->Shows an empty box

    Hi All, I am new to .NET, and have just downloaded "Visual Web Developer 2005 Express Edition Beta 2". I want to start building C# applications but on Selecting File->New Project, gives an empty box with no "project types" and "templates". Do I have to install C# express edition separately OR is the installation incorrect. Thanx Varun   Varun Sood wrote: Hey Nicholas, Thanx again...just one more question...where can I down ...Show All

  • Windows Forms DataGrid Events are not firing in VC++ 2003, any help?

    I wrote four functions (C++, 2003): private: System::Void LoginGrid_Navigate(System::Object * sender, System::Windows::Forms::NavigateEventArgs * ne) { MessageBox::Show(S"Test", S"Name Entry Error",MessageBoxButtons::OK, MessageBoxIcon::Exclamation); } private: System::Void LoginGrid_OnAddNew(System::Object * sender, System::EventArgs * e) { MessageBox::Show(S"Test", S"Name Entry Error",MessageBoxButtons::OK, MessageBoxIcon::Exclama ...Show All

  • Visual Studio Express Editions save dialog

    Hi To All, Iam using a save dialog control,How to handle the event when the user clicks on cancel button on the save dialog. The dialog returns a DialogResult enum. Check if it's DialogResult.OK to see if the user clicked OK. Presumably that's really what you want, but if it's not OK, it'll be DialogResult.Cancel. ...Show All

  • Visual Studio Tools for Office Microsoft Access Charting Question

    I have a graph that i'm trying to display showing the history of a few fields. There are 2 tables: Person and PersonHistory... For each person there is 1..many records in person history... So the chart would show the trend of these fields in PersonHistory over time (week_ID is one of the records in personhistory...) I am putting the chart on form that will enable the person to select a person from a dropdown containing all of the rows in the pe ...Show All

  • SQL Server How to open a SSIS solution with broken Data Sources in less than 20 minutes?

    How can I open an SSIS solution with broken Data Sources in less than 20 minutes Is there a way to open a package with broken Data Source links without validating the entire package first If I open the solution and double click on the first DTS package, the SSIS environment 1) brings up box describing all the data source connection strings that don't match the data source connection strings in the solution, 2) the cursor stays as the pointer w ...Show All

  • Windows Forms How to access methods of MDI Child from by MDI Parent Toolbar?

    Hi How can I access the methods (Add, Save,Delete, Record navigation methods such first, previous, next & last) of a MDI child from when clicking on a toolbar positioned in the MDI parent form So on the MDI parent I have this toolbar. When clicking on a button on this toolbar it must call a method from the current MDI child form. I am running there are several types of MDI child forms with keeping recordsets, but each contains (th ...Show All

  • Smart Device Development Activesync & emulator just won't connect

    I have been doing a development project for about a month now and everytime I sit down to work I dread the wrestling match I'm going to have with connecting the emulator with activesync using the EmuASConfig. Sometimes it will connect up, most of the time I have to repeatedly initiate the connection until finally it hooks up.  I thought I had a process where I would delete any partnerships prior to starting and that seemed to make things a ...Show All

  • Visual C++ Easy UserControl creation under VC++?

    Hello all, I'm currently using VS 2005 Express at home and VS .NET 2003 enterprise architect at work, and in both I have been able to create user controls in C# (where I just do Project | Add User Control, then they are in the toolbox and I can use them easily), but nothing in C++. I've heard about component classes, but's it's just too complicated, I don't want to register a dll, etc. just for example to create a container with a text box ...Show All

  • Software Development for Windows Vista what should i do with Human Workflow in Biztalk 2006 since WWF is coming?

    I've read many places about Biztalk vs WWF, ok that's a lot of concepts and theorical thoughts about both. But i still have a (quite) simple question in my head: 1. If i decide to buy Biztalk 2006 (which will come with the old Human Workflow Service HWS that no one recommend to use), should I create the Human workflow with WWF instead 2. If I implement Human workflow with WWF, how can I host it in Biztalk or how it can communicate with Biz ...Show All

  • Visual Studio 'Unable to find the report in the manifest resources' - Build Action is missing??!

    Hello, I have just upgraded my VS2003 project to VS2005. Had a million things to fix, but I'm finally down to the last few. The biggest remaining problem is my Crystal Reports don't work. The error message is below... On googling it the answer seems to be I have to include the *.rpt's as an embedded resource. However, and this is the really odd bit, the properties that should show up in VS2005 to allow me to do that are simply missing! ...Show All

  • Visual Basic It's slow!!!

    Hello After I turn on my computer and when I launch first program (which programed by VB2005), it's take a long time to show main form. VB6 was faster.   CPU speed: 2600 MHz Memory: 1024 MB  Is there a solution for that   Thanks & Regards What do you mean by 'long time' It's possible that, even though windows appears to have finished booting up, it hasn't - it's still ...Show All

©2008 Software Development Network

powered by phorum