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

C#

 
GeneralRe: Combo Box Values Pin
monrobot1311-Jul-03 2:38
monrobot1311-Jul-03 2:38 
GeneralRe: Combo Box Values Pin
totig11-Jul-03 3:23
totig11-Jul-03 3:23 
GeneralRe: Combo Box Values Pin
Heath Stewart11-Jul-03 4:24
protectorHeath Stewart11-Jul-03 4:24 
Generaldata reading/writing (using MS Access) without using a DataSet Pin
WhatupE10-Jul-03 17:45
WhatupE10-Jul-03 17:45 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
Nick Parker10-Jul-03 18:07
protectorNick Parker10-Jul-03 18:07 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
WhatupE11-Jul-03 15:46
WhatupE11-Jul-03 15:46 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
Nick Parker11-Jul-03 18:17
protectorNick Parker11-Jul-03 18:17 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
Rocky Moore10-Jul-03 19:52
Rocky Moore10-Jul-03 19:52 
QuestionHow can get data from other server with sql? Pin
dichen10-Jul-03 16:29
dichen10-Jul-03 16:29 
AnswerRe: How can get data from other server with sql? Pin
Rocky Moore10-Jul-03 20:02
Rocky Moore10-Jul-03 20:02 
GeneralC# Application Programming Pin
tibifira10-Jul-03 13:45
tibifira10-Jul-03 13:45 
GeneralRe: C# Application Programming Pin
dazinith11-Jul-03 4:54
dazinith11-Jul-03 4:54 
i couldnt follow most of your question, but maybe this will help..

you should set focus to the control (textbox, etc.) that you want to have the initial focus..

create an OnLoad() handler for your mainform, and after the panel is displayed call:
this.myPanel.Focus();

or in your OnLoad() of the panel call
this.myTextBox.Focus();


still a newb.. cut me some slack :P
-dz
GeneralSystem.IO Copy() and Move() question Pin
vlusardi10-Jul-03 10:06
vlusardi10-Jul-03 10:06 
GeneralRe: System.IO Copy() and Move() question Pin
Nick Parker10-Jul-03 10:47
protectorNick Parker10-Jul-03 10:47 
GeneralRe: System.IO Copy() and Move() question Pin
vlusardi10-Jul-03 10:51
vlusardi10-Jul-03 10:51 
GeneralRe: System.IO Copy() and Move() question Pin
Nick Parker10-Jul-03 12:04
protectorNick Parker10-Jul-03 12:04 
GeneralRe: System.IO Copy() and Move() question Pin
vlusardi10-Jul-03 12:09
vlusardi10-Jul-03 12:09 
GeneralRe: System.IO Copy() and Move() question Pin
Nathan Blomquist11-Jul-03 1:40
Nathan Blomquist11-Jul-03 1:40 
GeneralRe: System.IO Copy() and Move() question Pin
Nick Parker11-Jul-03 4:10
protectorNick Parker11-Jul-03 4:10 
GeneralInsert a row into a DataGrid Pin
Kuan Tan10-Jul-03 9:07
Kuan Tan10-Jul-03 9:07 
GeneralRe: Insert a row into a DataGrid Pin
Not Active10-Jul-03 12:54
mentorNot Active10-Jul-03 12:54 
Generaldll question Pin
jrmcdona10-Jul-03 8:24
jrmcdona10-Jul-03 8:24 
GeneralRe: dll question Pin
Nick Parker10-Jul-03 8:39
protectorNick Parker10-Jul-03 8:39 
GeneralRe: dll question Pin
Heath Stewart10-Jul-03 9:00
protectorHeath Stewart10-Jul-03 9:00 
QuestionHow to Set Widths of Columns in a DataGrid, Anyone? Pin
Khang Nguyen10-Jul-03 6:17
Khang Nguyen10-Jul-03 6:17 

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.