Click here to Skip to main content
16,006,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: Assembly.LoadFile Question Pin
musefan9-Feb-09 23:35
musefan9-Feb-09 23:35 
QuestionHow to find the child nodes in treeview. Pin
Gonxh Aniket9-Feb-09 23:06
Gonxh Aniket9-Feb-09 23:06 
AnswerRe: How to find the child nodes in treeview. Pin
musefan9-Feb-09 23:12
musefan9-Feb-09 23:12 
AnswerRe: How to find the child nodes in treeview. Pin
Kaushal Arora9-Feb-09 23:30
Kaushal Arora9-Feb-09 23:30 
GeneralRe: How to find the child nodes in treeview. Pin
musefan9-Feb-09 23:45
musefan9-Feb-09 23:45 
AnswerRe: How to find the child nodes in treeview. Pin
Abdul Rahman Hamidy10-Feb-09 1:02
Abdul Rahman Hamidy10-Feb-09 1:02 
QuestionCombobox Selection from Sql Pin
boiDev9-Feb-09 22:44
boiDev9-Feb-09 22:44 
AnswerRe: Combobox Selection from Sql Pin
musefan9-Feb-09 22:59
musefan9-Feb-09 22:59 
create the maximum number of different textboxes you need, then assign them a number each i.e.

TBLine1 = 0
TBLine2 = 1
TBCity = 2
TBRegion = 3
TBPostcode = 4
TBCountry = 5


Then in your database you have a list of countries and also a column with the order the address should be displayed split with a non numeric character, i.e.

UK 0;1;2;3;4;5

USA 2;3;4;5

Then you can parse the column and dynamically set the location of the fields based on the ordering

My opinion is... If someone has already posted an answer, dont post the SAME answer

GeneralRe: Combobox Selection from Sql Pin
boiDev9-Feb-09 23:56
boiDev9-Feb-09 23:56 
QuestionAuto text match and replace Pin
M3rov1ngian9-Feb-09 22:25
M3rov1ngian9-Feb-09 22:25 
AnswerRe: Auto text match and replace Pin
Smithers-Jones9-Feb-09 22:33
Smithers-Jones9-Feb-09 22:33 
AnswerRe: Auto text match and replace Pin
Ashfield10-Feb-09 1:36
Ashfield10-Feb-09 1:36 
GeneralRe: Auto text match and replace Pin
M3rov1ngian10-Feb-09 11:48
M3rov1ngian10-Feb-09 11:48 
GeneralRe: Auto text match and replace Pin
Ashfield10-Feb-09 21:31
Ashfield10-Feb-09 21:31 
QuestionChange date format setting of {Regional and Language Options} Pin
M Riaz Bashir9-Feb-09 22:00
M Riaz Bashir9-Feb-09 22:00 
QuestionProblem in DataSet Pin
vinay_K9-Feb-09 21:31
vinay_K9-Feb-09 21:31 
AnswerRe: Problem in DataSet Pin
Kaushal Arora9-Feb-09 23:53
Kaushal Arora9-Feb-09 23:53 
AnswerRe: Problem in DataSet Pin
Abdul Rahman Hamidy10-Feb-09 1:10
Abdul Rahman Hamidy10-Feb-09 1:10 
GeneralRe: Problem in DataSet Pin
Kaushal Arora6-Apr-09 23:05
Kaushal Arora6-Apr-09 23:05 
NewsMyBrowser - Kickstart C# , Make your own Web Browser in few easy steps Pin
three6t9-Feb-09 21:24
three6t9-Feb-09 21:24 
GeneralRe: MyBrowser - Kickstart C# , Make your own Web Browser in few easy steps Pin
musefan9-Feb-09 23:24
musefan9-Feb-09 23:24 
GeneralRe: MyBrowser - Kickstart C# , Make your own Web Browser in few easy steps Pin
Mycroft Holmes10-Feb-09 1:25
professionalMycroft Holmes10-Feb-09 1:25 
GeneralRe: MyBrowser - Kickstart C# , Make your own Web Browser in few easy steps Pin
EliottA10-Feb-09 3:02
EliottA10-Feb-09 3:02 
QuestionStreamReader + ProgressBar Help Pin
MumbleB9-Feb-09 20:46
MumbleB9-Feb-09 20:46 
AnswerRe: StreamReader + ProgressBar Help Pin
ABitSmart9-Feb-09 23:56
ABitSmart9-Feb-09 23:56 

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.