Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
QuestionGrid Question Pin
sridhar_grs128-Dec-06 17:20
sridhar_grs128-Dec-06 17:20 
AnswerRe: Grid Question Pin
Not Active28-Dec-06 17:23
mentorNot Active28-Dec-06 17:23 
QuestionWindows Form - Disable the Scrolls Pin
Iridania28-Dec-06 17:06
Iridania28-Dec-06 17:06 
AnswerRe: Windows Form - Disable the Scrolls Pin
jk chan28-Dec-06 18:25
jk chan28-Dec-06 18:25 
GeneralRe: Windows Form - Disable the Scrolls Pin
Iridania29-Dec-06 2:25
Iridania29-Dec-06 2:25 
QuestionBrowsing Problem in a C# application Pin
tirumal123128-Dec-06 16:45
tirumal123128-Dec-06 16:45 
Questionhow to populate window's directory or explorer in the ListView Pin
tirumal123128-Dec-06 16:38
tirumal123128-Dec-06 16:38 
AnswerRe: how to populate window's directory or explorer in the ListView Pin
Eric Georgiades29-Dec-06 9:22
Eric Georgiades29-Dec-06 9:22 
this is where i really like that "my" thingy in vb.net
accessing folders and special directories is so easy with the my.computer.filesystem

but "yay" u can use the my namespace in c# by adding a refrence to your C# project for Microsoft.VisualBasic and this code :
<br />
using Microsoft.VisualBasic.Devices;<br />

and then use it like this:
<br />
        foreach(string file in Microsoft.VisualBasic.FileIO.FileSystem.GetFiles("C:/myfolder")<br />
        {<br />
            //add file to list<br />
        }<br />

of cource this is not at all the best way to do it, just i'm vb.net user mostly
Questionhow to pass parameter from a url Pin
Gallo_Teo28-Dec-06 16:34
Gallo_Teo28-Dec-06 16:34 
AnswerRe: how to pass parameter from a url Pin
Not Active28-Dec-06 17:25
mentorNot Active28-Dec-06 17:25 
GeneralRe: how to pass parameter from a url Pin
Gallo_Teo28-Dec-06 17:31
Gallo_Teo28-Dec-06 17:31 
GeneralRe: how to pass parameter from a url Pin
Not Active28-Dec-06 18:08
mentorNot Active28-Dec-06 18:08 
GeneralRe: how to pass parameter from a url Pin
Gallo_Teo29-Dec-06 16:50
Gallo_Teo29-Dec-06 16:50 
QuestionI have some questions in C# Pin
Flysocket28-Dec-06 15:33
Flysocket28-Dec-06 15:33 
AnswerRe: I have some questions in C# Pin
Luc Pattyn28-Dec-06 15:51
sitebuilderLuc Pattyn28-Dec-06 15:51 
AnswerRe: I have some questions in C# Pin
Not Active28-Dec-06 17:21
mentorNot Active28-Dec-06 17:21 
AnswerRe: I have some questions in C# Pin
Flysocket28-Dec-06 20:09
Flysocket28-Dec-06 20:09 
QuestionHow to create and fill DBF with code page 866? Pin
Salogus28-Dec-06 14:14
Salogus28-Dec-06 14:14 
AnswerRe: How to create and fill DBF with code page 866? Pin
ednrgc29-Dec-06 7:57
ednrgc29-Dec-06 7:57 
QuestionRe: How to create and fill DBF with code page 866? Pin
Salogus29-Dec-06 13:25
Salogus29-Dec-06 13:25 
QuestionProgram can't run: "The application has failed to start because its side-by-side configuration is incorrect" Pin
Super Lloyd28-Dec-06 13:27
Super Lloyd28-Dec-06 13:27 
QuestionMulti-frame Tiff files Pin
whatever10128-Dec-06 12:47
whatever10128-Dec-06 12:47 
QuestionDeployment with .mdb Pin
amatbrewer28-Dec-06 12:38
amatbrewer28-Dec-06 12:38 
AnswerRe: Deployment with .mdb Pin
PIEBALDconsult28-Dec-06 12:53
mvePIEBALDconsult28-Dec-06 12:53 
GeneralRe: Deployment with .mdb Pin
amatbrewer19-Jan-07 8:50
amatbrewer19-Jan-07 8:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.