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

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

phpbutcher

Member List

C TO
BluePain
freggel
anand singh
Eric D.
nelson br
BenjStarratt
Pepo
alan lan
Mifuyne
J Davis
Claes Ahlberg
Phylum
windbody
Jeff Hale
Michael Forkey MSFT
Rainier
Octayn
lihai
Kokyu
Only Title

phpbutcher's Q&A profile

  • Visual Basic making a .txt

    When i click button_1, what code can i put in so it makes a .txt file thats called whatever is in textbox1 could someone help   Try something like this     Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click         Dim sw As New System.IO.StreamWriter("C:\test.txt")         sw.Write(Te ...Show All

  • Windows Forms How to make property associated with an UITYpeEditor Readonly?

    I have a property which is edited by an UITypeEditor. [ Editor ( typeof ( MyUIEditor ), typeof ( UITypeEditor ))] public string MyProperty{...} I'd like to restrict the editing of the property only through my UITypeEditor so that users won't be able to directly type in or delete the property value Is there any way to achieve this Thanks! Alan You will need to also provide a TypeConverter and return ...Show All

  • Visual Studio Team System Team Suite not working -- Beta 2

    I have the foxed VS 2005 Beta 2 with 3 DVDs.  I installed 2 DVDs: VS2005 Team Suite, and SQL Server 2004 CTP.  (The third, Team Foundation Server, required a W2K3 server that I do not have.)   The Team Suite functionality, such as the Logical Designer, does not seem to be present.  I even tried a fixup installation.  This may be ignorance on my part.  What does it take to access or activate the Logical Designer ...Show All

  • SQL Server Broken hyperlink in subscription emails

    Users are receiving link-only subscriptions with broken links where the break always starts with an exclamation mark. It looks like this in email source view: <table><tr><td><span>My comment text added to subscription</span></td></tr></table><table><tr><td><span>The report is accessible at the following address:</span></td><tr><td><a href=&quo ...Show All

  • Visual Studio 2008 (Pre-release) MSDN Chat: DLinq, May 18th @ 12:45pm Pacific Time

    Show up and tell us what's on your mind! People from the C# and DLinq teams will be there to listen. We're still in the planning and development stage, so rest assured - we can react to your feedback. The official chat schedule entry . Add a reminder to your calendar. The chatroom itself . All upcoming developer chats . Have some time zone questions Check chats category on my blog for the next C# chat. See you there! &n ...Show All

  • Visual Studio Tools for Office How to Populate the value Dynamically in the DropDownList.

    Dear Friends, I developing some infopath Application. I have to populate the Values to DropDownList Dynamically...thats means by coding...By coding I have to connect the Database and retrieve the Value for the DropDownList and populates. I am get the DropDownList from the Design mode like this, IXMLDOMNode ddlCustType = thisXDocument.DOM.selectSingleNode("my:myFields/my:ddlCustomerType");   After that I dont know the next steps.. ...Show All

  • Windows Forms ++ operator increment on vb.net

    Hello, is there a replacement for the ++ operator on vb or  i have to use something like  dim i as integer i +=1 thank you curious since in .Net every thing is on object an in the case of int it is System.Int32, and me ...Show All

  • Visual Basic First chance exceptions

    A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in AxInterop.MSWinsockLib.dll I get these in VS2005    A  First Chance Exception doesn't necessariy mean that your code will not work or is bad code.   In most cases, it is just a means of flagging a message  up to the devel ...Show All

  • .NET Development Creating Internet Download Setup in .NET

    How can I make an Internet Download Setup for ActiveX controls in .NET Cab projects allow you to create a .cab file to package ActiveX components that can be downloaded from a Web server to a Web browser. Take a look at http://support.microsoft.com/default.aspx scid=kb;en-us;307353 , it describes how to create a Setup package using VS.Net January ...Show All

  • Visual Studio Extend VSTA IDE with Managed VSPackages

    Hi, is it possible to extend the VSTA IDE with managed VSPackes If yes, how can I do it. Regards Josef Answers to this and other question relating to your VSTA integration are available at our VSTA support site Q: Does the VSTA IDE support custom designers, editors, or (VS) packages top A: V1.0 does not support these customizations. Regards, Gary Depue ...Show All

  • .NET Development Adding URL-encoded '&'s as data in a URI parameter

    I'm developing a client application that needs to send the '&' character in HTTP requests as data. I DO NOT want these to be interpretted as the start of a new parameter but rather would like them passed to the application as parameter data. I realize that you need to URL encode characters with special meaning. My problem is that in .NET, when you attempt to create a URI with a %26 (the URL-encoded version of '&'), it automatically conve ...Show All

  • Visual Studio Team System MSF in spanish

    Hello. Iam loooking for info on MSF in spanish. I already searched in google but there are a minor documents that seems to be incomplete. I wonder if Microsoft has a translation of MSF Thanks for your help. Hello, I dont want to bother any one one the forum, but as you can see this post has a lot of views which mean people is interested in it. If some one is interested I would like to work togetether with somebody for translating it if ...Show All

  • Visual C# Using foreach and explicit IEnumerator implementation

    I am using a 3rd party suite that contains classes that explicitly implement IEnumerator. In VS2003 the following code would compile without issue: foreach (ThirdPartyRow row in grdSearchResults.Rows) {     // ... use row } In VS2005, however, I receive the following errors from the compiler: Error 26 'ThirdPartyGrid.RowEnumerator' does not contain a definition for 'MoveNext' Error 27 foreach requir ...Show All

  • Windows Forms Platform invoke information request

    HI all,  I am now developing an application using Compact Framework, and I did some search on msdn and I found an articles available at  http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/messagewindow.asp  and I need to use MessageWindow to perform callb ...Show All

  • Windows Forms LinearGradientBrush

    LinearGradientBrush Which namespace do I need to import  in order to use LinearGradientBrush class Thanks System.Drawing.Drawing2D You can find this in the Visual Studio help or online at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdrawingdrawing2dlineargradientbrushclas ...Show All

©2008 Software Development Network

powered by phorum