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

Software Development Network >> Dennis S.'s Q&A profile

Dennis S.

Member List

ISU
Joe Pontes
bvautier
SNNicky
DOMcCrea
Jean-Jacques Borie
comsolver
Luigi Fonti
Hawk390
Pini Usha
Mohammed A.AboBakr
iansmith
GeorgeL
Gabriel_XD
Tom R
Atwood
uga_boy
marrigre
lorenzo polintanjr
Pavel Cristian Gabriel
Only Title

Dennis S.'s Q&A profile

  • Visual Studio Tools for Office Button is not getting removed after uninstalling the Word add-in

    Hi All, I'm creating and installing a Word Add-in. The add-in creates a button on standard toolbar. When I uninstall the add-in the button is not getting removed. The add-in is the basic add-in from the link http://support.microsoft.com/default.aspx scid=kb;en-us;Q302901 as it is. The code in OnBeginShutdown is as follows: public void OnBeginShutdown(ref System.Array custom) { object omissing = System.Reflection.Missing.Value ; System.Windows.Forms.MessageBox.Show("MyCOMAddin Add-in is unloading."); MyButton.Delete(omissing); MyButton = null; } Can anyone let me know what am I missing I've even tried using oCommand ...Show All

  • Visual Basic Adding Tables to DataSet

    Hey there, me again... I really don't get it, am I really this stupid I have a DataSet with a table from a SQL-Server. Now, how can I add a second table from another SQL-Server into this existing DataSet I'm sure you guys can help me! Thanks in advance! Felix Sorry, me again... When I'm adding a new query in the DataSet Designer, I can only do a query in one table. I can't add a table from the other database in the Query-Builder. Anyone knows why and how I could fix it I need a query with more then one table Felix ...Show All

  • Windows Forms Binding to table

    Hi - i have a table called 'products' in a dataset, one of the fields in the table is supplierID which can be NULL. I also have a 'Supplier'table  in another dataset. (This table has fields like Supplier ID, CompanyName etc) On my products form i have a combobox  which is bound the products.supplierID (The comobox is populated from the suppliers t ...Show All

  • Windows Forms DIfficulty with Running Server on Local Machine

    I've been trying to run both the TaskVision Client and Server on my machine.  I get the error reported elsewhere: "An unknown error has occurred, please review the event logs for more information." There are two errors reported in the event viewer both sourced by ASP.NET 1.1.4322.0: aspnet_wp.exe could not be started. The error code for the failure is  ...Show All

  • Visual C++ Emacs Keybinding indentation problem

    I set the keybinding under Tools --> Options --> Environment --> Keyboard to include Emacs style. Now the indentation's are definetly incorrect, here is an example of how it thinks it should look: int main() { int i = 0; //This line is definetly indented wrong } That is definetly not right. Any advice Thanks, Halsafar Okay other problems with this and a minor fix: Home/End = Start of document and End of document which is not how I know Emacs to be. Should be simply end of line/start of line Minor fix: Turned off auto-brace indenting, now the braces ...Show All

  • Visual Studio Team System Accessing Test Fixtures from Team Policy

    Coders, I am trying to write a Policy for Visual Studio Team System. From my policy I need to be able to access the Test Fixtures for the currently loaded Solution in Visual Studio . I can probably think of a few hacky ways I can do this myself but I would assume there to be some sort of elegant object model that I can take advantage of. If there was some sort of programmatic access to the Test Manager widget this would be ideal. If any one can guide me towards any assemblies or extension points to Visual Studio that gives me access to the Test Manager or some object model around the Test Fixtures for the Visual Studi ...Show All

  • Visual Basic Making an Incremental Search

    I had a datagridview(dgvName) that was primarily used to load data from a certain table of my database.Using the datasource option in my datagridview's properties, I choose the table and in the Column, I bound a certain column(Name)...Now I had also a TextBox(tboxSearch) which I want to use as a way to search the data of my dgvName..I want the seaching to be incrementally, that is, when I type a single letter in the textbox, say A, cell will point to Aaron and when I type Ab, it will point to Aban and so on.Anyway I am using visual studio.net 2005 edition..Can somebody help me please... thanks. Set t ...Show All

  • Visual Studio Express Editions Wrong version of windows found

    I just tried to install and got a popup that said I must have Win 2k sp4 or higher. I'm running Win XP SP2. This is not the first I have hit this. I got it installing the Adobe reader. My system came from Dell preloaded with XP on it. The system properties in the control panel show 'Microsoft Windows XP Professional Version 2002 Service Pack 2'. My software had always validated when using Windows update. What can I do to correct this Can I edit some registry setting I think my system is reporting that it's at 'Microsoft Windows 2000 Professional (Build 2195)'. I would perform a windows update and mak ...Show All

  • Visual C# Refrencing Assemblies

    I am trying a simple program which refrences another assembly , I open the "AppDomainTest" (Consumer of the assembly) go right click on the References and browse and add a reference to the assembly I want to use (This is also a sample assemblu I wrote), lets say this is "AssemblyA" But i get the folowing compilation error on the "AppDomainTest" ....... Error 1 The name 'AssemblyA' does not exist in the current context C:\VSProg\AppDomainTest\AppDomainTest\Program.cs 15 42 AppDomainTest Why is compiler not able to recognize "AssemblyA" even though I see "AssemblyA" in the list refe ...Show All

  • Visual Studio Tools for Office Reading Excel From C#

    You can read data from Excel using the JET OLEDB provider. See the URL below for the necessary connection string, and a link to a KB article with further information ... http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel -- Brendan Reynolds wrote in message news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com... > Hi > > Can anyone help me how to read values in Excel in C# . So that Once I > read I can send them to DataBase. My excel file Test.xls in ("C:\") > > Thanks > Doss > "To prevent possible loss of data, Microsoft ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. anxiety -- 2 question about Sample-Framework

    1:------------------------------------------------------ I think here's some problems in sdk file(october 2005). Or the sdk is right but I am wrong I am not sure... in  dxmutgui.cs line 854,MessageProc() not set the isDialogMinimized.. so when click the Caption,it's not minimize.. line 1655 OnRender() Rectangle(0, -captionHeight, width, 0); the last param is 0.so the caption even dosen't show at all.. I think the programmer copied the code form C++ version of utilitytoolkit,but the two rects is different. 2:------------------------------------------------------ I think the minimal app of using sample-framework is: ------------ ...Show All

  • SQL Server What are the current best practices for standardizing report layout and appearance?

    I am accustomed to the Actuate enterprise reporting system in which it is very easy to define reusable page formats that standardize things like page layout, margins, logo placement, page header and footer formatting, etc. You just drag and drop a page layout from your component library to inherit from it, and ensure that all your reports have the same consistent format. What if any features and tools are there to accomplish this in 2005 Reporting Services I see the style template feature of the new report wizard, but that only seems to apply to font settings for report elements, and these settings are not inherited, only copied into the ne ...Show All

  • Windows Forms Sending mail with VB.Net

    This may ultimately be an SMTP admin question (as opposed to VB.Net) but, I wrote the following code to send a mail messge from a VB.Net app.       Dim from As String = "dexterm@mindspring.com"       Dim mailto As String = "dexterm@mindspring.com"       Dim subject As String = "Test Message"      & ...Show All

  • Visual C# How to trust an intranet-server?

    Hello, how can I mark a Server as "trusted location" Problem: Was studying C# during my holidays on my notebook. Wanted to transport the projects to our code-fileserver in the company. But now some parts of the application won't run. Message: "That assembly does not allow partially trusted callers." If I copy the project to the local harddisk, it runs without problems. But I need it running from our development fileserver. How to add this Server to my "trusted locations" thanks, Andre You need to adjust your system’s security policy for either the remote assembly in question o ...Show All

  • Visual Studio Express Editions Can`t get activation key?

       Hello,   When I click to recieve activation key for Visual C# Express the page in IE is blank. Please tell me how to get an this key, because I`m really pleased to use this product and want to take advantage more than 30days. This is strange that it shows up when you registered/activated VWD, but not now.  Are these on the same machines When the browser opens, is there a URL on the address bar   Do you even get to the Passport sign-in page ...Show All

©2008 Software Development Network