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

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

smc750

Member List

JasonDeegan
Cathie 64
brad oyler
DrorNahmias
ujjwalprakash
NSK
JohnyM
J. Ho
Kevin Westhead
kg_masterpiece
KitG
NRN
crossow
Jeremy Jones
Venaddar
Suneel kumar
Ninoslav Rasinec
Robert C. Barth
George Cai - MSFT
adkent
Only Title

smc750's Q&A profile

  • Visual C++ [ATL] does ATL has any collection tool lik CMap in MFC?

    like the title... I thought those containers were merged in VC2005 Anyhow, CMap and the MFC containers are rubbish. The container you want to use is std::map, which, unlike CMap, is part of the C++ language. http://www.sgi.com/tech/stl/Map.html ...Show All

  • Visual Studio Tools for Office The deployment doesn't work always...

    As I finally succeeded to install the RC VSTO version on my machine, I decided to deploy and to make it available to all my users... However, I just received 3 messages: 2 have been finally able to install it...one not again :(... As I can read here , there are some cases where even VSTO may fail... Any news about it Any possible solution Thank you LastHope Yes, I did (however, somehow I'm not sure it works correctly, even if I followed that guide : I thought that the installer would have installed the prerequisites, but it didn't, as my users told me) All of them tried to install my plugin made without VSTO many times, and they alread ...Show All

  • Visual Studio 2008 (Pre-release) Binding to Window property

    I'm trying to trigger an animation based on a change of a value of a window's property. Basically what I have is a class 'VisibleItem', which implements INotifyPropertyChanged and is exposed by my Window1 as a property also named VisibleItem. Like this: public partial class Window1 : Window {    public VisibleItem VisibleItem {             get {... }   } } The XAML looks like: <DockPanel Width="200" Height="200" Background="Azure" DockPanel.Dock="Top">         <Button DockPanel.Dock="Left" Height="20" Name="btnIn">In</Button&g ...Show All

  • Visual C# How do I change the text on a Command Button at run time?

    What I thought would be "straight forward" code has become something very much more so.  Can someone please enlighten me I'm getting a rather confusing error: "Cannot implicitly convert type 'string' to 'bool'" Where did the Boolean come from private void buttonAdd_Click ( object sender , System . EventArgs e ) {      if ( buttonAdd . Text = "&Add" )     {          ResetTextbox ();          buttonAdd . Text = "&Save" ;     }      else   & ...Show All

  • .NET Development search on a website

    I just can't find the script to, for example, search on http://www.vbcity.com/forums/forum.asp fid=41 for the number or word "3" in my topic(so it indicates that there is a reply) and if this number is true, this script happens: [code]msgbox ("You have a reply" , , "Reply")[/code] Thanks is there a .NET framwork question here How is this connected to managed networking apis If not please post this somewhere else ...Show All

  • Windows Search Technologies Accessing WDSQuery.dll from MSAccess

    Hello, we would like to integrate desktop search queries in one of our MSAccess applications through the visual basic interface. The SDK does not help, we cannot reference WDSQuery.dll, how could we do Hello, This is the first I did, but you cannot add a reference to wdsquery.dll in Access VB ...Show All

  • Windows Forms Nullable types in PropertyGrid

    How do you allow nullable types to display their values in propertygrids For example: private MyEnum test ; [ DescriptionAttribute ( "Test" ), CategoryAttribute ( "Options" ), DefaultValueAttribute ( "" )] public   MyEnum Enums { get { return test; } set { test = value ; } }   I then would like it attached to a propertygrid and show me the enumerated values. Thanks. Thanks. After posting, I said "hmm, I wonder if it is the same build '. I'll be patient for the next build. ...Show All

  • Visual Studio Tools for Office Outlook Winform

    I have 2 questions, I am new to using VSTO... 1. I created a custom meeting request. I have created a To... Button like in the standard Outlook form. How do I set it up so when I click the button, my address book pops up like in the standard form 2a. Along the same lines, how do I get the File, Edit, etc... menus that are standard in the office application 2b. I tried to add buttons to Save, Send and Save, and Delete, which work, but I can not get the images (the disk for save, the x for delete). Appreciate anyone who can help! Thanks! Ryan, Thanks a million for adding more detail. I no ...Show All

  • Visual Studio problem with IvsProjectFactory::CreateProject

    We have code integrated with Visaul Studio 2003 and it works fine. We want to upgradate the integration with 2005. What we did is to change the self-registration to be done with 2005, and rebuild our source code in 2003, without migrating our source to 2005. After this, we can see our menu in VS 2005 exp, but we cannot create our own type of project. Debugging found the problem while trying to call IvsProjectFactory::CreateProject(). Returned error code is 0x80131500. We cannot find more information about what's wrong. Our call to CreateProject() is similar to the example project FigPrj. In file Prjnbld.cpp, method InitnestedHierarchy(): IfF ...Show All

  • Visual Studio 2008 (Pre-release) how to create .xps files

    can anybody know how to create .xps files programatically You probably want to start here . Pay special attention to the side bars. there is an XPS popup menu on the left and there are related links on the right. Articles and code samples for XPS documentations can also be found here Hope this helps. ...Show All

  • Visual C# Encryption!

    Hi, I'm facing a small problem and it would be great if someone could provide me with a solution. I have a windows application that writes some data to a file. Now I want this data to be stored in the file as encrypted. The problem is that I don't want to hardcode the encryption key in my windows application. I've heard there is some feature in .Net that generates the key. But again, imagine my application has generated 10 files, that means I've generated 10 keys. Now the problem is to decrypt, say the first file, how do I know which key I need to use. I dont think storing the key is a good idea even if the key is encrypted! Is there any ...Show All

  • Visual Studio Express Editions HotKeys :(

    I've been googleing for a week and I can't find any tutorials for 2005. Can anyone help me Oh the qestion is about how to use hotkeys. Hi, Can you give us more details of the error descriptions so that we can help you out in a much better way... Thank you, Bhanu. ...Show All

  • SQL Server metadata driven SSIS package--table variable

    Is there anyone know if a simple SSIS package (moving data from source table to target table) or task can be called repeatedly using a variable that obtains value once a time from a metadata table containing only table names. Basically, I would like to pass in a table variable to the SSIS package or task to start the ETL for different tables. Thanks a lot! Oliver Patrick, Can you give some rough ideas as what you are using in terms of programming languages, scripts or SSIS tasks to create metadata driven SSIS packages. Many thanks! Oliver ...Show All

  • Visual Basic How do I ADD A NEW DATA SOURCE ... it doesn't work!! Why???

    In Visual Stuidio 2005 Enterprise Edition Beta 2 allows you to ADD A NEW DATA SOURCE in one place in only one way. Unable to cast COM object of type 'System.__ComObject' to interface type 'EnvDTE.IVsExtensibility'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{3C536122-57B1-46DE-AB34-ACC524140093}' failed with HRESULT: 0x80004002 (No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))).     Michael My mistake for typing the wrong word. I have 27 years of programming experience in 4 continents and 31 ...Show All

  • .NET Development Serialization of array of objects, containing array of another objects....

    Hi all, This is my first post here , hope you know answer to this. I have a situation where webservice is returning array of object A which contains array of object B which internally contains array of object C. class A { [XmlElement] // this was added on later on and works fine B [ ] B_array } class B { //[XmlElement] // here does not work as in Class A above C[ ] C_array } class C { int i, string s } All classes and variables within classes are public. Webservice is returning array of object A. When i run this through VS i can see webservice and once clicked i can see soap request and response of that service, earlier i f ...Show All

©2008 Software Development Network