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 | 90830 Views | Created by BlueMarker - Wednesday, 7 July 2010 1:14 PM | Last reply by Krishna Mohan Reddy Nareddy - Friday, 14 August 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 | 7604 Views | Created by D.R.Jayahar Devadhason - Tuesday, 31 March 2009 1:43 PM | Last reply by CliffW64 - Wednesday, 12 August 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 | 6829 Views | Created by javad parvareshi - Monday, 1 June 2009 6:43 PM | Last reply by DTP Labs, New Delhi - Friday, 24 July 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 | 15209 Views | Created by Lockhid - Thursday, 19 March 2009 10:21 PM | Last reply by ΔeltanK - Wednesday, 26 February 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 | 12052 Views | Created by Matthew J Bierman - Wednesday, 2 June 2010 4:24 PM | Last reply by IoanSh - Wednesday, 11 December 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 | 23909 Views | Created by Mohamed Elghamry - Sunday, 12 September 2010 9:52 PM | Last reply by Wackyduck - Sunday, 10 November 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 | 61309 Views | Created by Hungnguyen10 - Sunday, 24 June 2012 4:39 AM | Last reply by dualshock03 - Friday, 25 October 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 | 34686 Views | Created by Krrisshna - Wednesday, 20 June 2012 5:18 AM | Last reply by Rod at Work - Thursday, 17 October 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 | 19267 Views | Created by chukrum47 - Wednesday, 8 October 2008 10:47 PM | Last reply by Ozemir - Tuesday, 10 September 2019 4:59 PM -
1 Votes
Deleted
DeletedAnswered | 5 Replies | 16469 Views | Created by MigrationUser 1 - Thursday, 5 March 2009 7:11 PM | Last reply by AyoSoul - Friday, 12 July 2019 11:15 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 | 13100 Views | Created by Dim131 - Wednesday, 28 July 2010 3:28 PM | Last reply by Simple Samples - Tuesday, 9 July 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 | 12354 Views | Created by Claudio Pallone - Friday, 21 May 2010 1:46 PM | Last reply by Shadman Kudchikar - Saturday, 22 June 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 | 32558 Views | Created by genyue - Thursday, 4 September 2008 1:43 PM | Last reply by verner002 - Sunday, 9 June 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 | 15630 Views | Created by steve1_rm - Saturday, 18 July 2009 4:59 PM | Last reply by Tim Roberts - Tuesday, 21 May 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 | 29259 Views | Created by cboshdave - Wednesday, 20 May 2009 10:31 PM | Last reply by Malakggh - Saturday, 4 May 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 | 142021 Views | Created by nobugz - Thursday, 23 August 2007 12:11 PM | Last reply by bazzawood - Wednesday, 3 April 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 | 85780 Views | Created by James_Steven - Tuesday, 19 February 2008 9:14 PM | Last reply by ThomasRones - Tuesday, 8 January 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 | 29922 Views | Created by wartmignef - Saturday, 12 February 2011 10:44 AM | Last reply by Geetesh Jha - Friday, 14 December 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 | 55227 Views | Created by J.Vollmering - Wednesday, 23 April 2008 12:04 PM | Last reply by Nick Kovalsky - Friday, 30 November 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 | 22323 Views | Created by techmania - Tuesday, 13 July 2010 7:41 PM | Last reply by Kareninstructor - Friday, 9 November 2018 7:03 PM - Items 1 to 20 of 9369 Next ›