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

C#

 
GeneralRe: SMTP Pin
Heath Stewart27-Oct-03 2:09
protectorHeath Stewart27-Oct-03 2:09 
GeneralC# 2.0 Specs and Thoughts on Generics Pin
Heath Stewart26-Oct-03 12:28
protectorHeath Stewart26-Oct-03 12:28 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
jparsons26-Oct-03 14:46
jparsons26-Oct-03 14:46 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
Heath Stewart26-Oct-03 17:26
protectorHeath Stewart26-Oct-03 17:26 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
jparsons28-Oct-03 6:34
jparsons28-Oct-03 6:34 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
jparsons28-Oct-03 6:36
jparsons28-Oct-03 6:36 
GeneralRe: C# 2.0 Specs and Thoughts on Generics Pin
Kevin McFarlane27-Oct-03 5:34
Kevin McFarlane27-Oct-03 5:34 
Generalalot of questions Pin
bora3ee26-Oct-03 12:20
bora3ee26-Oct-03 12:20 
hii all...
i'm working on an application that preview the current processes on the machine and the state of the process (responding or not responding) and the memory used by the process (something like task manager)
i'm using a listbox to preview the processes
so i have some questions...
1- how can i allow columns??...(one column for the process name and one for the memory used and one for the state and so on)all the information about each process is in the same row the row is divided into columns..
2-i wanna the listbox to disply the changes in the memory used eah 1 sec how can i do it (i tried to redraw the listbox each second but i found it sucks)
3-i used the following code to display the process name and its state :
private static Process[] processes=Process.GetProcesses();
for(int x=0;x
GeneralRe: alot of questions Pin
Heath Stewart26-Oct-03 17:39
protectorHeath Stewart26-Oct-03 17:39 
GeneralSystem.Web.Mail -> missing Pin
totig26-Oct-03 11:13
totig26-Oct-03 11:13 
GeneralRe: System.Web.Mail -> missing Pin
Heath Stewart26-Oct-03 12:11
protectorHeath Stewart26-Oct-03 12:11 
GeneralC# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:18
ewan26-Oct-03 8:18 
GeneralRe: C# Class Library and VS.NET standard Pin
Blake Coverett26-Oct-03 8:28
Blake Coverett26-Oct-03 8:28 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:36
ewan26-Oct-03 8:36 
GeneralRe: C# Class Library and VS.NET standard Pin
Blake Coverett26-Oct-03 8:43
Blake Coverett26-Oct-03 8:43 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 8:46
ewan26-Oct-03 8:46 
GeneralRe: C# Class Library and VS.NET standard Pin
Heath Stewart26-Oct-03 12:18
protectorHeath Stewart26-Oct-03 12:18 
GeneralRe: C# Class Library and VS.NET standard Pin
ewan26-Oct-03 21:47
ewan26-Oct-03 21:47 
GeneralRe: C# Class Library and VS.NET standard Pin
Heath Stewart27-Oct-03 2:04
protectorHeath Stewart27-Oct-03 2:04 
GeneralRe: C# Class Library and VS.NET standard Pin
J. Dunlap26-Oct-03 9:27
J. Dunlap26-Oct-03 9:27 
GeneralRe: C# Class Library and VS.NET standard Pin
Kevin McFarlane27-Oct-03 5:41
Kevin McFarlane27-Oct-03 5:41 
GeneralRe: C# Class Library and VS.NET standard Pin
John Arlen27-Oct-03 9:17
John Arlen27-Oct-03 9:17 
GeneralFocus and Button :eek: Pin
oOomen26-Oct-03 7:37
oOomen26-Oct-03 7:37 
GeneralRe: Focus and Button :eek: Pin
leppie26-Oct-03 10:33
leppie26-Oct-03 10:33 
GeneralRe: Focus and Button Pin
oOomen26-Oct-03 20:29
oOomen26-Oct-03 20:29 

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.