Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Row associated with the currency manager's position cannot be made invisible Pin
lildare3-Oct-11 23:15
lildare3-Oct-11 23:15 
Questionchange app.config [modified] Pin
Harikrk23-Nov-06 5:34
Harikrk23-Nov-06 5:34 
AnswerRe: change app.config Pin
Nader Elshehabi23-Nov-06 7:55
Nader Elshehabi23-Nov-06 7:55 
GeneralRe: change app.config Pin
Harikrk23-Nov-06 15:09
Harikrk23-Nov-06 15:09 
GeneralRe: change app.config Pin
Nader Elshehabi23-Nov-06 20:30
Nader Elshehabi23-Nov-06 20:30 
QuestionHow to bind a TList with a DataGridView that contains DataGridViewComboBoxColumns Pin
Jost Pedro23-Nov-06 4:48
Jost Pedro23-Nov-06 4:48 
QuestionPropertygird question Pin
Hampus@foi23-Nov-06 4:20
Hampus@foi23-Nov-06 4:20 
QuestionCould it be possible? Pin
V.23-Nov-06 3:39
professionalV.23-Nov-06 3:39 
Hi guys,

I'm having following situation:

private function DoSomething(){<br />
int x = 6257;<br />
<br />
CheckSomething();<br />
 Myclass.UseX(ref x, somethernr1);<br />
 Myclass.UseX(ref x, somethernr2);<br />
 Myclass.UseX(ref x, somethernr3);<br />
 Myclass.UseX(ref x, somethernr4);<br />
 ...<br />
 Myclass.UseX(ref 6257, somethernrN);<br />
}<br />
<br />
Checksomething(){<br />
 int x = 7834;<br />
 Myclass.UseX(ref x, somethernr1);<br />
 ...<br />
 Myclass.UseX(ref x, somethernrM);<br />
}


Is it possible that after CheckSomething() the x value in DoSomething() has changed?
(PS: There is something that sometimes locks up the application, we can't reproduce it and we're trying to figure out where it is (via logfiles, can't debug).)

Thanks.


V.

Stop smoking so you can: Enjoy longer the money you save.
Moviereview Archive

AnswerRe: Could it be possible? Pin
Jon Hulatt23-Nov-06 3:48
Jon Hulatt23-Nov-06 3:48 
GeneralRe: Could it be possible? Pin
V.23-Nov-06 3:53
professionalV.23-Nov-06 3:53 
AnswerRe: Could it be possible? Pin
Guffa23-Nov-06 6:31
Guffa23-Nov-06 6:31 
GeneralRe: Could it be possible? Pin
V.23-Nov-06 20:31
professionalV.23-Nov-06 20:31 
JokeRe: Could it be possible? Pin
CPallini23-Nov-06 3:53
mveCPallini23-Nov-06 3:53 
GeneralRe: Could it be possible? Pin
V.23-Nov-06 3:54
professionalV.23-Nov-06 3:54 
QuestionHow to create hyperlink column in datagrid Pin
oxitai23-Nov-06 3:32
oxitai23-Nov-06 3:32 
AnswerRe: How to create hyperlink column in datagrid Pin
samtam23-Nov-06 18:44
samtam23-Nov-06 18:44 
Questionhow to change font color on tabpage Pin
metinergoktas23-Nov-06 3:11
metinergoktas23-Nov-06 3:11 
QuestionSQL 2005 Express embedded? Pin
LiquidE_SA23-Nov-06 2:38
LiquidE_SA23-Nov-06 2:38 
AnswerRe: SQL 2005 Express embedded? Pin
topcatalpha23-Nov-06 3:43
topcatalpha23-Nov-06 3:43 
AnswerRe: SQL 2005 Express embedded? Pin
Scott Dorman27-Nov-06 5:17
professionalScott Dorman27-Nov-06 5:17 
QuestionProcessorID,HDDSerialNumber Pin
Manithar23-Nov-06 2:35
Manithar23-Nov-06 2:35 
AnswerRe: ProcessorID,HDDSerialNumber Pin
Nader Elshehabi23-Nov-06 10:21
Nader Elshehabi23-Nov-06 10:21 
Questionshow form once Pin
hastk23-Nov-06 2:34
hastk23-Nov-06 2:34 
AnswerRe: show form once Pin
LiquidE_SA23-Nov-06 2:58
LiquidE_SA23-Nov-06 2:58 
GeneralRe: show form once Pin
Jon Hulatt23-Nov-06 3:51
Jon Hulatt23-Nov-06 3:51 

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.