| Thread | Last Post | Replies |
|
| C# newby | 26 Mar 2006 02:36 GMT | 7 |
I used to work with VB, and now I am trying C# and can't get it start for example in VB Dim Items() as tItems dim NumberOfitems as long
|
| Reflection ? | 26 Mar 2006 02:04 GMT | 8 |
I have let's say 10 classes and I need a function that will call a method on them. But this method name is the same in each of this class. For this method class can be initiated by constructor without params. Is there a simple way to invoke Delete() function in a given class just ...
|
| Passing Data From CustomControls C# | 26 Mar 2006 01:19 GMT | 4 |
I have a custom control on my application and I am trying to pass the data items from the selected custom buttons back to a ListView. I'm sitting here scratching my head thinking I should know this. The ListViewnamed ListView1 resides on Host_Horizontal_Btn "Form1".cs and my
|
| Replace characters in a string | 26 Mar 2006 00:57 GMT | 4 |
I'm having a few problems with the replace function for replacing characters in a textbox. "C:\" is the string i am tryin to remove ,with it a command I am sending does not work.
|
| Downloading files in pieces with WebRequest/WebResponse | 25 Mar 2006 23:30 GMT | 1 |
From what I am reading, a System.Net.WebRequest can be set to retrieve just parts of a file in the WebResponse, using the .AddRange method to specify a byte range. This would be very useful for me for a client that I want to build which will download files in a small footprint.
|
| DataGrid without data | 25 Mar 2006 22:01 GMT | 2 |
Could any provide a link to an example of using a grid without a datasource? I would like to manually populate the grid as well as format it. Thank you,
|
| XSD One to Many Schema | 25 Mar 2006 20:31 GMT | 2 |
I am new to XML schemas. I am going to be moving a text file from machine A to machine B. (My app on both) So I figured I would construct an XSD schema of the file layout (which in
|
| Transparent Background | 25 Mar 2006 20:15 GMT | 3 |
Is there a way to make a control have a transparent background? Like a text box. Thanks, Scott
|
| Call function at certian interval of time | 25 Mar 2006 18:56 GMT | 4 |
I am developing a application for my personal use. Basically what it will do is grab still images from my webcam at a set interval of time. And save them to me hard disk. The program then uploads the files to my ftp server for inclusion on my website.
|
| Passing Data From Cust Control To main Form [C# Win] | 25 Mar 2006 18:16 GMT | 3 |
I'm having problems, or should I say still having problems with trying to pass data from my custom buttons in my custom controls to my main form listview box. Still scratching my head and had a sleepless night trying to figure this one out. So hopefully someone can help.
|
| Datagridview loading rows | 25 Mar 2006 16:06 GMT | 1 |
I think this a simple question but i'm breaking my brain without results. I've a datagridview bounded to a datatable, with an imagecolumn that should contain a different bitmap depending from a field in the bounded datatable. my problem is to find an event raised for each rows ...
|
| e.Item.FindControl("DropdownId") Returning Null | 25 Mar 2006 14:42 GMT | 1 |
Hi Group, I have a datagrid with dropdown in my application. I want to fill the data in dropdown by an ArrayList for that I am using "e.Item.FindControl("DropdownId")"
|
| Trouble moving a VS project to a new location | 25 Mar 2006 14:33 GMT | 2 |
I am having a little trouble with a Visual Studio project. I moved and existing project to a Network share and now when I go to run the project in Debug mode I get an error saying "The operation could not be completed. The process cannot access the file because it is being used ...
|
| XmlTextWriter | 25 Mar 2006 13:38 GMT | 4 |
Is there anyway I can generate the xml in the following format using XmlTextWriter ? Intended output: <?xml version="1.0" ?>
|
| Handling event methods from inherited classes. | 25 Mar 2006 13:06 GMT | 7 |
Hi all i have a c# problem, i have a base class Page and a good few classes inheriting from it. the events and delegates are declared in the base class page but different classes have different methods for the same event,
|