Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
inherit from class17 May 2007 20:56 GMT11
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 grid17 May 2007 20:50 GMT2
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 GMT1
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
ClickOnce17 May 2007 20:32 GMT4
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_PAINT17 May 2007 20:16 GMT2
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 GMT2
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 compiler17 May 2007 19:21 GMT49
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 GMT45
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 Problem17 May 2007 19:10 GMT6
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 Rows17 May 2007 18:30 GMT1
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 GMT1
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 GMT2
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 Class17 May 2007 17:47 GMT2
             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 GMT1
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 " character17 May 2007 17:19 GMT4
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.