| Thread | Last Post | Replies |
|
| inherit from class | 17 May 2007 20:56 GMT | 11 |
I have a class called Company. I now want to make for one particular app a CompanyEx class, which will inherit from Company. So class CompanyEx: Company
|
| Alternate Row Color for entire grid | 17 May 2007 20:50 GMT | 2 |
I am able to set the alternate row color using AlternatingRowsDefaultCellStyle. however, if my grid is not fully filled, the alternate row color will not apply for blank rows. How can I fill the blank rows with alternate color as well. Thanks.
|
| From 64-bit .Net to 32-bit com+ | 17 May 2007 20:41 GMT | 1 |
I am currently trying to update an Access Database on an Itanium box and know that the assembly has to be ran in 32-bit mode because there are no Jet Drivers for 64-bit mode. So I figure the best way is to create a com+ dll in C# with the x86 switch turned on and have that
|
| ClickOnce | 17 May 2007 20:32 GMT | 4 |
Repost from dotnet.general (no response), and OT but I hoped somebody might have a clue... I have a handful of ClickOnce installs that work fine almost everywhere... however, on some machines it simply does nothing! These
|
| Custom Control Issue: endless WM_PAINT | 17 May 2007 20:16 GMT | 2 |
I am currently working on an issue that has a custom control that mimics a combobox that when it has focus it continues to generate endless WM_PAINT Messages. The control in itself is primarily a windows panel with three controls added ( textbox, combo box, and picturebox). ...
|
| Error in Generic method: 'T' does not contain a definition for... | 17 May 2007 20:03 GMT | 2 |
When I call the Generic method ShowName in the following code, I get the error message "'T' does not contain a definition for 'Name'." Does anyone know why? Thanks in advance. Jay. //------------------------------------
|
| self-confidence of compiler | 17 May 2007 19:21 GMT | 49 |
fDeleted = false; uint jobId; foreach (Struct struct in structures) { if (struct.type == JOB) {
|
| List<> of struct with property. Cannot change value of property. why? | 17 May 2007 19:17 GMT | 45 |
This returns the following error: "Cannot modify the return value of 'System.Collections.Generic.List<MyStruct>.this[int]' because it is not a variable"
|
| Conversion Problem | 17 May 2007 19:10 GMT | 6 |
I have posted in .net cf but not had any joy Maybe you can help I have been trying to adapt the code on this page http://support.microsoft.com/kb/310143 to work on windows mobile 5.
|
| ASP.Net - Repeater Control - 3 Columns - Unlimited Rows | 17 May 2007 18:30 GMT | 1 |
I wanna list my stocks in a web page according to search result, this listing must be in a (3 columns and unlimited size) table, what I wanna list in a cell is stock name, stock price and stock picture I tried repeater control but it list data only row by row I think, I couldnt
|
| Passing an Active X object reference into C# and using it. | 17 May 2007 18:25 GMT | 1 |
I can't seem to figure out the right thing to search on, so I thought I'd just provide an example and see if someone can point me to some tips. What I have is an Automation Server that has a method that will start
|
| How to rename "button1" in Form source code to "but_change_set" ? | 17 May 2007 18:13 GMT | 2 |
When I create in Designer a new button on my Form it is automatically named e.g. "button1". When I doubleclick on it I am directed to the Form.cs where the following procedure is automatcially generated:
|
| .Net MD5 Class | 17 May 2007 17:47 GMT | 2 |
does anyone know the Oracle MD5_Digest function? How would this be implemented using the .Net MD5 class? There are no obvious methods in that class.
|
| How to multi select items in a combo box(help Me) | 17 May 2007 17:39 GMT | 1 |
I want a combo box through which i can select multiple values.Like a list box. Can you please help?
|
| replacing a string that contains a " character | 17 May 2007 17:19 GMT | 4 |
i'm trying to do a string replace on something like the following string MyString = myinput; myinput = myinput.Replace("src="../content/","http://www.site.com/content/") but, the "src="../content/" line isnt working, i tried 3 quotes, 4 quotes, 5
|