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

Software Development Network >> Donald Fisher's Q&A profile

Donald Fisher

Member List

Barb M
minimalistic
drave
haltmann
Maruti
v1c
prawin
bhav2007
phil_johnson38
Jimmy Li
AdriaanDavel
Nihar1
joltinjoe02
Riko
Clement Edwin
TedToal
ralex
KwanzaBot
Anton Lapounov - MSFT
Paul E.
Only Title

Donald Fisher's Q&A profile

  • Visual Studio 2008 (Pre-release) How to reload the window form and restore its original layout?

    Hi There, Our product called AssetViewer has a main UI (TabControl). The main UI changes dynamically to respond to the different AssetType. when displaying a new asset item, if the AssetType is different, the UI view is to be adjusted from its original layout instead of its previous state. Since the previous state has made too many changes and it may need more codes to track these changes. Thanks, Billy, I'm confused by ...Show All

  • Visual C# Get File summary info

    Hello, can any one know how to get file summary info in c#. you can see this info if you right click on a file and click on summary tab. ah, sorry. I don't think you can access the file metadata from .net. It's possible via the win32 api. You can also use interop along with a microsoft activeX to gain access to the structured storage information. You can read more about structured storage @ http://msdn.microsoft. ...Show All

  • Visual Basic Why does CTRL+X, CTRL+V etc. not work?

    When i open a child form, like this: frmEl.MdiParent = Me frmEl.Show() Then i can't use the standard shortcutkeys like CTRL+V etc. in a RTF box. If i open the form without the  frmEl.MdiParent = Me, then all works perfect. Anybody knows what are going wrong I have made other aplications, where everything works ok, but not with this one. I have tryed to make a empty form, only with a RTF boks on, it's the same result. I am ...Show All

  • Visual C# outofmemory exception

    hi...i have an array like this item = [10,100,100,100,100] the indexers of the array are all int...when i run the program i get this excpetion...how can i resolve it I have a this problem too... But I can't figure out how to free memory... I even tryed closing a form, but that didn't help. The code I use that causes the error is string qText = this .questionNameTextBox.Text; string qData = selected.C ...Show All

  • Visual Studio Express Editions DataSource

    I have an App which will use several diferent forms within the app. All will be accessing the same database and associated Tables. Do I need to add a new DataSet/Source for each form Thanks, Jeff hi, yes you add dataset to your solution just once , and it will appear in your solution explorer. to use it you have to add instances to your forms best regards ...Show All

  • System Center Exchange 2003 Workflow

    Hi All Can any one help me,how to configure the workflow in exchange 2003 If any one have step by step guide or Webcasts kindly provide it. FYI I searched in microsoft MSDN i didn't get the document what i need Thanks In Advance Many Thanks Hameed Hammed hi, Here are various resource that might help you with the product: The following web page is the home page for SCCP and includes pointer to a webcast: htt ...Show All

  • Windows Forms TreeView HitTest while in DragOver

    I am using the HitTests method on a TreeView object within its DragOver method. While generally HitTest seems to work when used in other methods (like MouseDown), in DragOver, the Node method of the TreeViewHitTestInfo object continually returns Nothing even though the mouse is plainly over a valid node. I've made sure the Treeview has "AllowDrop = True", but is there any other properties I need to set to get this going Has a ...Show All

  • .NET Development Datatable Poor Performance VS.NET 2005 too.. New Indexing engine failed

    I have downloaded the Visual C# (Whidby-vs.net 2005) and have tested a sample program(Datatable with Large number of records).   Microsoft explained the new features of ADO. NET 2.0 will resolve this issue with the new indexing engine for datatables. Please refer the following article( http://www.devnewsgroups.net/link.aspx url=http://msdn.microsoft.com/data/default.aspx pull=/library/en-us/dnadonet/html/datasetenhance.asp ). ...Show All

  • Visual Studio Team System Source control in a remote environment

    How can team foundation client (team explorer) recognize that the same project is coming from the same server in a remote environment For example : I set up a TFS server named "tfs" in the intranet of our company, and it could be accessed from internet via "tfs.mycompany.com". Then I add two tfs server in my team explorer, one is named "tfs", the other "tfs.mycompany.com". When I work in my company, I work with the server "tfs"; when I work at ...Show All

  • Software Development for Windows Vista ASP.NET And a State Machine Workflow

    I recently read the MSDN magazine article, Windows Workflow Foundation, Part 2 (http://msdn.microsoft.com/msdnmag/issues/06/04/CuttingEdge/), where Dino Esposito demonstrates how to work with workflows in ASP.NET. Dinos' demonstration provides a helpful solution to working with Sequential workflows; however, it left me a little confused with how to work with a State Machine workflow. In the article, Dino demonstrates how to pass parame ...Show All

  • Visual C++ windows.h not found...

    WOW, I can't believe this information isn't easier to find.  I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2.  NOTHING WORKS!  The Directories are not found and there is no apparent way to set them.  Apparently users have found a hack to make it work, but this is crazy.  It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All

  • Visual Basic help me about data Grid

    hi. I need help to chenge the datagrid data. I want when my user select XXX from combo box one of Column in data grid seted as XXX. as hapend when Data have reletionship. I cant make reletion becuse it hapens in just one form . not in all data base. if not . my user have to select that code in every row of data grid. and my  have mistake. thanks for your help Tanks  That is what I want . Tanks very much ...Show All

  • Visual Studio problem in encoding " R " in VSS 6.0d

    Hi, I'm facing problem for getting the char " R " in VSS from other system than where the file saved. The char " R " used in a file *. cpp , and checked in VSS 6.0d. When try to open this file in other system, this char " R " visible as " " . If open the file in same system where ever its saved then no problem. Seems encoding properties problem. Using VS .net 2003 and VC++ 7.1 How can solve thi ...Show All

  • Windows Forms WebBrowser Control Doesn't Support ShowInTaskbar = False

    I had this problem with VS2003 and was told that because the old control (usable through .NET 1.1) is actually the same ActiveX control that has always been used. I thought .NET2 was going to be different but I'm having the same problem. To reproduce it is simple : Put a webbrowser control on a form. Then a notify icon (for the systray). Slap this code in there : Private Sub NotifyIcon1_Click( ByVal sender As Object , ByVal e As Syste ...Show All

  • Visual Studio Team System Images in Work Item description?

    I've been asked to assess VSTS by my company. The first goal is to replace our aging Notes based bug tracking system. The one capability of Notes that users here are adamant about having in any replacement is to be able to paste images and rich text into the description field (screen shots, etc.). Having the images as seperate attachments is not sufficient. When I attended the "Ready to Launch" session here in Boston last week, I asked about ...Show All

©2008 Software Development Network

powered by phorum