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

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

AnnieKM

Member List

apps983
ChrisBryan
SK9
Sne
Randy J
P R W
hotmail.com
Allen Clark - MSFT
Stepe
mark92929
R Phillips
Dina Holan MSFT
limmer21
bursteguy
Amernath
muybn
ShaktiSingh
JosephWu
talwar_
digimonk
Only Title

AnnieKM's Q&A profile

  • Visual Studio Tools for Office PivotCache

    I managed to create a Pivot Table programmatically using C# . I tried following ways PivotTableWizard() First Create a PivotCache and based on that a PivotTable Both these methods worked fine. For the DataSource I provided a NamedRange ( SourceType was XlPivotTableSourceType.xlExternal. My problem is that my data is not in a work sheet ( of course I can create a worksheet using my data and create the Pivot Table), and I would like to Create the PivotCache programmatically. My data does not come from a Database. Is there a way that I could accomplish this task Does any body know ...Show All

  • Windows Forms how to open a pdf file from a windows form

    hi, on a button click event i want that a pdf file which is stored on my hard disk will open. how can i do it    (i use c#) System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = @"c:\filename.pdf"; p.Start(); ...Show All

  • Windows Forms Excel question, installer question

    Hello all, I just have two quick questions: If i open up an excel spreadsheet with my application does microsoft excel need to be installed on my machine If I create a deployment project do I need to include all of the .Net framework with my installation Thanks for your time, Padraic If you use excel to work with a spreadsheet you have a dependency to excel. It will need to be installed for your application to work. You do not have to include the .NET framwork but it must be installed on the computers where you want to run it. ...Show All

  • Visual Basic Help.

    How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) :     Private Sub PicBox_On_Click( ByVal sender As Object , ByVal e As EventArgs)         If PicBox(x, y).Image = Tiles.picPerson.Image Then &nb ...Show All

  • Visual Studio Team System Creating a Team Project

    Hi, I have problem creating a new Team Project now. After installation of Team System (single-server), I was able to create projects, but now it does not work anymore. The project seems to be partly created, because it can be seen from the Team Explorer, but without any work items, and no source control enabled. The same user is used, as was able to create projects earlier. Any idea Log: 05-11-2005 08:13:51.437 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://sevst-w-0001601:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.015625 seconds 05-11-2005 08:13:51.70 ...Show All

  • Audio and Video Development MS Digital Image Suite plug-ins

    I'm a plug-in developer and want to know if it's possible to obtain EXIF information from the interface to MS Digital Image Suite. Obviously, I'm in the wrong group. I just don't know where to post. Can someone help Hello, Go to http://www.microsoft.com/communities/newsgroups/en-us/default.aspx and to see the full list of all Microsoft Newsgroups. Now you can do one of two things: 1. Try searching for Digital Image Suite and see where people have posted their queries. 2. Expand the tree structure on the left pane by clicking on English. Now you can explore the other nodes - an example, click on Hom ...Show All

  • SQL Server Remote connection to SQLEXPRESS doesn't work!

    Hello, OK. It is not possible for me to get remote connection to a ssqlexpress database (error 40). I tried everything posted in this forum, MSDN site etc., I used named pipes, TCP/IP ports, disabled Zone Alarm etc. it is just not working. I can coonect the Northwind database using SQL Server Management Studio Express CTP without any problem. And I am trying to learn creating databases, tables, stored procedures etc. by using code samples given on the MSDN site. In at least two examples given examples somehow try to use remote connections to SQLEXPRESS databases in the local computer in order to study stored procedures. Since ...Show All

  • .NET Development Typed datatable does not have public constructor that initializes DataColumn.Expression

    Hi, all! I have typed dataset, that contains (obviously) typed datatable. I've added one custom column that has an expression (concantenation of two other columns). Automatic dataset generator does not create public constructor for the datatable that initializes custom expression. I have to extend the class manually. Is there any way to set up generator to do that Thanks, Nikolay Ryabkov. Hi Nickolay, Did you try entering your custom expression in the property sheet of the typed dataset designer Once you do that it generates the code in the InitExpressions method which is called from InitClass. Th ...Show All

  • Visual Studio How can I programmatically "<inherit from parent or project defaults>"?

    Hi –   I’m trying to write a C# console application using Visual Studio 2005 that will read the settings of a C++ project file and reset any overridden values back to their default.   (I'm doing this so that I can take advantage of having defaults in common property sheets.)  What I’m trying to do here is pretty much the same thing as selecting <inherit from parent or project defaults> in the C++ Property Pages UI, except I want to do this programmatically.   I can easily get to the relevant classes (such as VCConfiguration and VCCLCompilerTool ) and change property values to whatever I wish, but I don’ ...Show All

  • Visual C# Process & WaitForExit & OutputDataReceived

    . Rob, This is from a larger project so I've tried to cut and paste the relevant bits.  This took ages of trial and error to get working. Hope you can make sense of it. Cheers Steve The process is started from a class that also has a Windows form (to show progress).  The sendclip method starts the commandline process which returns as soon as the process is started - as then events take over.  The show dialog displays the form and kind of forces a 'wait'.  I use events to close the form when the process finishes and things carry on this.sendclip(clip, clip.Partialcommandline, Qsyst ...Show All

  • Visual Basic Error Msg - "multiple definitions with identical signatures"

    I recently had to recover a hard drive. I was able to get an earlier draft of my program and rewrite most of what I'd lost, but meanwhile had to wipe the drive, load a newer version of XP, etc. I've gotten everything back except now I get this one last error msg and I can't find the source. This wasn't happening earlier when the very same language was running: "Private Sub InitializeComponent() has multiple definitions with identical signatures." This comes up in the designer view of a second form I call from a button click on form1. This should not have been caused by a conversion between Express and 05, so I'm not sur ...Show All

  • Visual C++ Runtime Error! Program IExplore.exe - Answer to your Problems

    Is this the message you get Runtime Error! Program IExplore.exe The application has requested the runtime to terminate it in an unusual way. Screen Shot: http://www.geocities.com/playpolly/runtime.gif If so, well Read Below. Short Form (for Experts only): Delete the file Vgraph.dll from \WINDOWS\ OR any other place resident Long Form: (Estimated Burden: 1-5 Minutes) STEP 1: DELETE ALL YOUR INTERNET EXPLORER (IE) TEMP FILES AND COOKIES BEFORE YOU CONTINUE. METHOD: If your IE is hung up: Click on Start/Settings/Control Panel/Internet Options/# If your IE is not hung up: Click on: TOOLS/INTERNET OPT ...Show All

  • Windows Forms Data Replication???

    I wasn't sure where to post this but I figured I stud a better chance of getting an answer here than anywhere. I'm in the process of trying to build a website that will tie in with our point of sale system. The problem I'm trying to over come is that or P.O.S. uses Visual FoxPro DBF files for its backend. The P.O.S. also seems to&nb ...Show All

  • Windows Forms form generic type inherit problem

    I have a base form frmEditBase<T>, then I can create derive form frmCustomerEdit : frmEditBase<Customer> and frmVendorEdit : frmEditBase<Vendor>, so that I can edit the Customer object or the Vendor object. When I add a new windows form, select Inherited Form template, the Inheritance Picker doesnot list the form frmEditBase. Why I create frmCustomerEdit form and manually code to derive the base form frmEditBase. It works well. But when I open the designer frmCustomerEdit, it get an error: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspec ...Show All

  • Visual Studio Unable to Replace Old Files by New ones

    I am working with DSL Tools in VS 2005 Beta 2. In order to compile the Designer, DesignerUI and DomainModel Projects, I have to update all the source code. However, the templating file generators cannot replace the old files. Instead, they keep on generating new files. For example, I expect abc.cs is generated by the text templating file generate but abc4.cs is generated instead. How can the problem be solved On the other hand, after I delete some elements in the domain model (dsldm), I can still find some related things has not yet removed if i use the xml editor to view it. Hi Felix, see this pos ...Show All

©2008 Software Development Network