Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Soulprovider

@Soulprovider
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can I add template directories in a window application?
    S Soulprovider

    Hi, I am developing a windows application for the first time with visual studio C#. When the user installs the application it must also install directories/files. How can I add Directories with 'template' files(existing *txt, *.dwg files) to my application? any suggestions? greetzzz

    C# csharp question visual-studio

  • FolderBrowserDialog.SelectedPath
    S Soulprovider

    Sorry but your link gave me an internal blackout...:~ I just started programming in Visual C# using the Visual Studio manual. Sofar everything was clear, but I got stucked in how to handle my application settings. In the manual I found in the ApplicationSettingsBase this example for saving settings:
    private void Form1_FormClosing(object sender, FormClosingEventArgs e) { //Synchronize manual associations first. frmSettings1.FormText = this.Text + '.'; frmSettings1.Save(); so my questions are: 1. Are the ApplicationSettingsBase commands the way to store and reload application settings? 2. If yes: is this applicable to the problem/question in my first message? 3. where should i put this code?

    C# question

  • FolderBrowserDialog.SelectedPath
    S Soulprovider

    I am designing a Windows Application. In the Settings class of this Application the user has to set a Directory Path to a Software program. I created a browsing button With the "FolderBrowserDialog" and with "FolderBrowserDialog.SelectedPath" I show this selected path in a textbox. Now this works, but the "FolderBrowserDialog.SelectedPath" is not remembered by the application when I restart it. How can can I store this SelectedPath? ( I also need this path as a string variable in other Classes)

    C# question

  • How to store settings in a windows apllication?
    S Soulprovider

    Thanx for your help!

    C# question csharp tutorial lounge learning

  • How to store settings in a windows apllication?
    S Soulprovider

    I am designing a windows application with Visual C#. (beginner) In this application I created a windows form "MenuSettings" with a tabcontrol for general & specific settings. in one of the tabs 4 directory paths must be set. Visually this is shown as 4 rows where each row has a button to browse for a directory and a textbox to show the selected full directory path. my questions are: 1)How can i make this button browse for a directory 2)Show the selected directory in the related textbox 3)and store the selected directory path as a variable

    C# question csharp tutorial lounge learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups