Click here to Skip to main content
15,916,600 members
Home / Discussions / C#
   

C#

 
GeneralRe: What's wrong with this dataset? Pin
ndroo88212-Jan-09 0:58
ndroo88212-Jan-09 0:58 
QuestionAutomatically Log In by delivering UserName and Password to any webapplication Pin
Soptik Dutta12-Jan-09 0:03
Soptik Dutta12-Jan-09 0:03 
AnswerRe: Automatically Log In by delivering UserName and Password to any webapplication Pin
Christian Graus12-Jan-09 0:21
protectorChristian Graus12-Jan-09 0:21 
AnswerRe: Automatically Log In by delivering UserName and Password to any webapplication Pin
Eddy Vluggen12-Jan-09 0:29
professionalEddy Vluggen12-Jan-09 0:29 
QuestionInstall Folder Permissions Pin
Chazzysb11-Jan-09 23:41
Chazzysb11-Jan-09 23:41 
AnswerRe: Install Folder Permissions Pin
Eddy Vluggen12-Jan-09 0:31
professionalEddy Vluggen12-Jan-09 0:31 
Questionusing thread for listview update Pin
prasadbuddhika11-Jan-09 23:30
prasadbuddhika11-Jan-09 23:30 
AnswerRe: using thread for listview update Pin
Eddy Vluggen12-Jan-09 0:42
professionalEddy Vluggen12-Jan-09 0:42 
The actual filling of a ListView should be done from the mainthread if I'm not mistaken. Doing this from another thread has no advantages, since the other thread needs to synchronize with the mainthread anyhow.

You can use the second thread to fetch the items that go in the ListView, and you can use it to modify the resultset before inserting them into the ListView.

I are troll Smile | :)

AnswerRe: using thread for listview update Pin
Henry Minute12-Jan-09 1:02
Henry Minute12-Jan-09 1:02 
AnswerRe: using thread for listview update Pin
Moim Hossain12-Jan-09 4:55
Moim Hossain12-Jan-09 4:55 
AnswerRe: using thread for listview update Pin
powerwade6-Jun-11 21:27
powerwade6-Jun-11 21:27 
Questionhelp me about information extraction Pin
daicapeter11-Jan-09 23:25
daicapeter11-Jan-09 23:25 
AnswerRe: help me about information extraction Pin
J4amieC11-Jan-09 23:30
J4amieC11-Jan-09 23:30 
GeneralRe: help me about information extraction Pin
daicapeter11-Jan-09 23:35
daicapeter11-Jan-09 23:35 
GeneralRe: help me about information extraction Pin
Abhijit Jana11-Jan-09 23:38
professionalAbhijit Jana11-Jan-09 23:38 
AnswerRe: help me about information extraction Pin
Christian Graus12-Jan-09 0:21
protectorChristian Graus12-Jan-09 0:21 
AnswerRe: help me about information extraction [modified] Pin
Luc Pattyn12-Jan-09 3:03
sitebuilderLuc Pattyn12-Jan-09 3:03 
GeneralRe: help me about information extraction Pin
EliottA12-Jan-09 3:20
EliottA12-Jan-09 3:20 
AnswerRe: help me about information extraction Pin
Ravi Bhavnani12-Jan-09 9:04
professionalRavi Bhavnani12-Jan-09 9:04 
QuestionRetrieve Antivirus Information. Pin
banker_kiran11-Jan-09 23:18
banker_kiran11-Jan-09 23:18 
AnswerRe: Retrieve Antivirus Information. Pin
Abhijit Jana11-Jan-09 23:51
professionalAbhijit Jana11-Jan-09 23:51 
GeneralRe: Retrieve Antivirus Information. Pin
banker_kiran12-Jan-09 0:09
banker_kiran12-Jan-09 0:09 
AnswerRe: Retrieve Antivirus Information. Pin
Abhijit Jana12-Jan-09 1:16
professionalAbhijit Jana12-Jan-09 1:16 
QuestionMS Access identifing primary key. Pin
Nanda_MR11-Jan-09 23:17
Nanda_MR11-Jan-09 23:17 
AnswerRe: MS Access identifing primary key. Pin
SeMartens11-Jan-09 23:40
SeMartens11-Jan-09 23:40 

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.