| Thread | Last Post | Replies |
|
| Change color for radio button | 27 Jun 2007 08:04 GMT | 1 |
The radio button has a circle with a white color inside it. How do I change the color inside the circle? I do not want to change the color for the text or background.
|
| ByVal Replacement for String? | 27 Jun 2007 05:07 GMT | 4 |
I have a class with a String property. I wonder if there is something that can hold the same alphanumeric data that is a "byval" class like an int... Is there? Thanks.
|
| Hiding a Tab in a Tab Control | 27 Jun 2007 03:24 GMT | 2 |
I would like to hide one of the tabs in a Tab Control. I tried using Show & Hide commnads to no avail.... Any idea how to do that? Eitan
|
| Background Timer Execution? | 27 Jun 2007 03:06 GMT | 11 |
I am looking for sample code of a C# 2.0 Service that every 1 minute executes a method (that returns void). The timer and timer-fired method need to be fully async and background so the main service does not appear unresponsive. Can anyone show code like that? Small and
|
| .net Runtime 2.0 error reporting | 26 Jun 2007 16:05 GMT | 6 |
I am currently facing a .net Runtime 2.0 error when running my application. The .net error pops up randomly and just kills my application by saying .net runtime error. i cannot really figure it out what the actual problem is. the event log shows the following description:
|
| DataGrid and TextBoxes bound to DataView | 26 Jun 2007 12:21 GMT | 5 |
A .Net 1.1 question I have a DataGrid bound to a DataView and 2 TextBoxes bound to 2 columns in the same DataView. When I change the selected row in the DataGrid the text in the TextBoxes
|
| Capturing returned value from external application | 26 Jun 2007 10:57 GMT | 2 |
I have simple windows service (C# code), from which I am calling an external console application created in C#. This console application will return different integer values that are some error codes. How do I call this console application from windows service so that I can
|
| Generics (Needed some basic materials & help documentation) | 26 Jun 2007 03:26 GMT | 2 |
Generics (Needed some basic materials & help documentation)
|
| Declaring an array of List Generic Class elements | 26 Jun 2007 02:23 GMT | 7 |
I am declaring an element like this: public static List<myListElement> myList = new List<myListElement>(); I would like to declare an array of this myList. How would I modify the declaration of myList so it will represents an array?
|
| .Net Runtime Errors | 25 Jun 2007 19:06 GMT | 1 |
I'm not sure if this is the correct forum to post my issue - but here recently I've been noticing .Net Runtime Errors in my Event Viewer. I've posted the most recent occurance below and am trying to figure out what is behind this. (all I've found say the same thing)
|
| Drag & Drop between Listview in detail mode and Windows Explorer | 25 Jun 2007 18:27 GMT | 1 |
Basically I'm trying to do something as in this CodeProject article: http://www.codeproject.com/csharp/Explorer_Drag_Drop.asp With the exeption that my Listview has to act like Windows Explorer (within some boundaries.. in the end the goal is to have something
|
| Parsing Text using RegExp | 25 Jun 2007 18:01 GMT | 6 |
Sometime ago i had posted a request for code to parse a line of text containing Quotes and Commas, the code posted by the gentleman did work for sometime but does not work for the following 104528558,"New iPod FM Transmitter & Car Charger
|
| IS COM (ATL) dead ? | 25 Jun 2007 17:56 GMT | 1 |
New to this whole .net fangled thing. been programming C/C++ for donkeys though ... Need to interface legacy C++ code with a VB6 front end and it looks like I need to write some ATL COM wrappers. Is it worth me learning how to
|
| help on treeview | 25 Jun 2007 16:28 GMT | 1 |
i've used a treeview control in my windows form.... i want to display the text of my treeview nodes as hyperlink..instead of showing it as plain text...... how can i acheive it?
|
| Dynamic debugging problem | 25 Jun 2007 13:51 GMT | 2 |
Well, I have a problem with a dynamic debuging. My program is winform program written in Managed c++. I compile dynamically a dll in vb.net. It works well. To execute a function in my dll I use the invoke function. It works well.
|