Software Development Network Logo
  • Visual C#
  • Visual Studio
  • Visual C++
  • IE Development
  • Game Technologies
  • VS Team System
  • .NET Development
  • Windows Forms
  • Audio and Video
  • Visual FoxPro
  • Visual Basic
  • SQL Server
  • Microsoft ISV
  • Smart Devicet
  • SharePoint Products

Software Development Network >> Visual Studio

Visual Studio

New Question

Alternate Row color, for ALL rows
How to program add-in for Outlook without VSTO?
Cannot start debugger with ssis package
Dummy question: Certificates & Services
Crystal Reports VS.NET 2005 "Invalid Keycode"
why i can't see "office" project in visual studio 2005
Capturing the message when someone just clicks on the message....
WindowsFormsHost and AllowsTransparency="True" conflict.
August CTP
ListView performance when resizing columns.

Top Answerers

Alan Robbins
Surrendra
NoSTaBoNN
clinton0
Yuki Chen
Rabtok
Kiler
Max Diamond
MRW
kenambrose
sitemap
Only Title

Answer Questions

  • _joe HTTP Basic Authentication

    How do I declare HTTP Basic Authentication for an Indigo service hosted by IIS6 Also, how do I specify these credentials in the client's .config file From my client app, I set a service reference in Visual Studio to the URL of the .svc file in my Indigo service. I still get a 401 when doing this: WssProvisioningService. WssProvisioningServiceClient wss = new WssProvisioningConsole.WssProvisioningService. WssProvisioningServiceClient ( "BasicHttpBinding_WssProvisioningService" ); wss.ChannelFactory.Credentials.UserName.UserName = "mydomain\\someusername" ; wss.ChannelFactory.Credentials.UserName.Password = "mypassword" ; Same goes for when I try to use ws ...Show All

  • hgsevinc Generate C# 2005 project files

    Hello, I am looking forward to manage some C# projects programatically. Precisely, I am generating C# files and I want them to be added and removed from their projects on-the-fly. It would be very useful to add VSS checkin and checkout compatibility in the process. To achieve this, I think have to be able to at least generate C# projects as well. What is the most efficient way to write these files Is VS 2005 SDK suitable for that task It would be very nice if I could use a method that offers maximal compatibility with future versions of Visual Studio. Thanks! Marc Lacoursiere RooSoft Computing I wasn't aware of the Microsoft.Build namespace, which indeed seems to be perfect for ...Show All

  • Alexey Nayda Custom Styleing based on data items

    What I want to do is have the color of some of the items change based on the value in the data file.If the value is positive I want one style if it is negative I want the other style. ANy ideas Here is my code so far. <Window x:Class="INVWatch.Window2" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="INVTrack" Height="483" Width="792"> <Window.Resources> <Style x:Key="quantityUp" TargetType="{x:Type Grid}"> <Setter Property="Background" Value="Green"/> </Style> <Style x:Key="QuantityDown" TargetType="{x ...Show All

  • Jamie Thomson Postdata in webbrowser.Navigate

    Hi, I want to Navigate to a site "anysite.php" and sending postdata. If I call Navigate method "anysite.php" is shown. But there is no postdata. Source Code: String postdata = "u=idcode" ; System .Text. ASCIIEncoding a = new System .Text. ASCIIEncoding (); ubyte [] byte1 = a.GetBytes(postdata); webBrowser1.Navigate( "anysite.php" , "_SELF" ,byte1, "" ); The webbrowser shows Method=post instead of method=get but contains no postdata. Can anyone help me Hi, you need to add "Content-Type: application/x-www-form-urlencoded" to the additionalHeaders parameter. so your code would look like this webBrowser1.Navigate( "anysite.php" , "_SELF&q ...Show All

  • skyway1217 How to create XMLNodes on runtime -word?

    Hi I'm using VSTO 2005, Word Document, C#. I want to create some XMLNodes on runtime, how do i do that To be more specific, i have the an Schema attached to the document, with an element that can be repeated (minOccurs = 0 and maxOccurs = unbounded) that is recognized as XMLNode s and it's about a list, something like: Item 1 subitem1 subitem2 subitem3 So i need that when i click on a button at the end of the list, i can create an "Item 2" and all its subnodes how do i do that with code in C# Thanks for your time Create object an object variable for the first node you insert and assign it: Word.XMLNode node1 = rng..Tables[1].Cell(3, 1).Range.XMLNodes.A ...Show All

  • jovert Search in VS Help Not Working

    For reasons not clear to me, as of this morning whenever I use the Search page in the VS 2005 Developer Documentation and Help System, it finds 0 results no matter what I put in the box. Anyone seen this before or know how to fix it This just hasn't been my week so far... Regards, lm When I set to search online, I do get MSDN hits. Local help still returns nothing. I sometimes work unconnected, so this is a real problem for me. I completely uninstalled (as best I could) VS2005 a few days ago, and just re-installed today. I notice my recent projects list is there, so (I'm not surprised) presumably there is stuff hanging around in the registry or somewhere that doesn't get removed. If there ...Show All

  • BhuttCrackSpackle Peer Channel Chat Sample - Not working for me

    Hey guys, I've been searching the forums but haven't found any answer. Here's the deal, I have .NET 3.0 on my laptop, and I installed the WCF samples. I can successfully build and run the Peer Channel Chat application, however, when I send a message, it does not send to the other clients. :( So it's not working... what do I have to do to get it to work I did not change any of the code. What are the necessary steps needed to take before I can get this specific sample to run I noticed the links to the "One time setup for WCF samples", but all those steps were for IIS hosted services over http. This app is tcp only, if I have read the code correctly. So what is needed to get just this sample to run I installed it on my wo ...Show All

  • paso Localization Spell Checker

    Hi Guys, I am a sri Lankan. I want to plug a sinhala Dictionary and validate the spellings, written in sinhala. So when user right click on the spesific word the word i select from the data base has to be shown in the spellin list insead of english. if you have any code or resource which can help me to do this please tell me. Tharindu (Sri Lanka) OK. In Word you set the spelling language by formatting the document text, It's very similar to applying fold formatting or italics. you just have to make sure the proofing tools for the required language are installed if spellcheck should work. you can always format text with a language, even if the proofing tools aren't present, Then the spell checke ...Show All

  • barkingdog Access to Source Code?

    Where can I get access to the ReportViewer source code I can get the .NET Framework source, I can get ASP.NET AJAX source, it stands to reason I should be able to get access to ReportViewer as well. ReportViewer source code is not publicly available. Why not I don't intend to attack the developers, but it's obvious not many resources are attached to this project from the number of issues in the forums, and how "quickly" they are addressed. Microsoft has "Shared Source" licenses already and we are talking about a .NET user control, not an end user product like Word. ...Show All

  • arifyemen How to execute a custom debug engine ? Thanks !

    We have already wrote a custom debug engine, using the TextInterpreter as the guide. But we always failed when try to execute it. We successful modified and compiled the MyCPrj sample project followed by the TextInterpreter tour. First we start the Visual Studio 2005 Exp hive, then we create a custom project type MyC project, next when we try to select Properties , we will hang the system. So could anyone help me to solve this issue We use Visual Studio SDK v3 and Visual Studio 2005 Professional Edition Thanks !! Thanks for your reply. When we go to the properties page, there was an Debug Assertion Error and can not continue. It said that : Expression:__atl__condVal Thanks, Charles I will have a try ...Show All

  • Stigern Login to Orca Oct CTP (UK) slight change to Sep login

    I logged in to Sep CTP using password P"ssw0rd [" = UK keyboard @]. However could not login to Oct CTP. After much trial and error eventually found this worked P2ssw0rd (just dont shift the 2 to get "). Hi. I had the same problem, but I solve it with this password: P@ssw0rd (replace "2" with "@" and 0 stands for zero). Bye, Teo. i have the same problem ...Show All

  • scripteaze Tools for WCF

    First off, let me say, WCF is a dream come true. Its everything I've been wanting to develop distributed apps. Now that wcf is live: http://wcf.netfx3.com/blogs/news_and_announcements/archive/2006/11/08/We_2700_re-done.-WCF-is-live.-.aspx#comments I'm wondering how I should develop applications to take advantage of this new framework In general, I do not think its a good idea to run code developed using beta/ctp's in a production environment (licensing/support etc.). There are a few exceptions to this, but in general, I like to sleep at night, knowing that I'm running code developed using supported tools in the event that something does go awry. And to be honest, I cannot make the pitch to my boss saying we should run beta/ctp ...Show All

  • Raja Pratap Dragging forms around with mousedown

    Just wondering - just looking at my code at the moment... I've got a login form to capture mouseclicks anywhere on the form surface and be able to drag it. I had to use the below to pass the window handle to the API function. Dim objWindowInteropHelper As WindowInteropHelper = New WindowInteropHelper(Window) ReleaseCapture() SendMessage(objWindowInteropHelper.Handle.ToInt32, WM_NCLBUTTONDOWN, HT_CAPTION, 0) Is this do-able within WPF itself Chris you can use Thumb and handle Drag Delta Event or you can use Window.DragMove method Thanks man... I used the DragMove method on the Window_MouseLeftButtonDown event. :-) Chris ...Show All

  • GrandpaB how to bind to a dictionary (or something like that)

    I've got a dictionary<String,Object> and want to bind a xaml object to the key of the dictionary so it shows the corresponding value. So far I only found ways to bind to get/set accessors, or to attached DependencyProperties, but can't find a way to bind to the key of a dictionary. Is there any way to bind to something like this thanks, Sam this post might help http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1123803&SiteID=1 Else, you can use an intermediate class whitch do the mapping between your control and your dictionnary. MatthieuMEZIL wrote: Else, you can use an intermediate class whitch do the mapping between your control ...Show All

  • Eduardo D HoLPackage Registration menu disappear

    Does anybody come across this problmen. When I download HoL package. Everything is fine but I can't see the resgistrate/unregistrater/quick registrate command on the context menu. If I create new guidance package project and I right click the project. it seems everything is fine. does anybody get idea for that Thanks, I got it. cheers greatway With the HOL package open please go to Tools->Guidance Package Manager and enable the GAT package. This should make the registration options to appear when right clicking on a package project. Let me know if this fixes it. thanks, -Victor. ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum