Found 20 threads
-
6 Votes
How do I get CPU usage from WMI?
> Properties. Example: 2.99GB of RAM. I got FreePhysicalMemeory and FreeVirtualMemeory from Win32_OperatingSystem but I still need the total RAM. I am thinking FreeVirtualMemory is from ...Answered | 17 Replies | 92612 Views | Created by BlueMarker - Wednesday, July 7, 2010 1:14 PM | Last reply by Krishna Mohan Reddy Nareddy - Friday, August 14, 2020 6:20 PM -
1 Votes
How to get the process exit time?
Hi, I am monitoring all the processes running in my machine. I can take the start time, name of the process and process id. But I could not take the Exit time of the process. I ...Answered | 4 Replies | 8940 Views | Created by D.R.Jayahar Devadhason - Tuesday, March 31, 2009 1:43 PM | Last reply by CliffW64 - Wednesday, August 12, 2020 5:53 PM -
1 Votes
RTF , mathtype , image extracting
hi i have a problem with Rtf and Mathtype equations . when user use mathtype equation in word and save in to RTF , when i extract the image form it , the image is not well . ...Answered | 2 Replies | 7886 Views | Created by javad parvareshi - Monday, June 1, 2009 6:43 PM | Last reply by DTP Labs, New Delhi - Friday, July 24, 2020 9:36 AM -
9 Votes
"Parameter is not valid" Arguement Exception when the DoubleBuffered Property is true
Hi, I am creating a Image button control. So, I have used three images for Up, Down and Over events. When I click on the button sometimes, it flickers. I read MSDN and a ...Discussion | 6 Replies | 17160 Views | Created by Lockhid - Thursday, March 19, 2009 10:21 PM | Last reply by ΔeltanK - Wednesday, February 26, 2020 12:47 AM -
2 Votes
Run code after inherited form has initialized all controls
I have a base form class. I have some code I want to run almost immediately after the derived class has initialized all of its controls. If I use OnLoad it is too late. I have been ...Answered | 12 Replies | 13147 Views | Created by Matthew J Bierman - Wednesday, June 2, 2010 4:24 PM | Last reply by IoanSh - Wednesday, December 11, 2019 11:21 AM -
14 Votes
Making an operating system
Hi everyone, I know that my question is very strange but please , I want an answer . I want to make a simple GUI and 32-bit operating system with file manager ...Answered | 39 Replies | 26221 Views | Created by Mohamed Elghamry - Sunday, September 12, 2010 9:52 PM | Last reply by Wackyduck - Sunday, November 10, 2019 8:26 PM -
3 Votes
Autocomplete combobox match any part of string not only beginning string.
I have a combobox, and it contains items: 123 abc, 12 ab, abc 123, def, ghm 123 I want when i write "123" into combobox, then droppeddown list show: 123 ...Answered | 10 Replies | 63371 Views | Created by Hungnguyen10 - Sunday, June 24, 2012 4:39 AM | Last reply by dualshock03 - Friday, October 25, 2019 4:12 PM -
2 Votes
How to get any application version number using C#.Net code?
Hi I have a client application installed in my machine and I have the following requirement : 1.Check whether the windows application HeadCount.exe is ...Answered | 8 Replies | 36540 Views | Created by Krrisshna - Wednesday, June 20, 2012 5:18 AM | Last reply by Rod at Work - Thursday, October 17, 2019 4:13 PM -
4 Votes
'sender' parameter not working with switch/case block?
Hello, For some reason unkown to me, whenever I try and use a switch/case block with the sender parameter, I get the error: "A value of an integral type ...Answered | 11 Replies | 20865 Views | Created by chukrum47 - Wednesday, October 8, 2008 10:47 PM | Last reply by Ozemir - Tuesday, September 10, 2019 4:59 PM -
2 Votes
C# project and VB Project How can I call a form
What I mean is how can I for example make a form from the C# project visible, while I am using the vb project.Answered | 11 Replies | 14447 Views | Created by Dim131 - Wednesday, July 28, 2010 3:28 PM | Last reply by Simple Samples - Tuesday, July 9, 2019 7:48 PM -
11 Votes
Event and Delegate Question
Hi, In an attempt to get my head around how events and delegates work in C#, I have created a project with two classes clsSQLServer ...Answered | 21 Replies | 13550 Views | Created by Claudio Pallone - Friday, May 21, 2010 1:46 PM | Last reply by Shadman Kudchikar - Saturday, June 22, 2019 6:29 PM -
2 Votes
Alternative to Thread.Sleep(3000) in Windows Form?
Hi everyone.. I need someone to guide me through this. Thanks! while (!cond) { listBox1.Items.Add("hi there"); ...Answered | 13 Replies | 34105 Views | Created by genyue - Thursday, September 4, 2008 1:43 PM | Last reply by verner002 - Sunday, June 9, 2019 6:28 PM -
2 Votes
Trying to save a wave file to using mciSendString
Hello, VS C# 2008 SP1 I have a created a small application that records and plays audio. However, my application needs to save the wave file to the application ...Unanswered | 13 Replies | 17019 Views | Created by steve1_rm - Saturday, July 18, 2009 4:59 PM | Last reply by Tim Roberts - Tuesday, May 21, 2019 7:21 AM -
5 Votes
datetime.now + 1 (tomorrow)
I know there must be a simple way to get tomorrow's date. I am just trying to load a value like this: dateTimeStart.Value = DateTime.Now + 1; Something like ...Answered | 4 Replies | 30660 Views | Created by cboshdave - Wednesday, May 20, 2009 10:31 PM | Last reply by Malakggh - Saturday, May 4, 2019 4:05 PM -
52 Votes
Flicker-free painting
A frequently heard complaint at this forum is Windows Forms' tendency to cause "flicker" on forms with a lot of controls. There are two causes for this kind of flicker: ...Proposed | 75 Replies | 145288 Views | Created by nobugz - Thursday, August 23, 2007 12:11 PM | Last reply by bazzawood - Wednesday, April 3, 2019 4:23 AM -
4 Votes
How to use string.contains() in a switch statement?
How would i do this: String text = "here is a string with some ...Answered | 5 Replies | 87633 Views | Created by James_Steven - Tuesday, February 19, 2008 9:14 PM | Last reply by ThomasRones - Tuesday, January 8, 2019 11:53 AM -
2 Votes
Trigger event every day at a specific time
I want my application to call a function every day at 5pm. How do I do this?Answered | 8 Replies | 31520 Views | Created by wartmignef - Saturday, February 12, 2011 10:44 AM | Last reply by Geetesh Jha - Friday, December 14, 2018 11:00 AM -
3 Votes
Change Dictionary values while iterating
I am looking for an efficient solution to the following problem: I have a dictionary with a significant number of items in it. I now need to iterate through all items, look at each value and based on ...Answered | 24 Replies | 57276 Views | Created by J.Vollmering - Wednesday, April 23, 2008 12:04 PM | Last reply by Nick Kovalsky - Friday, November 30, 2018 10:04 AM -
0 Votes
excel in c# window forms
hello i want to know all insert,delete,edit,read operations on excel sheet in c# with vs2008 in win forms plz provide easiest ...Answered | 8 Replies | 23817 Views | Created by techmania - Tuesday, July 13, 2010 7:41 PM | Last reply by Kareninstructor - Friday, November 9, 2018 7:03 PM -
0 Votes
Make a RichTextBox "read only" without turning it grey
Hello, Any Idea how to make a RichTextBox "read only", but keeping it's "normal" aspect ? RTB.enabled = false; and RTB.readOnly = true both turn it ...Answered | 10 Replies | 40027 Views | Created by TheParadoX - Wednesday, July 9, 2008 2:38 PM | Last reply by Gabriel Nedelcu - Monday, October 29, 2018 1:31 PM - Items 1 to 20 of 9367 Next ›