Click here to Skip to main content
15,908,768 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Radio buttons Pin
Subjugate26-Oct-06 23:13
Subjugate26-Oct-06 23:13 
AnswerRe: Radio buttons -- better answer Pin

MmM.net</

29-Oct-06 3:55

MmM.net</

29-Oct-06 3:55 
QuestionIE Browser control in windows form(vb.net) onBlur event Pin
gspowar26-Oct-06 21:20
gspowar26-Oct-06 21:20 
QuestionFormatting Virtual Memory Display Pin
db_cooper195026-Oct-06 18:44
db_cooper195026-Oct-06 18:44 
AnswerRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 5:25
mveDave Kreskowiak27-Oct-06 5:25 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 5:52
db_cooper195027-Oct-06 5:52 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 5:58
mveDave Kreskowiak27-Oct-06 5:58 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 6:15
db_cooper195027-Oct-06 6:15 
<blockquote class="FQ"><div class="FQA">Dave Kreskowiak wrote:</div>You didn't specify what mVirtualMemory was before you used it, so it defaulted to an Integer type. Change it to this and it should work:</blockquote>

Dave,

Actually I did declare the variable mVirtualMemory as shown below. I just did not include this in the last entry.
...
Private mVirtualMemory As ULong
...
After that is when I used it here...
<code>
Public ReadOnly Property VirtualMemory() As ULong
Get
mVirtualMemory = My.Computer.Info.TotalVirtualMemory
mVirtualMemory = mVirtualMemory / 1024
Return mVirtualMemory
End Get
End Property
</code>

mVirtualMemory as you see is declared as a private ULong variable in the class that I wrote. So do you see anywhere else that I made a mistake?
Thank you.




DB_Cooper1950

"Life is like a box of..."
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 6:23
mveDave Kreskowiak27-Oct-06 6:23 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 6:37
db_cooper195027-Oct-06 6:37 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 7:20
mveDave Kreskowiak27-Oct-06 7:20 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 7:36
db_cooper195027-Oct-06 7:36 
GeneralRe: Formatting Virtual Memory Display Pin
Dave Kreskowiak27-Oct-06 8:40
mveDave Kreskowiak27-Oct-06 8:40 
GeneralRe: Formatting Virtual Memory Display Pin
db_cooper195027-Oct-06 8:58
db_cooper195027-Oct-06 8:58 
QuestionShow Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. [modified] Pin
TC2826-Oct-06 18:35
TC2826-Oct-06 18:35 
AnswerRe: Show Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. Pin
Dave Sexton26-Oct-06 22:16
Dave Sexton26-Oct-06 22:16 
GeneralRe: Show Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. Pin
TC2827-Oct-06 3:10
TC2827-Oct-06 3:10 
AnswerMessage Removed Pin
27-Oct-06 4:33
Costica U27-Oct-06 4:33 
QuestionRe: Show Data in Hierarcal Structure in .net control with multiple textboxes associated with each node.. Pin
TC2827-Oct-06 18:03
TC2827-Oct-06 18:03 
QuestionHow to create setup for VB and crystal report appl [modified] Pin
Software_Guy_12326-Oct-06 18:33
Software_Guy_12326-Oct-06 18:33 
QuestionCircle Packing Pin
batusai_3rd26-Oct-06 17:52
batusai_3rd26-Oct-06 17:52 
AnswerRe: Circle Packing Pin
Dave Sexton26-Oct-06 22:38
Dave Sexton26-Oct-06 22:38 
Questionhelp combobox Pin
Evalee26-Oct-06 17:26
Evalee26-Oct-06 17:26 
AnswerRe: help combobox Pin
Dave Sexton26-Oct-06 22:41
Dave Sexton26-Oct-06 22:41 
GeneralRe: help combobox Pin
Evalee27-Oct-06 0:36
Evalee27-Oct-06 0:36 

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.