Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Blocking move of a form Pin
Blake Coverett28-Oct-03 7:45
Blake Coverett28-Oct-03 7:45 
GeneralRe: Blocking move of a form Pin
phimix29-Oct-03 4:40
phimix29-Oct-03 4:40 
GeneralRe: Blocking move of a form Pin
Blake Coverett29-Oct-03 9:21
Blake Coverett29-Oct-03 9:21 
General=Two ImageList and two ImageIndex (and useful source code)= Pin
god4k28-Oct-03 6:46
god4k28-Oct-03 6:46 
GeneralRe: =Two ImageList and two ImageIndex (and useful source code)= Pin
Heath Stewart28-Oct-03 16:47
protectorHeath Stewart28-Oct-03 16:47 
GeneralForm.Hide() Form.Show() Problem Pin
mikemilano28-Oct-03 6:43
mikemilano28-Oct-03 6:43 
GeneralRe: Form.Hide() Form.Show() Problem Pin
Corinna John30-Oct-03 20:00
Corinna John30-Oct-03 20:00 
Generalcode Pin
R. Thomas28-Oct-03 6:15
R. Thomas28-Oct-03 6:15 
m kinda stuck here....m trying to get all numbers between 1 and 1000 which are all prime....
i am here
for(int i = 1 ; i < 301 ; i++)<br />
		{<br />
			for(int j = 1 ; j < 301 ; j++)<br />
			{<br />
				if(i <= j)<br />
				{<br />
					int remainder = i % j;<br />
				}<br />
			}<br />
		}

but i am kinda getting screwed up in the logic..i did the same thing in C 2 years ago.....
but now come to C#...i forgot how i did it....WTF | :WTF: OMG | :OMG: Confused | :confused:

Have a Super Blessed Day!
-------------------------
For God has not given us a spirit of fear, but of power and of love and of a sound mind.
2 Timothy 1:7
"For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life."
John 3:16
"Therefore you also be ready, for the Son of Man is coming at an hour you do not expet."
Luke 12:40

GeneralRe: code Pin
Blake Coverett28-Oct-03 6:58
Blake Coverett28-Oct-03 6:58 
GeneralRe: code Pin
oOomen28-Oct-03 7:35
oOomen28-Oct-03 7:35 
GeneralRe: code Pin
Blake Coverett28-Oct-03 7:37
Blake Coverett28-Oct-03 7:37 
GeneralRe: code Pin
oOomen28-Oct-03 7:52
oOomen28-Oct-03 7:52 
GeneralRe: code Pin
Blake Coverett28-Oct-03 10:38
Blake Coverett28-Oct-03 10:38 
GeneralRe: code Pin
oOomen28-Oct-03 7:05
oOomen28-Oct-03 7:05 
GeneralFORM SHAPE AND SKIN Pin
_Comet_Keeper_28-Oct-03 3:26
_Comet_Keeper_28-Oct-03 3:26 
GeneralRe: FORM SHAPE AND SKIN Pin
Heath Stewart28-Oct-03 3:34
protectorHeath Stewart28-Oct-03 3:34 
GeneralNew Instance of Internet Explorer Pin
Kenneth Childs28-Oct-03 3:06
Kenneth Childs28-Oct-03 3:06 
GeneralRe: New Instance of Internet Explorer Pin
Heath Stewart28-Oct-03 3:21
protectorHeath Stewart28-Oct-03 3:21 
GeneralAppDomain and singleton pattern Pin
Chris Richner28-Oct-03 0:01
Chris Richner28-Oct-03 0:01 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart28-Oct-03 3:17
protectorHeath Stewart28-Oct-03 3:17 
GeneralRe: AppDomain and singleton pattern Pin
Chris Richner29-Oct-03 5:59
Chris Richner29-Oct-03 5:59 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart29-Oct-03 7:54
protectorHeath Stewart29-Oct-03 7:54 
Generalconvert byte array to float data Pin
zecodela27-Oct-03 18:45
zecodela27-Oct-03 18:45 
GeneralRe: convert byte array to float data Pin
Heath Stewart28-Oct-03 2:56
protectorHeath Stewart28-Oct-03 2:56 
QuestionHow to set ACEs on AD classes Pin
Nidhi Narang27-Oct-03 12:41
Nidhi Narang27-Oct-03 12:41 

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.