Click here to Skip to main content
15,915,172 members
Home / Discussions / C#
   

C#

 
QuestionReports using Business Object in C# Pin
Neel072-May-06 6:54
Neel072-May-06 6:54 
AnswerRe: Reports using Business Object in C# Pin
shabonaa2-May-06 8:46
shabonaa2-May-06 8:46 
QuestionForm flicks when resize on Timer_Tick Pin
freshonlineMax2-May-06 6:49
freshonlineMax2-May-06 6:49 
AnswerRe: Form flicks when resize on Timer_Tick Pin
CWIZO2-May-06 8:42
CWIZO2-May-06 8:42 
QuestionObject Reference Error while accessing a treenode from a context menu event Pin
Jonathen Scalet2-May-06 5:57
Jonathen Scalet2-May-06 5:57 
AnswerRe: Object Reference Error while accessing a treenode from a context menu event Pin
Judah Gabriel Himango2-May-06 6:03
sponsorJudah Gabriel Himango2-May-06 6:03 
GeneralRe: Object Reference Error while accessing a treenode from a context menu event Pin
J0nScalet2-May-06 6:14
J0nScalet2-May-06 6:14 
GeneralRe: Object Reference Error while accessing a treenode from a context menu event Pin
Judah Gabriel Himango2-May-06 6:33
sponsorJudah Gabriel Himango2-May-06 6:33 
You may need to create a class that inherits from the TreeView and code a public function ("RaiseAfterSelect", we'll say) that calls the OnAfterSelect protected method of the TreeView. Then when you want to raise the AfterSelect event, just call the RaiseAfterSelect method you just coded up.

Another way, of course, is to set the selected node of the treeview in code via treeView.SelectedNode = someNode;

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Is Jesus the Jewish Messiah?
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


Questionvedio and powerpoint Pin
walaa ibraheem2-May-06 5:26
walaa ibraheem2-May-06 5:26 
AnswerRe: vedio and powerpoint Pin
Judah Gabriel Himango2-May-06 5:55
sponsorJudah Gabriel Himango2-May-06 5:55 
QuestionRefactoring question (performance) Pin
gantww2-May-06 5:25
gantww2-May-06 5:25 
AnswerRe: Refactoring question (performance) Pin
Judah Gabriel Himango2-May-06 6:01
sponsorJudah Gabriel Himango2-May-06 6:01 
AnswerRe: Refactoring question (performance) Pin
Josh Smith2-May-06 7:32
Josh Smith2-May-06 7:32 
GeneralRe: Refactoring question (performance) Pin
gantww2-May-06 8:02
gantww2-May-06 8:02 
QuestionFire a generic event on enter of item on a tab control page Pin
oracleConvert2-May-06 5:00
oracleConvert2-May-06 5:00 
AnswerRe: Fire a generic event on enter of item on a tab control page Pin
Josh Smith2-May-06 5:04
Josh Smith2-May-06 5:04 
GeneralRe: Fire a generic event on enter of item on a tab control page Pin
oracleConvert2-May-06 5:11
oracleConvert2-May-06 5:11 
GeneralRe: Fire a generic event on enter of item on a tab control page Pin
Josh Smith2-May-06 5:48
Josh Smith2-May-06 5:48 
GeneralRe: Fire a generic event on enter of item on a tab control page Pin
oracleConvert2-May-06 6:07
oracleConvert2-May-06 6:07 
QuestionCrystal Report Matter Pin
ventomito2-May-06 4:31
ventomito2-May-06 4:31 
Questionwebdav exchange server Pin
mhusleag2-May-06 4:25
mhusleag2-May-06 4:25 
QuestionToolStripTextBox disappearing in context menu Pin
Wjousts2-May-06 4:11
Wjousts2-May-06 4:11 
QuestionError while Calling WebService Pin
Jax_qqq2-May-06 3:45
Jax_qqq2-May-06 3:45 
AnswerRe: Error while Calling WebService Pin
Paddy Boyd2-May-06 4:47
Paddy Boyd2-May-06 4:47 
GeneralRe: Error while Calling WebService Pin
Jax_qqq2-May-06 18:05
Jax_qqq2-May-06 18:05 

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.