Click here to Skip to main content
15,900,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access audio files from resources [modified] Pin
DaveyM694-Mar-08 4:53
professionalDaveyM694-Mar-08 4:53 
GeneralSerial port communication Pin
t_nedelchev4-Mar-08 3:59
t_nedelchev4-Mar-08 3:59 
GeneralRe: Serial port communication Pin
Matthew Butler4-Mar-08 4:46
Matthew Butler4-Mar-08 4:46 
GeneralRe: Serial port communication Pin
t_nedelchev4-Mar-08 20:45
t_nedelchev4-Mar-08 20:45 
GeneralRe: Serial port communication Pin
DaveyM694-Mar-08 22:19
professionalDaveyM694-Mar-08 22:19 
GeneralRe: Serial port communication Pin
t_nedelchev4-Mar-08 22:59
t_nedelchev4-Mar-08 22:59 
GeneralRe: Serial port communication Pin
DaveyM694-Mar-08 23:53
professionalDaveyM694-Mar-08 23:53 
GeneralRe: Serial port communication Pin
t_nedelchev5-Mar-08 0:05
t_nedelchev5-Mar-08 0:05 
Thanks DaveyM69
I try to do this

protected override void OnClosing(CancelEventArgs e)
{
try
{
sp.Close();
}
catch
{
int probe = 33;
}
}
In this case there is no exception when close the program but the program is stoped on the breakpoint in the catch.
There is something interesting.When I start the program again the all window is white for a 2 or 3 seconds and then starts normaly.
GeneralRe: Serial port communication Pin
DaveyM695-Mar-08 0:51
professionalDaveyM695-Mar-08 0:51 
GeneralRe: Serial port communication Pin
t_nedelchev5-Mar-08 1:16
t_nedelchev5-Mar-08 1:16 
GeneralRe: Serial port communication Pin
DaveyM695-Mar-08 1:25
professionalDaveyM695-Mar-08 1:25 
GeneralRe: Serial port communication Pin
t_nedelchev5-Mar-08 1:40
t_nedelchev5-Mar-08 1:40 
GeneralProblem programatically deleting worksheet from excel file Pin
Goalie354-Mar-08 3:38
Goalie354-Mar-08 3:38 
GeneralRe: Problem programatically deleting worksheet from excel file Pin
Laddie4-Mar-08 4:53
Laddie4-Mar-08 4:53 
GeneralRe: Problem programatically deleting worksheet from excel file Pin
Goalie354-Mar-08 4:59
Goalie354-Mar-08 4:59 
AnswerRe: Problem programatically deleting worksheet from excel file Pin
jchalfant4-Mar-08 9:11
jchalfant4-Mar-08 9:11 
GeneralRe: Problem programatically deleting worksheet from excel file Pin
Goalie3510-Mar-08 4:05
Goalie3510-Mar-08 4:05 
Questionhow to save and read an office file from SqlServer 2000 with format? Pin
mahmoud wafy4-Mar-08 2:07
mahmoud wafy4-Mar-08 2:07 
GeneralRe: how to save and read an office file from SqlServer 2000 with format? Pin
Giorgi Dalakishvili4-Mar-08 2:24
mentorGiorgi Dalakishvili4-Mar-08 2:24 
QuestionRe: how to save and read an office file from SqlServer 2000 with format? Pin
mahmoud wafy4-Mar-08 2:58
mahmoud wafy4-Mar-08 2:58 
GeneralRe: how to save and read an office file from SqlServer 2000 with format? Pin
Giorgi Dalakishvili4-Mar-08 3:06
mentorGiorgi Dalakishvili4-Mar-08 3:06 
GeneralImport access table to SQL Server database [modified] Pin
new2pgrmg4-Mar-08 1:02
new2pgrmg4-Mar-08 1:02 
QuestionLoading and using image from binary file Pin
eyalbi0074-Mar-08 0:50
eyalbi0074-Mar-08 0:50 
GeneralRe: Loading and using image from binary file Pin
MidwestLimey4-Mar-08 4:12
professionalMidwestLimey4-Mar-08 4:12 
QuestionRe: Loading and using image from binary file Pin
eyalbi0074-Mar-08 4:22
eyalbi0074-Mar-08 4:22 

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.