Click here to Skip to main content
15,912,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: Contains method doesn't work on BindingList Pin
Wendelius30-Nov-08 12:16
mentorWendelius30-Nov-08 12:16 
Question.net Remoting - Initializing server objects. [modified] Pin
Member 232448330-Nov-08 6:52
Member 232448330-Nov-08 6:52 
AnswerRe: .net Remoting - Initializing server objects. Pin
Member 232448330-Nov-08 12:54
Member 232448330-Nov-08 12:54 
Questiongroupbox behavior Pin
electriac30-Nov-08 6:36
electriac30-Nov-08 6:36 
AnswerRe: groupbox behavior Pin
Wendelius30-Nov-08 11:33
mentorWendelius30-Nov-08 11:33 
GeneralRe: groupbox behavior Pin
Luc Pattyn30-Nov-08 11:48
sitebuilderLuc Pattyn30-Nov-08 11:48 
GeneralRe: groupbox behavior Pin
electriac30-Nov-08 12:09
electriac30-Nov-08 12:09 
GeneralRe: groupbox behavior Pin
Luc Pattyn30-Nov-08 12:27
sitebuilderLuc Pattyn30-Nov-08 12:27 
Hi George,

you're welcome. And I don't see you as a near senile old man, I rather see you as a man with many trades, who is experienced in programming and wants to keep up with ever evolving technologies. Which is great.

BTW You don't have to implement a progress bar if you don't need one, the names of the BGW properties and events are only suggesting that you do, but you could simply set the label2 text in the Progress event, and the label3 text in the Completed event (both these events solve the cross-thread problem for you, since they fire on the GUI thread automatically).

FYI: you might want to add a "Cancel" button and check the completion reason and adapt the text accordingly, e.g. adding a "Canceled" message if the Cancel button got pressed.

Enjoy!

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: groupbox behavior Pin
electriac30-Nov-08 15:16
electriac30-Nov-08 15:16 
GeneralRe: groupbox behavior Pin
Luc Pattyn30-Nov-08 15:43
sitebuilderLuc Pattyn30-Nov-08 15:43 
Questiondeserialize issue Pin
George_George30-Nov-08 3:45
George_George30-Nov-08 3:45 
AnswerRe: deserialize issue [modified] Pin
User 665830-Nov-08 3:58
User 665830-Nov-08 3:58 
AnswerRe: deserialize issue Pin
Giorgi Dalakishvili30-Nov-08 4:20
mentorGiorgi Dalakishvili30-Nov-08 4:20 
QuestionImplementing Audit Trail for Objects in C#? Pin
abmv30-Nov-08 3:25
professionalabmv30-Nov-08 3:25 
AnswerRe: Implementing Audit Trail for Objects in C#? Pin
User 665830-Nov-08 4:03
User 665830-Nov-08 4:03 
GeneralRe: Implementing Audit Trail for Objects in C#? Pin
abmv30-Nov-08 6:35
professionalabmv30-Nov-08 6:35 
AnswerRe: Implementing Audit Trail for Objects in C#? Pin
Pete O'Hanlon30-Nov-08 9:40
mvePete O'Hanlon30-Nov-08 9:40 
QuestionCreating an Alias to SQL Server and configure remote access control via code ? Pin
calanit30-Nov-08 1:13
calanit30-Nov-08 1:13 
AnswerRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
Wendelius30-Nov-08 4:03
mentorWendelius30-Nov-08 4:03 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
calanit30-Nov-08 5:44
calanit30-Nov-08 5:44 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
Wendelius30-Nov-08 6:21
mentorWendelius30-Nov-08 6:21 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
calanit30-Nov-08 22:44
calanit30-Nov-08 22:44 
GeneralRe: Creating an Alias to SQL Server and configure remote access control via code ? Pin
Wendelius1-Dec-08 4:39
mentorWendelius1-Dec-08 4:39 
QuestionC# Windows form Applications Pin
Karmendra Suthar29-Nov-08 21:05
Karmendra Suthar29-Nov-08 21:05 
AnswerRe: C# Windows form Applications Pin
Nishant Singh29-Nov-08 21:12
Nishant Singh29-Nov-08 21:12 

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.