Click here to Skip to main content
15,879,490 members
Home / Discussions / C#
   

C#

 
GeneralRe: Visual Studio 2008 cannot detect error Pin
Aftab Sindhi3-Nov-09 1:13
Aftab Sindhi3-Nov-09 1:13 
AnswerRe: Visual Studio 2008 cannot detect error Pin
Aftab Sindhi11-Nov-09 4:44
Aftab Sindhi11-Nov-09 4:44 
Questionhow to change instalation screen Pin
sudhir behera2-Nov-09 22:57
sudhir behera2-Nov-09 22:57 
AnswerRe: how to change instalation screen Pin
The Man from U.N.C.L.E.3-Nov-09 0:05
The Man from U.N.C.L.E.3-Nov-09 0:05 
Question"The table could not found" and " the report need more information" Pin
haleemasher2-Nov-09 22:29
haleemasher2-Nov-09 22:29 
AnswerRe: "The table could not found" and " the report need more information" Pin
Christian Graus2-Nov-09 22:37
protectorChristian Graus2-Nov-09 22:37 
GeneralRe: "The table could not found" and " the report need more information" Pin
haleemasher2-Nov-09 22:47
haleemasher2-Nov-09 22:47 
Questionthank a lot. a problem about the muti-thread Pin
scoket2-Nov-09 20:13
scoket2-Nov-09 20:13 
when i use the multi-thread i have met a problem just like it:
Object obj;
Thread[] mythread = new Thread[dt.Rows.Count];
for (int i=start;i<end;i++)
{
.....................
if (isSameNet == true)
{
//Begin the thread
mythread[i] = new Thread(new ParameterizedThreadStart(gatherOnlineTimeOfSame)); }
else
{
mythread[i] = new Thread(new ParameterizedThreadStart(gatherOnlineTimeOfDiff));
}
mythread[i].Start(obj);
}
...........................
finally
{
DBer.closeConnection(conn);
}

the code is right when it excute by unuse thread.
but when it excute just as up.the programe will excute,but
the result is wrong.during the programe running it will not has
any error.when i debug it,it will stop on the code "DBer.closeConnection(conn);". By the way the function "gatherOnlineTimeOfSame" and "gatherOnlineTimeOfDiff" are both right, i have tested.
their content are about the DB's operation.
Any help will be appreciated!
AnswerRe: thank a lot. a problem about the muti-thread Pin
Christian Graus2-Nov-09 20:21
protectorChristian Graus2-Nov-09 20:21 
GeneralRe: thank a lot. a problem about the muti-thread Pin
scoket2-Nov-09 21:04
scoket2-Nov-09 21:04 
GeneralRe: thank a lot. a problem about the muti-thread Pin
Luc Pattyn3-Nov-09 1:00
sitebuilderLuc Pattyn3-Nov-09 1:00 
Questiontreeview control Pin
Member 5903102-Nov-09 19:31
Member 5903102-Nov-09 19:31 
AnswerRe: treeview control Pin
Christian Graus2-Nov-09 19:37
protectorChristian Graus2-Nov-09 19:37 
Question(ActiveWindow == DesktopWindow) Pin
JokerXtreme2-Nov-09 13:50
JokerXtreme2-Nov-09 13:50 
AnswerMessage Closed Pin
2-Nov-09 21:22
stancrm2-Nov-09 21:22 
QuestionRe: (ActiveWindow == DesktopWindow) Pin
JokerXtreme3-Nov-09 3:01
JokerXtreme3-Nov-09 3:01 
QuestionRe: (ActiveWindow == DesktopWindow) Pin
JokerXtreme3-Nov-09 8:16
JokerXtreme3-Nov-09 8:16 
AnswerRe: (ActiveWindow == DesktopWindow) Pin
JokerXtreme3-Nov-09 11:16
JokerXtreme3-Nov-09 11:16 
Question!!! HELP ME !!! Realize a vumeter for file audio Pin
uelfox2-Nov-09 13:13
uelfox2-Nov-09 13:13 
AnswerRe: !!! HELP ME !!! Realize a vumeter for file audio Pin
Christian Graus2-Nov-09 13:45
protectorChristian Graus2-Nov-09 13:45 
AnswerRe: !!! HELP ME !!! Realize a vumeter for file audio Pin
The Man from U.N.C.L.E.2-Nov-09 23:58
The Man from U.N.C.L.E.2-Nov-09 23:58 
Questionms char and contour surface plot Pin
ThorTheBraveGod2-Nov-09 11:25
ThorTheBraveGod2-Nov-09 11:25 
AnswerRe: ms char and contour surface plot Pin
Christian Graus2-Nov-09 11:40
protectorChristian Graus2-Nov-09 11:40 
GeneralRe: ms char and contour surface plot Pin
ThorTheBraveGod3-Nov-09 4:49
ThorTheBraveGod3-Nov-09 4:49 
AnswerRe: ms char and contour surface plot Pin
Super Lloyd2-Nov-09 14:08
Super Lloyd2-Nov-09 14:08 

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.