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

C#

 
AnswerRe: Converting strange characters in web page text to something that can be displayed on a form? Pin
Luc Pattyn16-Nov-10 12:35
sitebuilderLuc Pattyn16-Nov-10 12:35 
GeneralRe: Converting strange characters in web page text to something that can be displayed on a form? Pin
jpe17-Nov-10 9:32
jpe17-Nov-10 9:32 
AnswerRe: Converting strange characters in web page text to something that can be displayed on a form? Pin
T M Gray17-Nov-10 6:17
T M Gray17-Nov-10 6:17 
GeneralRe: Converting strange characters in web page text to something that can be displayed on a form? Pin
jpe17-Nov-10 21:14
jpe17-Nov-10 21:14 
GeneralRe: Converting strange characters in web page text to something that can be displayed on a form? Pin
T M Gray18-Nov-10 5:49
T M Gray18-Nov-10 5:49 
GeneralRe: Converting strange characters in web page text to something that can be displayed on a form? Pin
jpe18-Nov-10 20:54
jpe18-Nov-10 20:54 
Questionhow to get total installed (physical) RAM ? Pin
igalep13216-Nov-10 10:41
igalep13216-Nov-10 10:41 
AnswerRe: how to get total installed (physical) RAM ? Pin
Dave Kreskowiak16-Nov-10 10:58
mveDave Kreskowiak16-Nov-10 10:58 
If you read the documentation on the Win32_ComputerSystem[^] class, at the bottom, under the TotalPhysicalMemory property description, you'll see this and the answer to your problem:

TotalPhysicalMemory

Data type: uint64

Access type: Read-only

Qualifiers: Units (Bytes)



Total size of physical memory. Be aware that, under some circumstances, this property may not return an accurate value for the physical memory. For example, it is not accurate if the BIOS is using some of the physical memory. For an accurate value, use the Capacity property in Win32_PhysicalMemory instead.


GeneralRe: how to get total installed (physical) RAM ? Pin
igalep13216-Nov-10 11:48
igalep13216-Nov-10 11:48 
GeneralRe: how to get total installed (physical) RAM ? Pin
Luc Pattyn16-Nov-10 12:00
sitebuilderLuc Pattyn16-Nov-10 12:00 
GeneralRe: how to get total installed (physical) RAM ? Pin
Dave Kreskowiak16-Nov-10 13:12
mveDave Kreskowiak16-Nov-10 13:12 
AnswerRe: how to get total installed (physical) RAM ? Pin
Luc Pattyn16-Nov-10 13:20
sitebuilderLuc Pattyn16-Nov-10 13:20 
GeneralRe: how to get total installed (physical) RAM ? Pin
Dave Kreskowiak16-Nov-10 14:50
mveDave Kreskowiak16-Nov-10 14:50 
AnswerRe: how to get total installed (physical) RAM ? Pin
Luc Pattyn16-Nov-10 14:56
sitebuilderLuc Pattyn16-Nov-10 14:56 
GeneralRe: how to get total installed (physical) RAM ? Pin
Dave Kreskowiak16-Nov-10 13:14
mveDave Kreskowiak16-Nov-10 13:14 
GeneralRe: how to get total installed (physical) RAM ? Pin
Jacob D Dixon16-Nov-10 13:52
Jacob D Dixon16-Nov-10 13:52 
AnswerRe: how to get total installed (physical) RAM ? [modified] Pin
Luc Pattyn16-Nov-10 11:56
sitebuilderLuc Pattyn16-Nov-10 11:56 
GeneralRe: how to get total installed (physical) RAM ? Pin
igalep13217-Nov-10 8:05
igalep13217-Nov-10 8:05 
AnswerRe: how to get total installed (physical) RAM ? Pin
Luc Pattyn16-Nov-10 15:31
sitebuilderLuc Pattyn16-Nov-10 15:31 
GeneralRe: how to get total installed (physical) RAM ? [modified] Pin
igalep13216-Nov-10 22:35
igalep13216-Nov-10 22:35 
GeneralRe: how to get total installed (physical) RAM ? Pin
Dave Kreskowiak17-Nov-10 3:35
mveDave Kreskowiak17-Nov-10 3:35 
AnswerRe: how to get total installed (physical) RAM ? Pin
igalep13217-Nov-10 8:19
igalep13217-Nov-10 8:19 
GeneralRe: how to get total installed (physical) RAM ? Pin
Luc Pattyn17-Nov-10 4:16
sitebuilderLuc Pattyn17-Nov-10 4:16 
Questionhow to get the particular data from the repeater Pin
Dhyanga16-Nov-10 4:43
Dhyanga16-Nov-10 4:43 
AnswerRe: how to get the particular data from the repeater Pin
Manfred Rudolf Bihy16-Nov-10 5:56
professionalManfred Rudolf Bihy16-Nov-10 5:56 

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.