Click here to Skip to main content
15,906,645 members
Home / Discussions / C#
   

C#

 
QuestionLoading a dataset into an array. Pin
teejayem25-Oct-06 17:35
teejayem25-Oct-06 17:35 
AnswerRe: Loading a dataset into an array. Pin
Robert Rohde25-Oct-06 19:24
Robert Rohde25-Oct-06 19:24 
AnswerRe: Loading a dataset into an array. Pin
ednrgc26-Oct-06 4:07
ednrgc26-Oct-06 4:07 
GeneralRe: Loading a dataset into an array. Pin
teejayem26-Oct-06 5:28
teejayem26-Oct-06 5:28 
GeneralRe: Loading a dataset into an array. Pin
ednrgc26-Oct-06 5:34
ednrgc26-Oct-06 5:34 
QuestionAbout taskbar Pin
fachozo25-Oct-06 16:17
fachozo25-Oct-06 16:17 
AnswerRe: About taskbar [modified] Pin
quiteSmart25-Oct-06 19:37
quiteSmart25-Oct-06 19:37 
AnswerRe: About taskbar Pin
Nader Elshehabi25-Oct-06 21:19
Nader Elshehabi25-Oct-06 21:19 
The taskbar has nothing to do with it. If you want to manipulate other windows currently running, you'd have to send them messages. This can be done in C# indirectly using windows API calls. The messages you'd look for would start with WM_, short for "Windows Message". The functions you'd use to send these messages are PostMessage() and SendMessage(). I'll let you kmnow the difference from your MSDN.

Look for P/Invoke section in C# articles page. You'd find some useful articles on how to call the above functions from your C# code.

RegardsRose | [Rose]

Questionread a cd rom as a whole Pin
Iv0125-Oct-06 13:51
Iv0125-Oct-06 13:51 
AnswerRe: read a cd rom as a whole Pin
led mike25-Oct-06 13:59
led mike25-Oct-06 13:59 
AnswerRe: read a cd rom as a whole Pin
Nader Elshehabi25-Oct-06 21:14
Nader Elshehabi25-Oct-06 21:14 
QuestionNewbie: Question about ListViews? Pin
Phillip Hodges25-Oct-06 12:45
Phillip Hodges25-Oct-06 12:45 
AnswerRe: Newbie: Question about ListViews? Pin
led mike25-Oct-06 12:59
led mike25-Oct-06 12:59 
GeneralRe: Newbie: Question about ListViews? Pin
Phillip Hodges25-Oct-06 13:04
Phillip Hodges25-Oct-06 13:04 
GeneralRe: Newbie: Question about ListViews? Pin
led mike30-Oct-06 7:57
led mike30-Oct-06 7:57 
QuestionHow can I get the maximum length of a string that will fit into a textbox Pin
Dan Neely25-Oct-06 10:25
Dan Neely25-Oct-06 10:25 
AnswerRe: How can I get the maximum length of a string that will fit into a textbox Pin
led mike25-Oct-06 11:24
led mike25-Oct-06 11:24 
Questionhow do I binary search a struct array? Pin
kshet2625-Oct-06 10:23
kshet2625-Oct-06 10:23 
AnswerRe: how do I binary search a struct array? Pin
Guffa25-Oct-06 11:22
Guffa25-Oct-06 11:22 
GeneralRe: how do I binary search a struct array? Pin
kshet2625-Oct-06 11:47
kshet2625-Oct-06 11:47 
AnswerRe: how do I binary search a struct array? Pin
Guffa25-Oct-06 12:08
Guffa25-Oct-06 12:08 
GeneralRe: how do I binary search a struct array? Pin
kshet2626-Oct-06 2:33
kshet2626-Oct-06 2:33 
GeneralRe: how do I binary search a struct array? Pin
Guffa26-Oct-06 10:08
Guffa26-Oct-06 10:08 
QuestionInstantiate a HTMLDocument object with the Url or Html stream Pin
Nadia Monalisa25-Oct-06 8:53
Nadia Monalisa25-Oct-06 8:53 
QuestionSafeArray Pin
C++NewBe25-Oct-06 8:49
C++NewBe25-Oct-06 8:49 

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.