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
  • Remove commas from text file ssis 2010

    database sql-server help question
    3
    0 Votes
    3 Posts
    14 Views
    P
    Flat File Connection Manager[^] You have to select a different separator in the Columns page. Tabulation may be adequate, or some other character of which you are sure it cannot appear in stored strings. noop()
  • Creating a project template

    asp-net visual-studio csharp html windows-admin
    9
    0 Votes
    9 Posts
    27 Views
    L
    I think it's a task masquerading as a tab. "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
  • 0 Votes
    2 Posts
    13 Views
    L
    This has nothing to do with Visual Studio. See backup and restore ms sql - Google Search[^].
  • 0 Votes
    2 Posts
    9 Views
    L
    [Samples Environments for Microsoft Chart Controls in C#, HTML](https://code.msdn.microsoft.com/Samples-Environments-for-b01e9c61) "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
  • Trying to decide on a programming language

    csharp design c++ java
    4
    0 Votes
    4 Posts
    14 Views
    B
    Why C++?
  • How to add icon/picture/image in top level menu(Tab) Ribbon

    tutorial
    2
    0 Votes
    2 Posts
    6 Views
    L
    See Ribbon with C++, Part 1: Introduction to the Windows Ribbon Framework[^].
  • Listview component with two columns.

    help question
    3
    0 Votes
    3 Posts
    14 Views
    L
    It depends what language you are coding in. If it is C/C++ then you can use FindFirstFileA function (fileapi.h) | Microsoft Docs[^], and its partner, to get the list of files. You then add whichever fields you want to your Listview. If you are using Visual Basic or C# then use Directory.GetFiles Method (System.IO) | Microsoft Docs[^]. If some other language then Google should help.
  • 0 Votes
    2 Posts
    12 Views
    L
    Maybe you're thinking of "hot spots": [ImageMap.HotSpots Property (System.Web.UI.WebControls) | Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.imagemap.hotspots?view=netframework-4.7.2) "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
  • How do I make an .iso for Visual Studio 2017?

    question csharp visual-studio
    3
    0 Votes
    3 Posts
    14 Views
    L
    This looks organized. [How to make an offline installer for VS2017 - Scott Hanselman](https://www.hanselman.com/blog/HowToMakeAnOfflineInstallerForVS2017.aspx) Quote: Visual Studio generally - and Visual Studio 2017 specifically - has an online installer and if you lose connectivity during the installation you can run into problems. However, they haven't got an ISO available for downloading for legal reasons. They can't package up the Android Installer from Google, for example, into an ISO. The user needs to download certain things themselves dynamically. "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
  • 0 Votes
    3 Posts
    12 Views
    L
    If you Google "cross-hairs" and C#, you can get some more ideas. [winforms - how to make the cursor lines to follow the mouse in charts using C# - Stack Overflow](https://stackoverflow.com/questions/8440894/how-to-make-the-cursor-lines-to-follow-the-mouse-in-charts-using-c-sharp) "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal
  • Looking for Python Tools for Visual Studio

    csharp python visual-studio tools question
    8
    0 Votes
    8 Posts
    33 Views
    J
    The latest version of Visual studio provides the same. Python Development Tools | Visual Studio[^] Hope it helps
  • 0 Votes
    2 Posts
    11 Views
    V
    Context menu -> View history -> View Changeset... [TFS For Developer | TFS Tutorial](http://www.tfstutorial.com/developement) [Introducing Microsoft Team Foundation Server 2017 : The Course Overview | packtpub.com - YouTube](https://www.youtube.com/watch?v=A8CXrVI-ge0) [Google](https://www.google.com/search?newwindow=1&sa=X&lei=as6dXPmGGMHHwQKsj6qQAg&q=team foundation server 2017 tutorial&ved=2ahUKEwjGz7\_47qbhAhVHZlAKHfuID3gQsKwBKAB6BAgAEAE&biw=1366&bih=637)
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    9 Posts
    36 Views
    L
    Member 14192597 wrote: I was wondering if I could have a gridlayout file for each user, rather than a database because I don't need to store the data for a later time (after the user is finished with the app) You can have a grid, regardless of the source of the data. You might also want to persist the data anyway - if it crashes and the user has to enter it all over again, they will not be very happy. Also, what if I want to make a small change to see the impact on the result? Do I have to enter all data again? Member 14192597 wrote: However because the number of windows "forms" for each user will be different, and so the number of values added to the list/database/file is not a set amount, I'm trying to figure out how to tell C# to go through each window, pick out the value from that window, add it to the list/database/file, find the average, and display that to a textbox on the a final window. Ehr.. first you decide how to store that data in memory. Make it a list, you can add options to save/fetch that list later. To go through each form, you could use a list of forms that you loop. Each form should make its data available through public properties. Add data from form to datalist (not formlist), and at end use in-memory linq to get an average. Good luck :thumbsup: Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
  • 0 Votes
    2 Posts
    11 Views
    L
    Check if ASP.NET is installed by running the VS installer. Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
  • 0 Votes
    2 Posts
    12 Views
    P
    No one is going to do your work for you. If you have specific problems then we are more than happy to help but no one is going to undertake writing your code for you. This space for rent
  • runtime error

    help question
    3
    0 Votes
    3 Posts
    15 Views
    K
    Ty!
  • 0 Votes
    2 Posts
    12 Views
    L
    A server does not have access to local hardware. If the browser doesn't support it, then you can't. Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
  • json to datagridview help dumb&((*) that is new to json

    csharp help java wpf
    2
    0 Votes
    2 Posts
    10 Views
    Richard DeemingR
    Try: Dim resultSet As Dictionary(Of String, Job) = JsonConvert.DeserializeObject(Of Dictionary(Of String, Job))(jsonresults) Dim jobs As ICollection(Of Job) = resultSet.Values "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    1 Posts
    6 Views
    No one has replied