Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
AnswerRe: Question about NetworkStream.Read Pin
Andrei Ungureanu11-Jul-06 21:34
Andrei Ungureanu11-Jul-06 21:34 
AnswerRe: Question about NetworkStream.Read Pin
S. Senthil Kumar12-Jul-06 1:03
S. Senthil Kumar12-Jul-06 1:03 
QuestionConvert String to Time [modified] Pin
freshonlineMax11-Jul-06 20:25
freshonlineMax11-Jul-06 20:25 
AnswerRe: Covert String to Time Pin
stancrm11-Jul-06 20:29
stancrm11-Jul-06 20:29 
GeneralRe: Covert String to Time Pin
freshonlineMax11-Jul-06 21:23
freshonlineMax11-Jul-06 21:23 
GeneralRe: Covert String to Time Pin
stancrm11-Jul-06 21:25
stancrm11-Jul-06 21:25 
AnswerRe: Convert String to Time Pin
wasife11-Jul-06 22:14
wasife11-Jul-06 22:14 
QuestionChanging an item from datarow Pin
pirogramci11-Jul-06 20:19
pirogramci11-Jul-06 20:19 
AnswerRe: Changing an item from datarow Pin
freshonlineMax11-Jul-06 20:32
freshonlineMax11-Jul-06 20:32 
AnswerRe: Changing an item from datarow Pin
rah_sin11-Jul-06 20:35
professionalrah_sin11-Jul-06 20:35 
GeneralRe: Changing an item from datarow Pin
pirogramci11-Jul-06 21:16
pirogramci11-Jul-06 21:16 
AnswerRe: Changing an item from datarow Pin
wasife11-Jul-06 22:09
wasife11-Jul-06 22:09 
GeneralRe: Changing an item from datarow Pin
pirogramci12-Jul-06 20:22
pirogramci12-Jul-06 20:22 
Questionrunning process Pin
Mahmood Ilyas11-Jul-06 19:40
Mahmood Ilyas11-Jul-06 19:40 
AnswerRe: running process Pin
Andrei Ungureanu11-Jul-06 21:58
Andrei Ungureanu11-Jul-06 21:58 
Questionwinform is loading very slow for the fist time Pin
Satish3211-Jul-06 19:11
Satish3211-Jul-06 19:11 
AnswerRe: winform is loading very slow for the fist time Pin
rah_sin11-Jul-06 19:32
professionalrah_sin11-Jul-06 19:32 
GeneralRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:58
led mike11-Jul-06 19:58 
GeneralRe: winform is loading very slow for the fist time Pin
V.11-Jul-06 22:15
professionalV.11-Jul-06 22:15 
GeneralRe: winform is loading very slow for the fist time Pin
led mike12-Jul-06 4:31
led mike12-Jul-06 4:31 
GeneralRe: winform is loading very slow for the fist time Pin
V.12-Jul-06 4:52
professionalV.12-Jul-06 4:52 
AnswerRe: winform is loading very slow for the fist time Pin
led mike11-Jul-06 19:35
led mike11-Jul-06 19:35 
MCPSAT32 wrote:
Can any body tell my where it exactly taking time to load for the first time


Exactly? You are kidding right?

One wild guess would be that you are not creating the MySql connection until you load the child form. If so try loading it at application start-up, if that is the problem you should see the application take longer to load but the first child form should load faster.

Another wild guess is that the child form references several assemblies that are not loaded until the first child form is loaded but 5 seconds seems a bit extreme.

I am out of guesses for now. Big Grin | :-D

"Just about every question you've asked over the last 3-4 days has been "urgent". Perhaps a little planning would be helpful?"
Colin Angus Mackay in the C# forum


led mike
GeneralRe: winform is loading very slow for the fist time Pin
Satish3211-Jul-06 20:25
Satish3211-Jul-06 20:25 
AnswerRe: winform is loading very slow for the fist time Pin
Andrew Lygin11-Jul-06 19:44
Andrew Lygin11-Jul-06 19:44 
Questionhow to read a sms arriving at the usb port in c#. Pin
gsparrow11-Jul-06 18:56
gsparrow11-Jul-06 18:56 

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.