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

C#

 
GeneralRe: timer function Pin
Dave Kreskowiak28-Oct-04 3:28
mveDave Kreskowiak28-Oct-04 3:28 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 20:48
momer27-Oct-04 20:48 
GeneralHelp Prob: not recognised as MDIContainer Pin
dazzler227-Oct-04 20:34
dazzler227-Oct-04 20:34 
GeneralRe: Help Prob: not recognised as MDIContainer Pin
Heath Stewart27-Oct-04 21:31
protectorHeath Stewart27-Oct-04 21:31 
QuestionKnow any articles on pasting files from Explorer? Pin
Anonymous27-Oct-04 19:44
Anonymous27-Oct-04 19:44 
AnswerRe: Know any articles on pasting files from Explorer? Pin
Heath Stewart27-Oct-04 21:22
protectorHeath Stewart27-Oct-04 21:22 
GeneralRandom thing Pin
Yulianto.27-Oct-04 18:50
Yulianto.27-Oct-04 18:50 
GeneralRe: Random thing Pin
Stanciu Vlad27-Oct-04 19:52
Stanciu Vlad27-Oct-04 19:52 
try creating a new random object into the class and giveing it a new seed (that could be time dependent)
<br />
class ball<br />
{<br />
int x;<br />
Random r;<br />
ball(seed)<br />
{ <br />
r=new Random(seed);<br />
x=r.Next(10);<br />
}<br />
<br />
}<br />
<\code> <br />
<br />
I hope you understand...<br />
By the way... visit <a href="http://nehe.gamedev.net">http://nehe.gamedev.net</a>[<a target="_blank" title="NeHe" href="http://nehe.gamedev.net">^</a>]

GeneralRe: Random thing Pin
Corinna John27-Oct-04 20:19
Corinna John27-Oct-04 20:19 
GeneralRe: Random thing Pin
J4amieC27-Oct-04 23:12
J4amieC27-Oct-04 23:12 
GeneralEnabling/Disabling toolbars dynamically Pin
amil021427-Oct-04 18:10
amil021427-Oct-04 18:10 
GeneralRe: Enabling/Disabling toolbars dynamically Pin
sreejith ss nair27-Oct-04 18:31
sreejith ss nair27-Oct-04 18:31 
Questionthe offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 16:58
momer27-Oct-04 16:58 
AnswerRe: the offset is calculated by byte or by double bytes? Pin
sreejith ss nair27-Oct-04 18:32
sreejith ss nair27-Oct-04 18:32 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 20:48
momer27-Oct-04 20:48 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
Heath Stewart27-Oct-04 20:58
protectorHeath Stewart27-Oct-04 20:58 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 21:30
momer27-Oct-04 21:30 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
Heath Stewart27-Oct-04 21:41
protectorHeath Stewart27-Oct-04 21:41 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 21:51
momer27-Oct-04 21:51 
GeneralRe:Stewart Pin
momer27-Oct-04 21:51
momer27-Oct-04 21:51 
AnswerRe: the offset is calculated by byte or by double bytes? Pin
Heath Stewart27-Oct-04 21:56
protectorHeath Stewart27-Oct-04 21:56 
GeneralXML Elements with escape characters in their names Pin
Guillermo Jimenez27-Oct-04 16:53
Guillermo Jimenez27-Oct-04 16:53 
GeneralRe: XML Elements with escape characters in their names Pin
Nick Parker27-Oct-04 17:50
protectorNick Parker27-Oct-04 17:50 
GeneralRe: XML Elements with escape characters in their names Pin
Guillermo Jimenez27-Oct-04 18:11
Guillermo Jimenez27-Oct-04 18:11 
GeneralRe: XML Elements with escape characters in their names Pin
Heath Stewart27-Oct-04 20:57
protectorHeath Stewart27-Oct-04 20:57 

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.