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 Ответов | 93607 Просмотров | Created by BlueMarker - 7 июля 2010 г. 13:14 | последний ответ — Krishna Mohan Reddy Nareddy - 14 августа 2020 г. 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 Ответов | 9421 Просмотров | Created by D.R.Jayahar Devadhason - 31 марта 2009 г. 13:43 | последний ответ — CliffW64 - 12 августа 2020 г. 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 Ответов | 8354 Просмотров | Created by javad parvareshi - 1 июня 2009 г. 18:43 | последний ответ — DTP Labs, New Delhi - 24 июля 2020 г. 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 ...Общие обсуждения | 6 Ответов | 17758 Просмотров | Created by Lockhid - 19 марта 2009 г. 22:21 | последний ответ — ΔeltanK - 26 февраля 2020 г. 0:47 -
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 Ответов | 13463 Просмотров | Created by Matthew J Bierman - 2 июня 2010 г. 16:24 | последний ответ — IoanSh - 11 декабря 2019 г. 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 Ответов | 26927 Просмотров | Created by Mohamed Elghamry - 12 сентября 2010 г. 21:52 | последний ответ — Wackyduck - 10 ноября 2019 г. 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 Ответов | 64433 Просмотров | Created by Hungnguyen10 - 24 июня 2012 г. 4:39 | последний ответ — dualshock03 - 25 октября 2019 г. 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 Ответов | 37457 Просмотров | Created by Krrisshna - 20 июня 2012 г. 5:18 | последний ответ — Rod at Work - 17 октября 2019 г. 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 Ответов | 21663 Просмотров | Created by chukrum47 - 8 октября 2008 г. 22:47 | последний ответ — Ozemir - 10 сентября 2019 г. 16: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 Ответов | 14911 Просмотров | Created by Dim131 - 28 июля 2010 г. 15:28 | последний ответ — Simple Samples - 9 июля 2019 г. 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 Ответов | 14123 Просмотров | Created by Claudio Pallone - 21 мая 2010 г. 13:46 | последний ответ — Shadman Kudchikar - 22 июня 2019 г. 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"); ...Отвечено | 13 Ответов | 34759 Просмотров | Created by genyue - 4 сентября 2008 г. 13:43 | последний ответ — verner002 - 9 июня 2019 г. 18: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 Ответов | 17656 Просмотров | Created by steve1_rm - 18 июля 2009 г. 16:59 | последний ответ — Tim Roberts - 21 мая 2019 г. 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 Ответов | 31312 Просмотров | Created by cboshdave - 20 мая 2009 г. 22:31 | последний ответ — Malakggh - 4 мая 2019 г. 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 Ответов | 147316 Просмотров | Created by nobugz - 23 августа 2007 г. 12:11 | последний ответ — bazzawood - 3 апреля 2019 г. 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 Ответов | 89593 Просмотров | Created by James_Steven - 19 февраля 2008 г. 21:14 | последний ответ — ThomasRones - 8 января 2019 г. 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 Ответов | 32132 Просмотров | Created by wartmignef - 12 февраля 2011 г. 10:44 | последний ответ — Geetesh Jha - 14 декабря 2018 г. 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 Ответов | 58374 Просмотров | Created by J.Vollmering - 23 апреля 2008 г. 12:04 | последний ответ — Nick Kovalsky - 30 ноября 2018 г. 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 Ответов | 24432 Просмотров | Created by techmania - 13 июля 2010 г. 19:41 | последний ответ — Kareninstructor - 9 ноября 2018 г. 19: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 Ответов | 40924 Просмотров | Created by TheParadoX - 9 июля 2008 г. 14:38 | последний ответ — Gabriel Nedelcu - 29 октября 2018 г. 13:31 - Oбсуждения 1 - 20 из 9367 Следующая страница ›