2
Reply

Questions regarding C# project

Alex Barakov

Alex Barakov

Feb 8 2010 9:42 AM
2.3k
Hello!

I have several questions regarding C# language. I am a begginer programmer and I am working on a project. here are my questions:
1. I am using VS C# 2008. I want to use a local DB with my program (a file that will sotre information). I am thinking about using the SQL CE server, uncluded with the VS. I use local database user control from visual studio and create a DB file, but how can I connect to it (a sample script would be nice).
2. Using panels - how can I make multiple panels on one form - on button click I change the things in the form (ets say textbox), without changing the form.
3. How can I make an dynamic menu/app from the DB - Lets say I have 2 columns in the DB - Name and Information - WHen i get in a form (Form1), I get an dynamic menu with all the things under Names in the DB and when I click on a name it will open new panel/form, displaying the information for the name (Column Information).
4. Drawing things in C#. Any tutorials, samples, programs are welcome!


I will be really glad If u can answer any of the things. Will really appreciate, sample scripts, applications and especially tutorials.


Alex Barakov

Answers (2)