1
Answer

Point me in the right direction please

Damishi

Damishi

19y
1.7k
1
Ok.  I'm very new to C#.  I'm using Visual C# 2005 Express, to get my feet wet before I take on the large purchase of the Studio.

I've bought several C# books, and am learning more and more about OOP, which is great because now I'm understanding it alot.  Right now, I'm trying to learn with some more hands on. 

I'm trying to create a very simple application.  A shortcut launcher.  The basic idea of the launcher, is to have a 150-200 by 500 or so Form, and I'm wanting collapsable menus similar to Trillian/Yahoo messenger/VC# Express toolbox, where the contacts are.  I've tried emulating this with TreeView/Nodes, but I can't seem to get it to work properly.  Is this the only way to do it?

Basically I'm looking to setup something like this:
- Remote Desktops
   Server1
   Server2
   Server3
- Dev Applications
   Visual C#
+ Internet Links
- Network Software
   Software 1
   Software 2
+ Graphics Applications

Is treeview the only way to go?  Or can someone point me in the direction of another control I should be using?
Answers (1)
1
Koteswararao Mallisetti

Koteswararao Mallisetti

NA 1.1k 468.9k 14y

this is the provider settings or sqlconnection settings for ms excel once we complete this every this is common like sqlcommand,dataset,dataadapter

sqlconnection con= new sqlconnectio(provider=Microsoft.Jet.OLEDB.4.0;Data Source='Your Filename';Extended Properties=Excel 8.0;)

,but select statement is sytanx is some differ like this way

ample Select sql

sqlcommand cmd  = new sqlcommand("select * from [Sheet1$] where condition",con);


if it satisfies you accept this answer by clicking thumb up symbol

 

0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 14y
Hi chiranjeevi,

This is a simple application i did of your requirements.Run the attachments.


Thanks


If it helps you plz mark the answer as Accepted answer
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y
Also look at the articles in this web site about Excel.