| Thread | Last Post | Replies |
|
| C# DatePart() ? | 06 Jun 2007 14:19 GMT | 10 |
I'm converting some methods of VB-class into C#-class for another project. It's quite easy, but when converting method which returns last week number of the entered year I got problems. The VB code is... Private Function GetLastWeek(ByVal year As Integer) As Integer
|
| sort using powershell assembly? | 06 Jun 2007 14:16 GMT | 5 |
I'm looking to see if it's feasible to use the SortObjectCommand included in the Microsoft.Powershell.Commands assembly. I have a Dictionary Dictionary<string, int[,]> d = new Dictionary<string, int[,]>();
|
| Collection Classes, Generics and C# 2 | 06 Jun 2007 11:43 GMT | 7 |
Can someone explain a few things about collections to me. In C# 2 generics, you can create a collection class by inheriting from System.Collections.ObjectModel.Collection. Using this you can iterate through the collection and use "foreach" on the collection.
|
| Dundas Chart Enterprise ASP - datasource | 06 Jun 2007 11:11 GMT | 1 |
I have problem Dundas Chart Enterprise ASP for Visual Studio 2005 not see data in series ValueMembersY. DataSource is ok I have MsSql 2005 standard.
|
| EOF Occurs Early | 06 Jun 2007 10:48 GMT | 4 |
I have an interesting problem with file IO, maybe even a bug in the CLR. I call a method that uses an XmlReader to loop through 4 MB XML files and store the text in a database. I select the files in a file select dialog and loop through the filename array, calling the XmlReader ...
|
| Shared Assemblies | 06 Jun 2007 10:42 GMT | 1 |
I created an assembly and installed it into the Global Assembly Cache. (I can find that in my C:\windows\Assembly\ directory) after that i designed a client application to test that global assembly
|
| Stopping text from highlighting in textbox | 06 Jun 2007 09:03 GMT | 14 |
Is there a way of stopping text from highlighting in textbox? Many thanks, Adrian.
|
| Quick intellisense question.... | 06 Jun 2007 08:06 GMT | 3 |
I was just wondering if anyone might know what would cause the properties of a class to show up in Intellisense as "get_" and "set_" methods instead of their actual property names. For some reason, some of the properties of one of my classes are showing up this way in ...
|
| how to instantiate a global class visible in whole application | 06 Jun 2007 08:03 GMT | 3 |
I have an application with mdi parent form, and mutliple child forms. In the mdi parent form i want to instantiate a device class for comunicating to a peice of hardware via serial port. its constructor would look something like
|
| customise button appearences | 06 Jun 2007 07:51 GMT | 1 |
im using radio button array with button appearence. Im just wondering if there is a easy way programtically to enhance the button look with such things a gradient color fills and effects and stuff, without having to resort to using bitmaps or images for
|
| Cant get Style.Continuous to work with ToolStripProgressbar | 06 Jun 2007 07:47 GMT | 1 |
I cant get the ToolStripProgressbar property "Style.Continuous" to work in my Windows form application. The progress bar still have the default look(blocks) when i run it. Is there any thing more you have to do to get it to work?
|
| XMLReader skip current element | 06 Jun 2007 07:34 GMT | 13 |
For example, i have some part of XML file. <AppSettings> <Object ClassVersion="1.0.0.0" Type="AppSettings"> <Fields>
|
| EventViewer switch to specify directory to read logs from? | 06 Jun 2007 04:14 GMT | 3 |
Is there a command line switch available for the EventViewer which will allow me to specify which directory to view the available logs from? I will have multiple workstations writing to a mirrored set of really large flash drives. The workstations will write to their specific ...
|
| Deriving from forms | 06 Jun 2007 03:46 GMT | 8 |
Is it possible to allow derived forms to change the layout of the buttons and UI elements on a form? For example, I make Form1 with a button in the top left corner. I then make a Form2 that derives or inherits from Form1 and we see the button in the top left corner. I can not ...
|
| C# - Do we hav any methods to handle the mouse events | 06 Jun 2007 03:32 GMT | 1 |
do we hav any methods defined in C# to handle all the mouse events like ->mouseover ->mousemoved
|