Found 20 threads
-
6 投票
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 ...已答复 | 17 回复 | 82924 浏览次数 | Created by BlueMarker - 2010年7月7日 13:14 | 上次回复 : Krishna Mohan Reddy Nareddy - 2020年8月14日 18:20 -
1 投票
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 ...已答复 | 4 回复 | 4848 浏览次数 | Created by D.R.Jayahar Devadhason - 2009年3月31日 13:43 | 上次回复 : CliffW64 - 2020年8月12日 17:53 -
1 投票
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 . ...已答复 | 2 回复 | 4273 浏览次数 | Created by javad parvareshi - 2009年6月1日 18:43 | 上次回复 : DTP Labs, New Delhi - 2020年7月24日 9:36 -
9 投票
"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 ... -
2 投票
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 ...已答复 | 12 回复 | 9161 浏览次数 | Created by Matthew J Bierman - 2010年6月2日 16:24 | 上次回复 : IoanSh - 2019年12月11日 11:21 -
14 投票
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 ...已答复 | 39 回复 | 19655 浏览次数 | Created by Mohamed Elghamry - 2010年9月12日 21:52 | 上次回复 : Wackyduck - 2019年11月10日 20:26 -
3 投票
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 ...已答复 | 10 回复 | 53381 浏览次数 | Created by Hungnguyen10 - 2012年6月24日 4:39 | 上次回复 : dualshock03 - 2019年10月25日 16:12 -
2 投票
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 ...已答复 | 8 回复 | 29888 浏览次数 | Created by Krrisshna - 2012年6月20日 5:18 | 上次回复 : Rod at Work - 2019年10月17日 16:13 -
4 投票
'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 ...已答复 | 11 回复 | 15625 浏览次数 | Created by chukrum47 - 2008年10月8日 22:47 | 上次回复 : Ozemir - 2019年9月10日 16:59 -
1 投票
.NET: How do I Keep Multiple Forms Active Simultaneously in a Standard Application?
Hi All, How do I keep multiple forms active simultaneously in my C# application? This is a non-MDI application. The reason is simple. I have ...已答复 | 5 回复 | 12999 浏览次数 | Created by LazyCodeMonkey - 2009年3月5日 19:11 | 上次回复 : AyoSoul - 2019年7月12日 23:15 -
2 投票
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.已答复 | 11 回复 | 10168 浏览次数 | Created by Dim131 - 2010年7月28日 15:28 | 上次回复 : Simple Samples - 2019年7月9日 19:48 -
11 投票
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 ...已答复 | 21 回复 | 9439 浏览次数 | Created by Claudio Pallone - 2010年5月21日 13:46 | 上次回复 : Shadman Kudchikar - 2019年6月22日 18:29 -
2 投票
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"); ... -
2 投票
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 ...问题 | 13 回复 | 12646 浏览次数 | Created by steve1_rm - 2009年7月18日 16:59 | 上次回复 : Tim Roberts - 2019年5月21日 7:21 -
5 投票
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 ...已答复 | 4 回复 | 25787 浏览次数 | Created by cboshdave - 2009年5月20日 22:31 | 上次回复 : Malakggh - 2019年5月4日 16:05 -
52 投票
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: ...建议的答复 | 75 回复 | 133179 浏览次数 | Created by nobugz - 2007年8月23日 12:11 | 上次回复 : bazzawood - 2019年4月3日 4:23 -
4 投票
How to use string.contains() in a switch statement?
How would i do this: String text = "here is a string with some ...已答复 | 5 回复 | 79676 浏览次数 | Created by James_Steven - 2008年2月19日 21:14 | 上次回复 : ThomasRones - 2019年1月8日 11:53 -
2 投票
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?已答复 | 8 回复 | 25891 浏览次数 | Created by wartmignef - 2011年2月12日 10:44 | 上次回复 : Geetesh Jha - 2018年12月14日 11:00 -
3 投票
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 ...已答复 | 24 回复 | 50026 浏览次数 | Created by J.Vollmering - 2008年4月23日 12:04 | 上次回复 : Nick Kovalsky - 2018年11月30日 10:04 -
0 投票
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 ...已答复 | 8 回复 | 19172 浏览次数 | Created by techmania - 2010年7月13日 19:41 | 上次回复 : Kareninstructor - 2018年11月9日 19:03 - 項目 1 到 20 的 9369 下一個 ›