Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
Questionhow to get window name of a specific application Pin
batmanAgen17-Feb-06 23:06
batmanAgen17-Feb-06 23:06 
AnswerRe: how to get window name of a specific application Pin
Gokulan Venattil17-Feb-06 23:52
Gokulan Venattil17-Feb-06 23:52 
AnswerRe: how to get window name of a specific application Pin
S. Senthil Kumar18-Feb-06 8:18
S. Senthil Kumar18-Feb-06 8:18 
QuestionHow to communicate with USB devices Pin
Bharath.rao17-Feb-06 22:59
Bharath.rao17-Feb-06 22:59 
AnswerRe: How to communicate with USB devices Pin
Curtis Schlak.18-Feb-06 2:05
Curtis Schlak.18-Feb-06 2:05 
Questionhow to debug attributes ? Pin
_Liron_17-Feb-06 22:53
_Liron_17-Feb-06 22:53 
QuestionDatatable is Sorted (Urgent) Pin
Roro Adel17-Feb-06 22:44
Roro Adel17-Feb-06 22:44 
AnswerRe: Datatable is Sorted (Urgent) Pin
Colin Angus Mackay18-Feb-06 0:00
Colin Angus Mackay18-Feb-06 0:00 
When you populate it use ORDER BY column ASC then store a boolean value with the datatable, e.g.
bool isSortedAsc = true;
Then, if you need to flip the order you will know which order it is currently in by the Boolean flag.

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

QuestionUnable to find Entry point in DLL Pin
emran83417-Feb-06 22:08
emran83417-Feb-06 22:08 
AnswerRe: Unable to find Entry point in DLL Pin
Bharath.rao17-Feb-06 22:31
Bharath.rao17-Feb-06 22:31 
GeneralRe: Unable to find Entry point in DLL Pin
emran83419-Feb-06 15:38
emran83419-Feb-06 15:38 
QuestionQuestion about table with Grid in C# Pin
Yanshof17-Feb-06 19:59
Yanshof17-Feb-06 19:59 
AnswerRe: Question about table with Grid in C# Pin
Rmokkenstorm19-Feb-06 20:42
Rmokkenstorm19-Feb-06 20:42 
QuestionWebsite tracking Pin
Makarand Mannur17-Feb-06 19:21
Makarand Mannur17-Feb-06 19:21 
QuestionAgile/Extreme Pin
fmardani17-Feb-06 19:14
fmardani17-Feb-06 19:14 
AnswerRe: Agile/Extreme Pin
Colin Angus Mackay18-Feb-06 0:02
Colin Angus Mackay18-Feb-06 0:02 
QuestionProblem in Drawing Pin
mynameatif17-Feb-06 18:39
mynameatif17-Feb-06 18:39 
AnswerRe: Problem in Drawing Pin
yoaz17-Feb-06 22:29
yoaz17-Feb-06 22:29 
QuestionStepping up! Pin
Princewill17-Feb-06 14:35
Princewill17-Feb-06 14:35 
AnswerRe: Sepping up! Pin
George L. Jackson17-Feb-06 14:38
George L. Jackson17-Feb-06 14:38 
AnswerRe: Stepping up! Pin
leppie17-Feb-06 16:29
leppie17-Feb-06 16:29 
QuestionSSH Question Pin
vipix0117-Feb-06 13:46
vipix0117-Feb-06 13:46 
AnswerRe: SSH Question Pin
Robert M Greene17-Feb-06 14:18
Robert M Greene17-Feb-06 14:18 
GeneralRe: SSH Question Pin
vipix0117-Feb-06 14:23
vipix0117-Feb-06 14:23 
QuestionUsing Crystal Reports Pin
TheJudeDude17-Feb-06 12:52
TheJudeDude17-Feb-06 12:52 

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.