Skip to content

Visual Studio

Discussions on the Visual Studio .NET IDE

This category can be followed from the open social web via the handle visual-studio@forum.codeproject.com

3.1k Topics 7.8k Posts
  • VS Editor Extensions, Split Code View?

    visual-studio design csharp wpf xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    0 Views
    L
    mauricemcse wrote: I did find the code at the bottom of the page contrary to the ebook. I think you mean as described in the ebook. [edit] mauricemcse wrote: Obviously, none of this knowledge transferred to software development So what was the point of it? [/edit] speaking as ...
  • Visual Studio Toolbox not available

    csharp visual-studio com tools tutorial
    6
    0 Votes
    6 Posts
    0 Views
    L
    mauricemcse wrote: yet to complete the first chapter of a C# book. Before you do that you need to learn the basics of Visual Studio. Look at the menu, select View and then Designer, or right click on the file in solution explorer and select View Designer, or double click on the Form.cs file ... As you can see there are lots of options. speaking as ...
  • Change DxCore Template

    question help announcement
    2
    0 Votes
    2 Posts
    1 Views
    L
    Templates are stored in the Visual Studio directory tree, so you need to look there for the root of the DxCore templates and then find the relevant file and modify it. I wrote this article[^] which has some information about the structure in VS Express editions, but it may have the same basic tree structure that would help. [edit] There is also a Templates directory under the user's Visual Studio development directory which may contain the specific items you want. Check the Tools (or other) menu item for possible links. [/edit] speaking as ...
  • Cant Find Find

    question
    9
    0 Votes
    9 Posts
    0 Views
    A
    Check the Answer Part. that may help you. -Amit
  • Project Publishing in Visual Studio 2008

    csharp visual-studio com question
    2
    0 Votes
    2 Posts
    0 Views
    L
    Have you looked under the Build menu? That is where VS2008 Express has it. :) Luc Pattyn [My Articles] Nil Volentibus Arduum
  • Navigate in split panels for german users

    csharp visual-studio help tutorial question
    7
    0 Votes
    7 Posts
    0 Views
    L
    Try Fenster something. But really it should not be that difficult to find a German speaker in Germany who can help you. Apart from a couple of interludes last century I always found my German colleagues the most amenable and helpful people. speaking as ...
  • Restoring Default Windows Error Messages

    csharp visual-studio debugging help tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    1 Views
    J
    I find invoking a "Chook" curse aimed at Microsoft works. How do I know this? I rang them one day and asked if they had and Chooks. They replied "No", so it must work!!
  • 0 Votes
    2 Posts
    0 Views
    P
    What do you mean by capture bitmap? There is no facility, as far as I know, in Visual Studio to capture images directly, other than opening an image resource and pasting the image in. Do you, by any chance, actually mean that you want to capture an image using a language in .NET? If so, what language and what technology stack (e.g. WinForms) are you on about? *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington "Mind bleach! Send me mind bleach!" - Nagy Vilmos CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
  • vs 2010 missing templates

    csharp visual-studio wpf sysadmin help
    4
    0 Votes
    4 Posts
    0 Views
    C
    You can sit in the post-a-message window for as long as you want while typing. When you pasted, did you see a popup windows to the immediate right of the text area in which you pasted? cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
  • data dude in visual studio 2010

    csharp visual-studio question
    2
    0 Votes
    2 Posts
    0 Views
    L
    Try this[^]. Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
  • Creating a Visual Studio Extension

    csharp visual-studio help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • visual studio 2010

    csharp visual-studio tutorial
    5
    0 Votes
    5 Posts
    0 Views
    S
    Thanx for your reply. I will do what you suggested if still there is a problem , I will come back to you.
  • 0 Votes
    2 Posts
    0 Views
    L
    When an existing component is too complex for me to understand it, or too stupid to do what I expect from it, then I stop using it. PictureBox is a prime example of the latter. Use a double-buffered Panel and paint both images onto it yourself. :) Luc Pattyn [My Articles] Nil Volentibus Arduum
  • 0 Votes
    3 Posts
    0 Views
    D
    I have reapplied the SP1 from the Web Installer and that has fixed things. :) Dave Find Me On: Web|Facebook|Twitter|LinkedIn Folding Stats: Team CodeProject
  • vb.net

    csharp database tutorial announcement
    3
    0 Votes
    3 Posts
    0 Views
    I
    Firstly, put flange (A) into slot (B), and apply a dab of glue. Next, take side pieces (K) and (L) and connect them to database back plane (Q) with supplied 2/8 wood screw (Z1) ...
  • 0 Votes
    2 Posts
    0 Views
    F
    Hi Ralf, ClickOnce Manifest Signing suggests http://timestamp.verisign.com/scripts/timstamp.dll which is working. Others are http://www.trustcenter.de/codesigning/timestamp http://timestamp.globalsign.com/scripts/timstamp.dll http://timestamp.comodoca.com/authenticode and succeed using Microsoft signtool.exe, version 4.00. Many more CAs should run servers, a least each root CA. X509 certificates for Authenticode require a higher degree of trust if manisfests get a time stamp at creation time. EricLaw mentions this in Everything you need to know about Authenticode Code Signing A signed, time-stamped package remains valid indefinitely, so long as the timestamp marks the package as having been signed during the validity period of the certificate. It may be state in MSDN somewhere. frm19
  • 0 Votes
    2 Posts
    0 Views
    P
    Oddly enough, it began working. [edit: Now it stopped working. After adding a unti test, I can no longer step into the source code from the accessor object]. Very annoying. [FINAL Edit: solved] I came across a similar issue here: https://connect.microsoft.com/VisualStudio/feedback/details/556756[^] Way down at the bottom of the comments: 5/11/2010 at 7:24 AM ..solution: "add a breakpoint to the code." Works everytime now.
  • 32bit vs. 64bit development

    csharp visual-studio question announcement
    5
    0 Votes
    5 Posts
    0 Views
    M
    Visual Studio is still a 32bit application and there is not a plan to change it to 64bit. 32 bit apps have their own Program Folders on 64 bit OS. As has been stated - you compile to AnyCpu and you are good. Where you can run into issues is where you interact between a 32 bit and 64 bit process. If you are using an Oracle client that is 64 bit - you may need to have a 64 bit program version, and vice versa with 32 bit (assuming running is on 64 bit OS). Its just a wider register from a 32 bit one, and that gives you more address space so it can be very useful if you are using large amounts of memory. = Mark Mitchell =