Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
AnswerRe: What's an easy way to add Keys programatically? Pin
Ed.Poore16-Jun-08 14:57
Ed.Poore16-Jun-08 14:57 
GeneralRe: What's an easy way to add Keys programatically? Pin
That Asian Guy16-Jun-08 15:59
That Asian Guy16-Jun-08 15:59 
GeneralRe: What's an easy way to add Keys programatically? Pin
Ed.Poore16-Jun-08 22:23
Ed.Poore16-Jun-08 22:23 
AnswerRe: What's an easy way to add Keys programatically? Pin
That Asian Guy16-Jun-08 16:05
That Asian Guy16-Jun-08 16:05 
NewsAnyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
gerbiling16-Jun-08 8:09
gerbiling16-Jun-08 8:09 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
led mike16-Jun-08 8:11
led mike16-Jun-08 8:11 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
Pete O'Hanlon16-Jun-08 8:21
mvePete O'Hanlon16-Jun-08 8:21 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
led mike16-Jun-08 9:50
led mike16-Jun-08 9:50 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
Pete O'Hanlon16-Jun-08 10:08
mvePete O'Hanlon16-Jun-08 10:08 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
Pete O'Hanlon16-Jun-08 8:23
mvePete O'Hanlon16-Jun-08 8:23 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
Joe Woodbury16-Jun-08 10:31
professionalJoe Woodbury16-Jun-08 10:31 
GeneralRe: Anyone else seen the new C# .NET CommandBars beta from Codejock? I think I like it :) Pin
That Asian Guy16-Jun-08 12:26
That Asian Guy16-Jun-08 12:26 
QuestionTreeview loop Pin
Scalee16-Jun-08 8:04
Scalee16-Jun-08 8:04 
AnswerRe: Treeview loop Pin
led mike16-Jun-08 8:10
led mike16-Jun-08 8:10 
Questionsocket programming in c# Pin
WebMaster16-Jun-08 7:15
WebMaster16-Jun-08 7:15 
AnswerRe: socket programming in c# Pin
led mike16-Jun-08 8:08
led mike16-Jun-08 8:08 
Questionproblem with .aspx pages Pin
WebMaster16-Jun-08 7:04
WebMaster16-Jun-08 7:04 
I'm having a problem with aspx in c#. I have five different classes
performing five different tasks that are being called using
five chackboxes in a .aspx page, when in each class, I want to inform the user
which class performs its operation at the moment, using a label in the page, like this:
info.Text="class 1 is performing its operation";
I pass the label as an argument to the constructor of each class so that it will be able to change it, the problem is that
the changes do not take place till very late during runtime, I mean the textbox doesn't change after the line of code I mentioned, t changes after
the class has finished it's operation.
What should I do? Are there any functions like flush() provided in c# which make the changes being made at the exact time?
AnswerRe: problem with .aspx pages Pin
eggsovereasy16-Jun-08 10:06
eggsovereasy16-Jun-08 10:06 
GeneralRe: problem with .aspx pages Pin
WebMaster16-Jun-08 21:55
WebMaster16-Jun-08 21:55 
AnswerRe: problem with .aspx pages Pin
Pete O'Hanlon16-Jun-08 10:27
mvePete O'Hanlon16-Jun-08 10:27 
QuestionDrag Drop from tree to data grid VS 2005 Pin
sam1287416-Jun-08 6:33
sam1287416-Jun-08 6:33 
AnswerRe: Drag Drop from tree to data grid VS 2005 Pin
led mike16-Jun-08 6:50
led mike16-Jun-08 6:50 
GeneralRe: Drag Drop from tree to data grid VS 2005 Pin
sam1287416-Jun-08 7:37
sam1287416-Jun-08 7:37 
GeneralRe: Drag Drop from tree to data grid VS 2005 Pin
led mike16-Jun-08 8:09
led mike16-Jun-08 8:09 
GeneralRe: Drag Drop from tree to data grid VS 2005 Pin
sam1287417-Jun-08 5:11
sam1287417-Jun-08 5:11 

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.