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

Software Development Network >> _Michael Fischer_'s Q&A profile

_Michael Fischer_

Member List

poisonem
m8ark
Ric Messier
George Steel
Michael Pritchard
vbMikef
Driescox
blogster
NewToVB
MikeCad
dmatney
SanderV
Pengos
RicarDog
MEHRAN_AZIMI
Star.de
manoj mishra
DJ Phil
Hernan93
Javen
Only Title

_Michael Fischer_'s Q&A profile

  • Windows Forms Position

    How can i determine the position in the screen e.g. :  we got a form (somewhere) with a panel and on that panel there's a groupbox. on that groupbox there is a button. When you click on the button , a new form wil show right below the button to show the new form i need the coordinates of the button on the screen I could dril up in the hirachie until there is no parent anymore and sum al the top and left values But i suspect there ...Show All

  • Visual Studio Team System InfoPath crashing when editing specific Process Guidance Content Items (Build97)

    Hi, Infopath is a lot more stable when editing ProcessGuidance.xml from Build 97, but I am still having the occasional problem. However, it seems to be related to specific Content Items. For example, whenever I select the "Develop Threat Model" activity, Infopath crashes. Is there a workaround other than editing the XML directly Regards Allen Jones Hi David, Trying to make a simple change to the ProcessGuidan ...Show All

  • Visual FoxPro REPORT error-invalid path

    i have a button in a form and when its pressed it creates some select sqls which have into table and overwrite an existing table.then from the table i create report..from.. ,then i update the report and finnally i report form.the problem is that if i press the button->see the report->close the report->press again button->i get a message "invalid path or file name" if i close the program and reopen its the same press the button->se ...Show All

  • Visual Studio 2008 (Pre-release) Xaml Mapping to a referenced Assembly?

    How can I map a Namespace of a referenced assembly in Xaml. Local Assembly: < Mapping XmlNamespace="local" ClrNamespace="AvalonApplication1" > < local:Class1   /> External Assembly: < Mapping XmlNamespace="local" ClrNamespace="External" > < local:Class1   /> Error: Window1.xaml(9,10): error MC3074: Unknown tag 'DataSource' in namespace 'local'. Note that tag names are case sensitive. Line ...Show All

  • Visual Studio Plugging in the SDC WiX tasks to Team Build

    One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example:                     <CompileMsi                         SourceFiles="SourceFile1.wxs;SourceFile2.wxs" ...Show All

  • Visual Basic GetPixel

    alright I need to get examples of getPixel...I need to get a pixel of a fullscreen application.... I need it to be something like this dim number As integer = 0 if pixel (xcoord, ycoord) and (xcoor, ycoord) etc... is there then number = "1" else if pixel (xcoord, ycoord) and (xcoor, ycoord) etc... is there then number = "2" else if pixel (xcoord, ycoord) and (xcoor, ycoord) etc... is there then number = "3" ect...i was thinking that I would us ...Show All

  • .NET Development DataTable internal index is corrupted ... Is exist an reason?

    Hello people, how are you I'm in front of a strange error. I have a data form, that show and manage the data by a BindingSource control. I hava a dataGridView and individuals controls like textbox to edit them. It's work fine at the begin , but after some adds, removes or updates, the .Net retrives me the follow exception: "DataTable internal index is corrupted: '5'" It's very borried.... it's an ilogical error.... Does anyb ...Show All

  • .NET Development .net 2.0 instable?

    After converting web app to .Net 2.0, once in few hours it dies. I've seen people having same problem with different apps on .Net 2.0, web and winforms, and haven't seen one yet saying the problem solved or at least understood. I'm trying to narrow it down from event log entry. Can anybody help on P7 and P8 values I was not able to find any info. Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category:  ...Show All

  • .NET Development Create HTTP Service Message

    Hi all, I am not sure if this is the correct forum to post this and if not could one of you please direct me me to the correct one. Anyway, I have to create a HTTP Post message (not sure if this is what its called), that basically takes some xml and creates a SOAP Envelope (am I correct in thinking the easiest way of doing this is using xslt to transform the input xml) and then a message (in xml, so it has the same content type). Al ...Show All

  • Windows Forms DATAGIRVIEW

    Can you make a single cell a button in the datgirid view control Yes, you can. You can add any from DataGridViewCell inherited cell to any type of DataGridViewColumn. E.G a DataGridViewButtonCell to a DataGridViewTextBoxColumn. Regards Adrian ...Show All

  • Visual C# from Video Capture Device to Image/Bitmap

    Thank you for the link, I'll check it out :) I currently have code that can get images, but still needs some visible handle to create the video in. A solution to the problem would be an invisible handle that does draw everything while being invisible. Does anyone know if this exists ...Show All

  • Visual Studio Can't open Class Designer

    When I click in the Porject-Explorer on a Form e.g. Form1.vb and select "View in Diagram" than a new file "ClassDiaram1.cd" is created but, no Class Designer is opend and I get the Error-Message: "There is no editor available for 'C:\....\ClassDiagram1.cd.   Make sure the application for the file type (.cd) is installed. So which is the application Why does the Visual Studio 2005 Beta1 Setip don't register this application Or Do I ...Show All

  • Software Development for Windows Vista Windows 2000 Icon Style Guide

    Any possibility of still being able to view the Windows 2000 icon style guide Type <Windows Vista user experience guidelines> into any major search engine and you'll be sent to the download page. http://msdn.microsoft.com/windowsvista/uxguide The Windows 98/2000 guidelines are out of print but you can try to scavenge one from Amazon.  http://www.amazon.com/exec/obidos/tg/detail/-/0735605661   ...Show All

  • Visual Studio Express Editions VWD Express Edition 2005 error

    I downloaded VWDEE several weeks ago and have been using it religiously since then. It is a great tool and I have really learned a lot during those weeks. I have now run into a real problem that I can't seem to get a handle on, so I thought I would ask here and see if anyone else has seen this problem. I started having random problems with my really simple ASP application. This application uses a database connection and most of the problems a ...Show All

  • Visual Studio 2008 (Pre-release) Numbered Lines and Text Wrapping

    Hey all. I'm trying to create a way for laying out text when line number matters. For instance, given the text 1 HAMLET: To be, or not to be--that is the question: 2 Whether 'tis nobler in the mind to suffer 3 The slings and arrows of outrageous fortune 4 Or to take arms against a sea of troubles 5 And by opposing end them. if the content area is resized such that wrapping is necessary, it should look something like this: 1 HAMLET: ...Show All

©2008 Software Development Network

powered by phorum