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

C#

 
GeneralRe: how to select next value in listbox after moving a value from it? Pin
Yawer Iqbal11-Aug-08 16:51
Yawer Iqbal11-Aug-08 16:51 
Questionweb browser in c#.net2005 windows application Pin
MuraleeKrishnan11-Aug-08 6:46
MuraleeKrishnan11-Aug-08 6:46 
AnswerRe: web browser in c#.net2005 windows application Pin
Manas Bhardwaj11-Aug-08 7:18
professionalManas Bhardwaj11-Aug-08 7:18 
QuestionCollecting Forms from phisical path! Pin
mrcooll11-Aug-08 4:30
mrcooll11-Aug-08 4:30 
AnswerRe: Collecting Forms from phisical path! Pin
Manas Bhardwaj11-Aug-08 4:49
professionalManas Bhardwaj11-Aug-08 4:49 
GeneralRe: Collecting Forms from phisical path! Pin
mrcooll11-Aug-08 4:50
mrcooll11-Aug-08 4:50 
AnswerRe: Collecting Forms from phisical path! Pin
Manas Bhardwaj11-Aug-08 4:59
professionalManas Bhardwaj11-Aug-08 4:59 
GeneralRe: Collecting Forms from phisical path! Pin
mrcooll11-Aug-08 5:06
mrcooll11-Aug-08 5:06 
hi,
and thank u for trying to help me,
m devloping an application that collect information "Forms, Controls,etc... " about other application before deploying it.
which means that i have the whole project files that m collecting its information.
private void GenerateNodes(DirectoryInfo dinfo)
{
//here i got all of the form names and its files
FileInfo[] files = dinfo.GetFiles("*.resx",SearchOption.AllDirectories);
//or
FileInfo[] files = dinfo.GetFiles
"*.AnyFormExtintion",SearchOption.AllDirectories);
//or
FileInfo[] files = dinfo.GetFiles("*.cs",SearchOption.AllDirectories);
//or
FileInfo[] files = dinfo.GetFiles("*.vb",SearchOption.AllDirectories);

}
What i need is a way to create an object from these forms to iterat over its controls.
Thx.
GeneralRe: Collecting Forms from phisical path! Pin
Pete O'Hanlon11-Aug-08 8:35
mvePete O'Hanlon11-Aug-08 8:35 
AnswerRe: Collecting Forms from phisical path! Pin
Dan Neely11-Aug-08 5:08
Dan Neely11-Aug-08 5:08 
Questionlocal database connection string Pin
Deresen11-Aug-08 3:54
Deresen11-Aug-08 3:54 
AnswerRe: local database connection string Pin
Ashfield11-Aug-08 5:15
Ashfield11-Aug-08 5:15 
GeneralRe: local database connection string Pin
Deresen11-Aug-08 10:41
Deresen11-Aug-08 10:41 
GeneralRe: local database connection string Pin
Ashfield12-Aug-08 19:58
Ashfield12-Aug-08 19:58 
GeneralRe: local database connection string Pin
Deresen12-Aug-08 22:29
Deresen12-Aug-08 22:29 
GeneralRe: local database connection string Pin
Ashfield13-Aug-08 1:50
Ashfield13-Aug-08 1:50 
Questionhow to store PDF document in local database Pin
laziale11-Aug-08 3:51
laziale11-Aug-08 3:51 
AnswerRe: how to store PDF document in local database Pin
Manas Bhardwaj11-Aug-08 4:00
professionalManas Bhardwaj11-Aug-08 4:00 
GeneralRe: how to store PDF document in local database Pin
laziale11-Aug-08 4:03
laziale11-Aug-08 4:03 
AnswerRe: how to store PDF document in local database Pin
Giorgi Dalakishvili11-Aug-08 4:01
mentorGiorgi Dalakishvili11-Aug-08 4:01 
GeneralRe: how to store PDF document in local database Pin
laziale11-Aug-08 4:13
laziale11-Aug-08 4:13 
GeneralRe: how to store PDF document in local database Pin
Giorgi Dalakishvili11-Aug-08 4:36
mentorGiorgi Dalakishvili11-Aug-08 4:36 
QuestionTo get hostname/IP Adress of data-recieving server Pin
Ahuja.bangalore11-Aug-08 3:41
Ahuja.bangalore11-Aug-08 3:41 
AnswerRe: To get hostname/IP Adress of data-recieving server Pin
vikas amin11-Aug-08 5:14
vikas amin11-Aug-08 5:14 
GeneralRe: To get hostname/IP Adress of data-recieving server Pin
Tony Richards11-Aug-08 10:19
Tony Richards11-Aug-08 10:19 

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.