Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
Questioncrystal report viewer using ms access in c# Pin
bhebhekoh25-Oct-07 0:38
bhebhekoh25-Oct-07 0:38 
AnswerRe: crystal report viewer using ms access in c# Pin
Paul Conrad27-Oct-07 12:30
professionalPaul Conrad27-Oct-07 12:30 
QuestionDynamically changing font font-style size and color of a label Pin
sindhutiwari25-Oct-07 0:31
sindhutiwari25-Oct-07 0:31 
AnswerRe: Dynamically changing font font-style size and color of a label Pin
Christian Graus25-Oct-07 0:37
protectorChristian Graus25-Oct-07 0:37 
GeneralRe: Dynamically changing font font-style size and color of a label Pin
sindhutiwari25-Oct-07 0:43
sindhutiwari25-Oct-07 0:43 
GeneralRe: Dynamically changing font font-style size and color of a label Pin
Christian Graus25-Oct-07 0:50
protectorChristian Graus25-Oct-07 0:50 
QuestionHow to get previous focused control? Pin
Tavbi25-Oct-07 0:22
Tavbi25-Oct-07 0:22 
AnswerRe: How to get previous focused control? Pin
Chintan.Desai25-Oct-07 1:59
Chintan.Desai25-Oct-07 1:59 
panel is only a container not any control to interact with.
Every ctrl has its index property.So make panel index prty after textbox property.

Store previous control Id to some global variable in textbox lost focus event.After you had complete ur work on clicking on panel,just use this Id and use focus() to assign focus on that control.

Regards
Chintan
www.visharadsoft.com
(I am thinking to change humans to computer, but unfortunately GOD will not give me the source code)

QuestionManaging Excel Sheets with C# Pin
dudedotnet25-Oct-07 0:11
dudedotnet25-Oct-07 0:11 
AnswerRe: Managing Excel Sheets with C# Pin
martin_hughes25-Oct-07 2:54
martin_hughes25-Oct-07 2:54 
QuestionCreating a word document using c# Pin
Fahim A Salim24-Oct-07 23:37
Fahim A Salim24-Oct-07 23:37 
AnswerRe: Creating a word document using c# Pin
Chintan.Desai25-Oct-07 2:03
Chintan.Desai25-Oct-07 2:03 
AnswerRe: Creating a word document using c# Pin
Paul Conrad27-Oct-07 12:32
professionalPaul Conrad27-Oct-07 12:32 
Question£ symbol in csv file for Excel - Encoding weirdness - HELP! Pin
Gizz24-Oct-07 23:27
Gizz24-Oct-07 23:27 
AnswerRe: £ symbol in csv file for Excel - Encoding weirdness - HELP! Pin
Guffa25-Oct-07 0:48
Guffa25-Oct-07 0:48 
Questionuse Process class on Mono? Pin
bug_aonz24-Oct-07 23:27
bug_aonz24-Oct-07 23:27 
AnswerRe: use Process class on Mono? Pin
Stefan Troschuetz24-Oct-07 23:57
Stefan Troschuetz24-Oct-07 23:57 
QuestionHow to Cancel BindingNavigator event (AddItem) while BindingNavigator operates on two BindingSources Pin
azifaliazif24-Oct-07 23:19
azifaliazif24-Oct-07 23:19 
QuestionAsynchronous Web Service Calls from Client Application Pin
Neeraj Kr24-Oct-07 23:04
Neeraj Kr24-Oct-07 23:04 
QuestionRe: Asynchronous Web Service Calls from Client Application Pin
MCEdwards24-Oct-07 23:13
MCEdwards24-Oct-07 23:13 
AnswerRe: Asynchronous Web Service Calls from Client Application Pin
Neeraj Kr24-Oct-07 23:24
Neeraj Kr24-Oct-07 23:24 
GeneralRe: Asynchronous Web Service Calls from Client Application Pin
MCEdwards25-Oct-07 0:39
MCEdwards25-Oct-07 0:39 
GeneralRe: Asynchronous Web Service Calls from Client Application Pin
Neeraj Kr25-Oct-07 0:49
Neeraj Kr25-Oct-07 0:49 
GeneralRe: Asynchronous Web Service Calls from Client Application Pin
MCEdwards25-Oct-07 1:26
MCEdwards25-Oct-07 1:26 
GeneralRe: Asynchronous Web Service Calls from Client Application Pin
Neeraj Kr25-Oct-07 2:30
Neeraj Kr25-Oct-07 2:30 

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.