Click here to Skip to main content
15,884,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: help tifaa memory problem Pin
Dave Kreskowiak11-Oct-04 6:28
mveDave Kreskowiak11-Oct-04 6:28 
Generalhexedecimal in C# Pin
mitreviper11-Oct-04 0:31
mitreviper11-Oct-04 0:31 
GeneralRe: hexedecimal in C# Pin
mav.northwind11-Oct-04 0:38
mav.northwind11-Oct-04 0:38 
GeneralWindows Service Question Pin
Anonymous10-Oct-04 22:29
Anonymous10-Oct-04 22:29 
GeneralRe: Windows Service Question Pin
dumby10-Oct-04 22:59
dumby10-Oct-04 22:59 
QuestionHow to give the focus back to the caller form? Pin
sapnabn10-Oct-04 21:28
sapnabn10-Oct-04 21:28 
AnswerRe: How to give the focus back to the caller form? Pin
codes/w10-Oct-04 22:29
codes/w10-Oct-04 22:29 
GeneralRe: How to give the focus back to the caller form? Pin
Al Gardner10-Oct-04 23:29
Al Gardner10-Oct-04 23:29 
codes/w wrote:
Response.Redirect("form1 with extension");

Which I am sure this works for a web application, but for a System.Windows.Forms application, try


void Form2_button1_click(object sender, eventargs e)
{
Form1.Focus();
}

Be aware that if you have opened the Dialog modally (i.e. from form1 you called form2.ShowDialog()) then the focus will stay in Form2.
GeneralRe: How to give the focus back to the caller form? Pin
codes/w11-Oct-04 1:11
codes/w11-Oct-04 1:11 
AnswerRe: How to give the focus back to the caller form? Pin
Stanciu Vlad11-Oct-04 7:13
Stanciu Vlad11-Oct-04 7:13 
AnswerRe: How to give the focus back to the caller form? Pin
Stanciu Vlad11-Oct-04 7:21
Stanciu Vlad11-Oct-04 7:21 
GeneralDril Down Crystal Reports!Urgent Pin
radha_ramgr10-Oct-04 20:42
sussradha_ramgr10-Oct-04 20:42 
GeneralRe: Dril Down Crystal Reports!Urgent Pin
Diana Fernandez11-Oct-04 0:46
Diana Fernandez11-Oct-04 0:46 
GeneralError: usbtest(Cs).exe----cannt find DLL Pin
momer10-Oct-04 19:21
momer10-Oct-04 19:21 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
Brian Nottingham10-Oct-04 20:26
Brian Nottingham10-Oct-04 20:26 
GeneralRe: Brian Nottingham Pin
momer10-Oct-04 20:38
momer10-Oct-04 20:38 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
Brian Nottingham10-Oct-04 20:45
Brian Nottingham10-Oct-04 20:45 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
momer10-Oct-04 22:20
momer10-Oct-04 22:20 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
momer10-Oct-04 22:20
momer10-Oct-04 22:20 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
Brian Nottingham11-Oct-04 6:01
Brian Nottingham11-Oct-04 6:01 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
Dave Kreskowiak11-Oct-04 6:22
mveDave Kreskowiak11-Oct-04 6:22 
Generaldbms extraction Pin
xiaowenjie10-Oct-04 18:17
xiaowenjie10-Oct-04 18:17 
GeneralRe: dbms extraction Pin
J4amieC11-Oct-04 0:18
J4amieC11-Oct-04 0:18 
GeneralRe: dbms extraction Pin
Stanciu Vlad11-Oct-04 0:18
Stanciu Vlad11-Oct-04 0:18 
GeneralRe: dbms extraction Pin
Anonymous11-Oct-04 5:32
Anonymous11-Oct-04 5:32 

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.