Click here to Skip to main content
16,005,206 members
Home / Discussions / C#
   

C#

 
AnswerRe: String Manipulation Pin
PIEBALDconsult4-Dec-09 4:06
mvePIEBALDconsult4-Dec-09 4:06 
AnswerRe: String Manipulation Pin
Ravi Bhavnani4-Dec-09 12:59
professionalRavi Bhavnani4-Dec-09 12:59 
Questionusing class string. Pin
sammathews3-Dec-09 14:39
sammathews3-Dec-09 14:39 
AnswerRe: using class string. Pin
Luc Pattyn3-Dec-09 15:03
sitebuilderLuc Pattyn3-Dec-09 15:03 
AnswerRe: using class string. Pin
Mycroft Holmes3-Dec-09 16:08
professionalMycroft Holmes3-Dec-09 16:08 
AnswerRe: using class string. Pin
PIEBALDconsult4-Dec-09 4:12
mvePIEBALDconsult4-Dec-09 4:12 
QuestionHighlighting a default treeview node Pin
BDJones3-Dec-09 13:35
BDJones3-Dec-09 13:35 
AnswerRe: Highlighting a default treeview node Pin
Luc Pattyn3-Dec-09 13:50
sitebuilderLuc Pattyn3-Dec-09 13:50 
Nope. Having treeview.SelectedNode = treeview.Nodes[0]; inside a Form_Load() handler is sufficient provided the TreeView has focus. A lot of Windows Controls don't mark their selections when they don't have focus.

One way of getting there automatically is by making sure treeview.TabStop is true (default) and TabIndex is zero.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: Highlighting a default treeview node Pin
BDJones3-Dec-09 13:59
BDJones3-Dec-09 13:59 
GeneralRe: Highlighting a default treeview node Pin
Shameel3-Dec-09 23:40
professionalShameel3-Dec-09 23:40 
GeneralRe: Highlighting a default treeview node Pin
Luc Pattyn4-Dec-09 1:08
sitebuilderLuc Pattyn4-Dec-09 1:08 
AnswerRe: Highlighting a default treeview node Pin
puri keemti3-Dec-09 22:29
puri keemti3-Dec-09 22:29 
QuestionAdding Parameter to a Stored Procedure that returns a `LIKE` quey!! Pin
Minimech3-Dec-09 10:35
Minimech3-Dec-09 10:35 
AnswerRe: Adding Parameter to a Stored Procedure that returns a `LIKE` quey!! Pin
PIEBALDconsult3-Dec-09 12:15
mvePIEBALDconsult3-Dec-09 12:15 
AnswerRe: Adding Parameter to a Stored Procedure that returns a `LIKE` query!! Pin
Minimech3-Dec-09 22:32
Minimech3-Dec-09 22:32 
Questionobject from treeview help needed Pin
BDJones3-Dec-09 10:02
BDJones3-Dec-09 10:02 
AnswerRe: object from treeview help needed Pin
Luc Pattyn3-Dec-09 10:10
sitebuilderLuc Pattyn3-Dec-09 10:10 
QuestionRe: object from treeview help needed Pin
BDJones3-Dec-09 10:24
BDJones3-Dec-09 10:24 
AnswerRe: object from treeview help needed Pin
Luc Pattyn3-Dec-09 10:33
sitebuilderLuc Pattyn3-Dec-09 10:33 
QuestionRe: object from treeview help needed Pin
BDJones3-Dec-09 10:48
BDJones3-Dec-09 10:48 
AnswerRe: object from treeview help needed Pin
Luc Pattyn3-Dec-09 11:20
sitebuilderLuc Pattyn3-Dec-09 11:20 
GeneralRe: object from treeview help needed Pin
BDJones3-Dec-09 11:40
BDJones3-Dec-09 11:40 
GeneralRe: object from treeview help needed Pin
Luc Pattyn3-Dec-09 11:43
sitebuilderLuc Pattyn3-Dec-09 11:43 
AnswerRe: object from treeview help needed Pin
puri keemti3-Dec-09 22:31
puri keemti3-Dec-09 22:31 
QuestionNon-Client Paint Issue Pin
notsotragichero3-Dec-09 9:12
notsotragichero3-Dec-09 9: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.