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 응답 | 93672 보기 | Created by BlueMarker - 2010년 7월 7일 수요일 오후 1:14 | 최근 응답 님의 Krishna Mohan Reddy Nareddy - 2020년 8월 14일 금요일 오후 6: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 응답 | 9473 보기 | Created by D.R.Jayahar Devadhason - 2009년 3월 31일 화요일 오후 1:43 | 최근 응답 님의 CliffW64 - 2020년 8월 12일 수요일 오후 5: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 응답 | 8411 보기 | Created by javad parvareshi - 2009년 6월 1일 월요일 오후 6: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 응답 | 13514 보기 | Created by Matthew J Bierman - 2010년 6월 2일 수요일 오후 4: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 응답 | 26999 보기 | Created by Mohamed Elghamry - 2010년 9월 12일 일요일 오후 9:52 | 최근 응답 님의 Wackyduck - 2019년 11월 10일 일요일 오후 8: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 응답 | 64516 보기 | Created by Hungnguyen10 - 2012년 6월 24일 일요일 오전 4:39 | 최근 응답 님의 dualshock03 - 2019년 10월 25일 금요일 오후 4: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 응답 | 37534 보기 | Created by Krrisshna - 2012년 6월 20일 수요일 오전 5:18 | 최근 응답 님의 Rod at Work - 2019년 10월 17일 목요일 오후 4: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 응답 | 21728 보기 | Created by chukrum47 - 2008년 10월 8일 수요일 오후 10:47 | 최근 응답 님의 Ozemir - 2019년 9월 10일 화요일 오후 4:59 -
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 응답 | 14968 보기 | Created by Dim131 - 2010년 7월 28일 수요일 오후 3:28 | 최근 응답 님의 Simple Samples - 2019년 7월 9일 화요일 오후 7: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 응답 | 14195 보기 | Created by Claudio Pallone - 2010년 5월 21일 금요일 오후 1:46 | 최근 응답 님의 Shadman Kudchikar - 2019년 6월 22일 토요일 오후 6: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"); ...답변됨 | 13 응답 | 34813 보기 | Created by genyue - 2008년 9월 4일 목요일 오후 1:43 | 최근 응답 님의 verner002 - 2019년 6월 9일 일요일 오후 6:28 -
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 응답 | 17706 보기 | Created by steve1_rm - 2009년 7월 18일 토요일 오후 4: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 응답 | 31374 보기 | Created by cboshdave - 2009년 5월 20일 수요일 오후 10:31 | 최근 응답 님의 Malakggh - 2019년 5월 4일 토요일 오후 4: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 응답 | 147427 보기 | 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 응답 | 89705 보기 | Created by James_Steven - 2008년 2월 19일 화요일 오후 9: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 응답 | 32194 보기 | 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 응답 | 58450 보기 | 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 응답 | 24491 보기 | Created by techmania - 2010년 7월 13일 화요일 오후 7:41 | 최근 응답 님의 Kareninstructor - 2018년 11월 9일 금요일 오후 7:03 -
0 투표
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 ...답변됨 | 10 응답 | 41000 보기 | Created by TheParadoX - 2008년 7월 9일 수요일 오후 2:38 | 최근 응답 님의 Gabriel Nedelcu - 2018년 10월 29일 월요일 오후 1:31 - 9367개 중 1 ~ 20개 항목 다음 ›