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

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

cdaniele

Member List

SR20
Naga2k2
DJPO
bvanderw
X5-Eric
dunnee
barryt
johnno_oz
jbval
Makarand Kulkarni
marit
Packerfan
Arash Bannazadeh
dbaguru
CccF
Undying
Dmitry Pavlov
Harshvardhan
SRAitken
atreat
Only Title

cdaniele's Q&A profile

  • .NET Development System.Configuration with Windows app

    I am having a very strange problem, so if anyone can help it would be deeply appreciated. Using VS.NET 2005 RC1.  When I'm working on an ASP.NET application, I can create a custom section in the web.config fine.  I can define my own handler inheriting from System.Configuration.ConfigurationSection, and use it using System.Configuration.ConfigurationManager. However, when I am in an Windows App, I create the same sections in the app.con ...Show All

  • Visual Basic Installing VS 2005 keeps on asking ' Please insert the disk: Visual studio 2005'

    The installation process for Visual Studio 2005 prompts ' Please insert the disk: Visual Studio 2005' everytime when I try to install VS2005. This is what I did: * Downloaded VS 2005 from the MSDN members download site.    File name: en_vs_2005_pro_dvd.iso (size=2,825,748 KB) * Used MagicISO tool to unpack the files   * Used Nero 6 to write the extracted files to the DVD * Created a brand new Virtual PC with Windows XP + SP2 ...Show All

  • Visual Studio Team System How to create and use your own Classes and Methods

    Hi, 1) I am using a Check method but I need some informations that I do not have by the parameter of this method. For example, I have the method below: Public Overloads Overrides Function check( ByVal namespaceName As String , ByVal types As Microsoft.Cci.TypeNodeList) As ProblemCollection But I need informations of the Microsoft.Cci.Module which is a parameter of another Check method signature. How to resolve it 2) Anothe ...Show All

  • .NET Development Word files to *.aspx help

    What is the best way to convert word file to a *.aspx ( .net 2.0). I have articles written in this format that I would like to publish on my web page and reason why I need to convert them to *.aspx ( instead of htm) is : I want to use my master page so that layout is consistent within the website. How do I make this htm to use Default.master file of the application and make sure all the content of htm file g ...Show All

  • .NET Development problem with compiling a .NET dll in VS2003 (as opposed to VS2002)

    This is a question only .NET beginner could ask, and I'm sure the answer will be simple. The background info: I have an VC++ (MFC) application that I wrote in VS2002.  One of the several DLLs that comprises this application is a managed code Crystal Reports viewer.  I have created a setup project to make an MSI from all the project outputs from this and the other projects. The problem: When I compile this application u ...Show All

  • Visual Studio Multiple DSL's using the same file extension

    Hi all, I have a general question about the use of file extensions in DSL's. If I have two DSL using the same file extension and VisualStudio is confusing them. I see two possible solutions, but cannot find whether they are possible. Is it possible to change the extension used for a DSL model file You can give an extension when creating a new DSL project, but I already have two existing DSL projectsd with the same extension. ...Show All

  • Smart Device Development Hi Whatz Wrong with my code here??

    Hi Evribody, Windows Mobile 5.0, Emulator is Smartphone. I was creating a sample project...User enters his usrname/password in the login screen and is authenticated and then a Welcome Form is displayed. Project has two forms 1: Messages Home 2: Login Form From MessagesHome Form """" Constructor""" i am calling the Login Form and have a DIALOG RESULT returned from the Login Form. Welcome for ...Show All

  • Windows Forms Datagridview tooltip from database

    Hi, I'm wondering is there easy way to bind datagriview tooltiptext into database column cheer's Erno Vuori No, this isnt' something that is doable with the DataGridView in databound mode. -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All

  • Visual Studio Tools for Office VSTO 'V3' Outlook Add-In Questions

    hi there im developing my first Outlook 2007 add-in using the VSTO 'V3' tools. The idea is that I want to give the user the option of copying any incoming emails to a separate .NET smart client application. I have successfully added a custom add-in tab to Outlook. I have also wired up the Outlook buttons so that they are now talking to a .NET Windows service. I have 2 questions please. 1. How can I restrict my add-in tab so that it only ap ...Show All

  • Visual C++ general question regarding arrays and functions

    Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, ...Show All

  • SQL Server SQL Server 2005 CLR integration problems with unmanaged code

    Hi, With SQL Server 2005 I'm trying to define a CLR integration UDF that calls unmanaged C++ code contained in a .dll. I have the following two signed assemblies: 1) 'wrapper' - this assembly is basically a wrapper class writen in C++ managed extensions code that calls a legacy library written in unmanaged C++ 2) 'provider'- this assembly offers services some of which are contained in the 'wrapper' assembly. This class is ...Show All

  • Windows Forms Backgroundworker Problem

    Hi, I have a problem. Im using a backgroundworker object to do some processing, but the dowork method is not executing properly. When debugging, the debugger goes to the first line of code in the method, and does not move on. Can anyone give me some insight Here's the code: { int current = 0; localhost. Photo [] photos = galleryService1.GetPhotos( CurrentGalleryID); current = 0; foreach (localhost. Photo photo in photos) { System.N ...Show All

  • Visual Studio Tools for Office Excel errors

    With VSTO I have complete an excel spread sheet that is laded by a SQL data. There are 2 templates on for each project that is copied each time a new project is pulled. I have a summary sheet that is also copied when a new company is pulled; it filled with totals of each project. Here is the bug that I cannot figure out. If I open the excel workbook launch it pull a company and pull a project fro them it works as properly. If I go to ...Show All

  • Visual C# SpeechLib - delay initially

    In C# speech.Speak("My ", SpeechLib.SpeechVoiceSpeakFlags.SVSFDefault ); speech.Speak("name ", SpeechLib.SpeechVoiceSpeakFlags.SVSFDefault ); speech.Speak("is ", SpeechLib.SpeechVoiceSpeakFlags.SVSFDefault ); speech.Speak("Phillip ", SpeechLib.SpeechVoiceSpeakFlags.SVSFDefault ); The problem I have is - there is a delay before each 'speech.Speak' statement - I want to remove it. If it is ...Show All

  • Smart Device Development Design Time Attributes of a Custom Component

    Hi all, I'm trying to make a custom Compact Framework component outside of the RTM VS2005 IDE.  The build process at my company is outside of the IDE. My component is nearly fully functional:  I can add it to my Toolbox, it only shows up for CFv2 projects, and I can drop the component onto the Form). However, I can't get the Descriptions of the Properties to show up in the IDE Properties window. I have manually made a DesignTimeAttribu ...Show All

©2008 Software Development Network

powered by phorum