Click here to Skip to main content
15,909,205 members
Home / Discussions / C#
   

C#

 
AnswerRe: Unmanaged thread in C# Pin
leppie6-Nov-08 22:57
leppie6-Nov-08 22:57 
QuestionHow to call a javascript function in pageload Pin
Kolluri Swapna6-Nov-08 22:44
Kolluri Swapna6-Nov-08 22:44 
AnswerRe: How to call a javascript function in pageload Pin
leppie6-Nov-08 22:55
leppie6-Nov-08 22:55 
Questionaccessing array Pin
B876-Nov-08 22:27
B876-Nov-08 22:27 
AnswerRe: accessing array Pin
Giorgi Dalakishvili6-Nov-08 22:29
mentorGiorgi Dalakishvili6-Nov-08 22:29 
JokeRe: accessing array Pin
selcuks6-Nov-08 22:49
selcuks6-Nov-08 22:49 
GeneralRe: accessing array Pin
B876-Nov-08 23:12
B876-Nov-08 23:12 
GeneralRe: accessing array Pin
selcuks7-Nov-08 1:45
selcuks7-Nov-08 1:45 
QuestionC# resources ???? Pin
shaveen6-Nov-08 21:07
shaveen6-Nov-08 21:07 
AnswerRe: C# resources ???? Pin
J4amieC6-Nov-08 22:11
J4amieC6-Nov-08 22:11 
QuestionRe: C# resources ???? Pin
nelsonpaixao7-Nov-08 13:42
nelsonpaixao7-Nov-08 13:42 
Questionwindows service Desktop intraction option enable true Pin
vishnukamath6-Nov-08 20:24
vishnukamath6-Nov-08 20:24 
AnswerRe: windows service Desktop intraction option enable true Pin
leppie6-Nov-08 22:53
leppie6-Nov-08 22:53 
AnswerRe: windows service Desktop intraction option enable true Pin
Giorgi Dalakishvili7-Nov-08 1:30
mentorGiorgi Dalakishvili7-Nov-08 1:30 
QuestionBuild Error Mystery Pin
Roger Wright6-Nov-08 19:54
professionalRoger Wright6-Nov-08 19:54 
GeneralRe: Build Error Mystery Pin
nelsonpaixao7-Nov-08 13:46
nelsonpaixao7-Nov-08 13:46 
QuestionDisplaying values of one form to another form Pin
B876-Nov-08 18:26
B876-Nov-08 18:26 
AnswerRe: Displaying values of one form to another form Pin
Giorgi Dalakishvili6-Nov-08 19:19
mentorGiorgi Dalakishvili6-Nov-08 19:19 
AnswerRe: Displaying values of one form to another form Pin
nelsonpaixao7-Nov-08 13:53
nelsonpaixao7-Nov-08 13:53 
QuestionTreeView customization Pin
astibich26-Nov-08 16:40
astibich26-Nov-08 16:40 
AnswerRe: TreeView customization Pin
leppie6-Nov-08 22:56
leppie6-Nov-08 22:56 
AnswerRe: TreeView customization Pin
DaveyM696-Nov-08 23:49
professionalDaveyM696-Nov-08 23:49 
You'll need to create your own MyTreeView that takes your TreeNode Type in place of the System.Windows.Forms one by creating the new properties and methods you need and hiding the old ones, as well as creating MyTreeNodeCollection etc...

Then you can just use your MyTreeview instead.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

QuestionWorking With TabControl and WebBrowser Pin
jas0n236-Nov-08 16:33
jas0n236-Nov-08 16:33 
AnswerRe: Working With TabControl and WebBrowser Pin
aj.esler6-Nov-08 21:25
aj.esler6-Nov-08 21:25 
GeneralRe: Working With TabControl and WebBrowser Pin
jas0n2311-Nov-08 2:22
jas0n2311-Nov-08 2:22 

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.