Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
QuestionFunction to insert an integer into a sorted array of integers Pin
Samiullah22-Aug-08 21:06
Samiullah22-Aug-08 21:06 
AnswerRe: Function to insert an integer into a sorted array of integers Pin
zafersavas22-Aug-08 22:55
zafersavas22-Aug-08 22:55 
GeneralRe: Function to insert an integer into a sorted array of integers Pin
Samiullah23-Aug-08 0:43
Samiullah23-Aug-08 0:43 
GeneralRe: Function to insert an integer into a sorted array of integers [modified] Pin
PIEBALDconsult23-Aug-08 4:25
mvePIEBALDconsult23-Aug-08 4:25 
GeneralRe: Function to insert an integer into a sorted array of integers Pin
oobimoo24-Aug-08 7:12
oobimoo24-Aug-08 7:12 
AnswerRe: Function to insert an integer into a sorted array of integers Pin
#realJSOP25-Aug-08 2:59
professional#realJSOP25-Aug-08 2:59 
QuestionGo to a specified node in treeview Pin
Laji5922-Aug-08 20:26
Laji5922-Aug-08 20:26 
AnswerRe: Go to a specified node in treeview Pin
DaveyM6922-Aug-08 21:31
professionalDaveyM6922-Aug-08 21:31 
Iterate through your treeview until you find the one you need, then set the treeviews SelectedNode property and call the selectednode's EnsureVisible method.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)

GeneralRe: Go to a specified node in treeview Pin
Abdul Rahman Hamidy22-Aug-08 23:22
Abdul Rahman Hamidy22-Aug-08 23:22 
AnswerRe: Go to a specified node in treeview Pin
Kevin Marois23-Aug-08 7:08
professionalKevin Marois23-Aug-08 7:08 
QuestionLockbits error [modified] Pin
gigahertz20522-Aug-08 18:04
gigahertz20522-Aug-08 18:04 
AnswerRe: Lockbits error Pin
Paul Conrad22-Aug-08 18:15
professionalPaul Conrad22-Aug-08 18:15 
GeneralRe: Lockbits error Pin
gigahertz20522-Aug-08 18:38
gigahertz20522-Aug-08 18:38 
GeneralRe: Lockbits error Pin
Paul Conrad22-Aug-08 19:06
professionalPaul Conrad22-Aug-08 19:06 
QuestionUnable to cast object of type 'System.Data.DataRowView' to type 'System.IConvertible' Pin
Jassim Rahma22-Aug-08 14:21
Jassim Rahma22-Aug-08 14:21 
AnswerRe: Unable to cast object of type 'System.Data.DataRowView' to type 'System.IConvertible' Pin
Christian Graus22-Aug-08 15:37
protectorChristian Graus22-Aug-08 15:37 
GeneralRe: Unable to cast object of type 'System.Data.DataRowView' to type 'System.IConvertible' Pin
Jassim Rahma23-Aug-08 4:43
Jassim Rahma23-Aug-08 4:43 
Questionsql output to form Pin
Jassim Rahma22-Aug-08 12:18
Jassim Rahma22-Aug-08 12:18 
AnswerRe: sql output to form Pin
PIEBALDconsult22-Aug-08 12:56
mvePIEBALDconsult22-Aug-08 12:56 
GeneralRe: sql output to form Pin
Jassim Rahma22-Aug-08 13:38
Jassim Rahma22-Aug-08 13:38 
GeneralRe: sql output to form Pin
Paul Conrad22-Aug-08 19:38
professionalPaul Conrad22-Aug-08 19:38 
GeneralRe: sql output to form Pin
PIEBALDconsult23-Aug-08 4:15
mvePIEBALDconsult23-Aug-08 4:15 
AnswerRe: sql output to form Pin
Paul Conrad22-Aug-08 19:37
professionalPaul Conrad22-Aug-08 19:37 
QuestionHow To Set Toolbar Button Images Pin
Kevin Marois22-Aug-08 8:46
professionalKevin Marois22-Aug-08 8:46 
AnswerRe: How To Set Toolbar Button Images Pin
Mark Salsbery22-Aug-08 9:55
Mark Salsbery22-Aug-08 9:55 

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.