| Thread | Last Post | Replies |
|
| running pipe in c# | 29 Aug 2007 21:44 GMT | 2 |
I can do this in shell dir /a/b/s | grep something This is piping the output of first program dir to input of second program grep .
|
| Link Timer to a new thread | 29 Aug 2007 20:43 GMT | 2 |
I have a Timer control on a form. When this Timer starts, it will do certain task on every tick. I want that this Timer be linked to a new thread so that the Timer does not disturb other activities. How to create a new thread and link this Timer to it?
|
| MCTS .NET Framework 2.0 Certification Questions | 29 Aug 2007 20:17 GMT | 3 |
Hi, everyone. After 19 years working in the computer industry, I went through two downsizings and have been severely underemployed for the past 5 years. During my career, I performed a variety of job roles,
|
| Tooltip not releasing memory | 29 Aug 2007 20:16 GMT | 1 |
My application uses the tooltip to display "realtime" data. When a user hovers over a control, information like temperatures and pressures are displayed in the tooltip. Using tootip.SetToolTip(controlName,text) the controls tooltip is updated
|
| Read Word file | 29 Aug 2007 20:02 GMT | 2 |
How can I read a word file from C#? I need to process each word of the document for a work. Thank you.
|
| If ... Else, Operator problem | 29 Aug 2007 20:00 GMT | 9 |
I have following code lines: =============================== if (txtMethod.Text != "D") || (txtMethod.Text != "F")) {
|
| system.configuration warning | 29 Aug 2007 18:30 GMT | 1 |
I keep getting this warining in my code, but when i tried to look at the intellisense after system.configuration. , I couldn't find configurationManager but when i forced to put configurationManager, it gave me an errror that configurationManager does not exists. I am using .net ...
|
| change from .NET 2.0 to .NET 3.0 version | 29 Aug 2007 18:28 GMT | 6 |
I would like to change an applicaiton I have from .NET 2.0 target framework to .NET 3.0 framework. Any suggestions on how to do this?
|
| Control wont take focus | 29 Aug 2007 18:04 GMT | 13 |
I am using a switch statement, to check for valid user hours. If the hours control is blank, I want to place the cursor back to the hours control for the user. The following code does NOT work:
|
| MessageBox Question -- Default to NO | 29 Aug 2007 17:42 GMT | 1 |
I have a really simple line of code -- myAns = MessageBox.Show(sb.ToString(), "Send Confirmation", MessageBoxButtons.YesNo; But, what I would like to happen is if the user presses <ENTER> the result
|
| ComboBox SelectedValueChanged won't fire | 29 Aug 2007 16:34 GMT | 3 |
I have two comboboxes databound at run time. I can make a selection on first one to filter the second one. This works good with applying DataView RowFilter on second combobox. But at that moment, I need to have the second combobox to fire off SelectedValueChanged event
|
| server | 29 Aug 2007 14:54 GMT | 3 |
if i have a server, and i wish to use it to test my asp application, is there anyway that i can do that without uploading anything but just testing it within the Visual Studio environment? Thanks
|
| Questions about hiring .NET developer | 29 Aug 2007 14:36 GMT | 21 |
So we have a fairly small internal company application written in PHP, it interacts with a MySQL DB and all it really does is create new orders, edit existing orders, and prints reports based on different variables in data. I don't know why this project has turned into such
|
| out with inherited objects | 29 Aug 2007 14:25 GMT | 3 |
Something I don't understand why it is happening, or how to fix it..... I have a teacher class which inherits from person. And within a search class have a search method with the following: Dictionary<String, Person> people = new Dictionary<String, Person>();
|
| Checkbox Default Value | 29 Aug 2007 14:23 GMT | 3 |
I have got a prblem: I created a checkbox, this checkbox will get the informations from a text file : FileStream mem_name = new FileStream(pfad, FileMode.Open,
|