| Thread | Last Post | Replies |
|
| Selecting rows on a datagrid via code | 09 May 2007 21:07 GMT | 2 |
I have a form with two text boxes, a button, and a datagrid control which is bound to my SQL DB. There are two columns on the datagrid, one for each of the textboxes on the form. I have already implemented code which will put (both ints) data from the two columns into their
|
| Change colors of ProgressBar control? | 09 May 2007 21:00 GMT | 5 |
I am trying to change the colors of the ProgressBar control, using ForeColor and BackColor, but this doesn't do anything. Does anyone know why? I wonder if it has anything to do with Windows insistence on drawing the ProgressBar with the block display, instead of one
|
| Webservice with optional parameters | 09 May 2007 20:22 GMT | 7 |
I'm working on creating a WebService / WebMethod to receive a record in real time from another system. The record contains about 20 fields. 10 of which aren't required. I was planning on just making a method with 20 parameters. But, I see
|
| How can i make the horizontal scroll scroll to end of page? | 09 May 2007 20:07 GMT | 1 |
I have a series of gridviews (1 thru 6). At about gridview 3, I need the page to horizontally scroll to the end. Any help is appreciated.
|
| Run code entered in textbox | 09 May 2007 19:54 GMT | 2 |
I want to enter code in a textbox and then be able to execute that code.How can i convert the text in the textbox to code that can be executed?
|
| First chance exceptions... | 09 May 2007 19:47 GMT | 2 |
VStudio 2005 Pro. In the Immediate window for a running application I continually see lines like A first chance exception of type'System.Runtime.InteropServices.COMException' occured in [program
|
| 2 different threads checking on same variable scenario | 09 May 2007 19:46 GMT | 10 |
I am trying to get this straight in my head so I can implement. I wrote a small utility some time ago in c# that utilized a handful of threads. That scenario was one main thread manually spawning a handfull of worker threads, then waiting for all of them to complete before moving ...
|
| Threading - Problem with Invoking between forms. | 09 May 2007 18:40 GMT | 2 |
I have an application at the moment which uses forms. The main form (which has ALOT of things going on it in) also happens to do alot of network proccess's which ive put in Threads. DUring refactoring i decided i wanted to seperate as much non-form
|
| Find control name though object sender? | 09 May 2007 18:38 GMT | 2 |
In my Windows Form, is it possible to get the control name through object sender in an event handler? For example, in private void dataGridView_zip_KeyPress(object sender, KeyPressEventArgs e), how can I know that the sender is "dataGridView_zip" ?
|
| need advice on how to best do this | 09 May 2007 17:48 GMT | 9 |
Looking for advice on best way to implement this idea I have a form with 10 text boxes, and one button. when user clicks button i want to transmit info in text boxes to a device, but i only want to transmit data from textboxes that user has changed data in
|
| New to Delegates. Having Issues | 09 May 2007 17:16 GMT | 3 |
I have not used Delegates before and I am having trouble using them in my app. Here is what I am doing. 1. I have created a C# InterOp Dll that I make calls to, that in turn calls methods in a 3rd party WIN32 API dll. My InterOp complies fine with no
|
| Using reflection to get instance name | 09 May 2007 17:01 GMT | 6 |
(using .net 2.0) Say you have a class structure like this: class Address ...
|
| rounding float toward zero? | 09 May 2007 16:56 GMT | 5 |
Converting single to int Rounds the upper number if the part after dot is bigger than 0,5. But I want to discard the value after dot.
|
| what can cause System.IO.IOException besides for HD errors? | 09 May 2007 16:18 GMT | 6 |
I got a System.IO.IOException in my app on another computer, so I couldn't debug it. I don't think it was a HD error. What else could throw this? Could it be from reading a webpage from the internet through a stream?
|
| Missing csc.exe | 09 May 2007 16:12 GMT | 1 |
I'm a complete beginer here. I started with an installation of .Net 2.0, managed to locate csc.exe in c:\windows\Microsoft.NET\Framework\v2.0, I then insatlled Visual Studio 2005, which I believe pulled in an installation of .Net 3.0, but the newer version does not have csc.exe.
|