| Thread | Last Post | Replies |
|
| Set/Unset Bits Operation | 06 Jul 2007 20:17 GMT | 2 |
I've written a small operation that sets/unsets bits within an unsigned integer. Is there a better way to do this? static uint setBits(uint original, uint newValue, uint offset, unint mask)
|
| DataView vs. DataGridView | 06 Jul 2007 20:17 GMT | 2 |
What is the real difference between the DataView and the DataGridView? Is the DataView even a control or is it merely a class? With methods that allow you to edit rows and columns it seems like it would be a control that you could drag and drop on a form in the designer but I
|
| WinForm - Passing Variables Between Forms | 06 Jul 2007 19:39 GMT | 2 |
How do you pass varibles between screens? I created properties in form 2 for the variables that I wanted to pass from Form 1. So when I create a new instance of Form2 from Form 1, intellisense does not show me those properties in form2 that I want to access. So how do you pass ...
|
| this should compile but doesn't | 06 Jul 2007 17:35 GMT | 17 |
Can anyone tell me what's wrong with the following code? It doesn't compile. The compiler tries to use the wrong overload. Is it a known bug? Thanks for your time. using System;
|
| string.Compare / OrdinalIgnoreCase | 06 Jul 2007 17:25 GMT | 4 |
It was my understanding that when comparing strings using "OrdinalIgnoreCase" as the method to compare the strings, the .Net compared the strings by first capitalizing all of the characters on the string and then making an ordinal comparison (Unicode code point comparison).
|
| add a datasource column to a listbox help... | 06 Jul 2007 17:18 GMT | 2 |
I want to bind just the first column from a sql query to a list box so that it only contains the first column results. Like: listBox1_______ 101
|
| minimalistic real-world sample | 06 Jul 2007 17:08 GMT | 7 |
hey all, can someone please explain the advantages of interface-based programming? And then tell me what this is opposed to? thanks,
|
| How to hide a DataGridView Row | 06 Jul 2007 16:50 GMT | 3 |
Is it possible with VS 2005 to hide a row within a datagridview based upon the "true/false" status of another boolean property within the datagridview?
 Signature -----------
|
| ImageList on windows form UserControl | 06 Jul 2007 16:22 GMT | 1 |
I have an image list control on a user control that I'm trying to access from the main form. I've tried different code but can't get it. I get an error: Cannot convert type 'System.Windows.Forms.Control' to 'System.Windows.Forms.ImageList'
|
| Force deserialization with invalid data. | 06 Jul 2007 15:37 GMT | 2 |
I have a class. [Serializable] public class A {
|
| C# questions | 06 Jul 2007 15:23 GMT | 3 |
Is there any comprehensive list of C# questions, attempting which successfully *should* result in success in any C# experience level interview? This may not be the best place to ask this question, but I thought people might know about this.
|
| Regex. How can this match? | 06 Jul 2007 15:22 GMT | 3 |
I have written a regular expression which is supposed to pull a direction (forward or reverse) designation from a file name. Unfortunately, the direction designation can either be the whole word ("Forward" or "Reverse") or just a single letter ("F" or "R") and the rest
|
| question | 06 Jul 2007 14:19 GMT | 1 |
PRISM Mail Sending Fail's System.Web.HttpException: Invalid mail attachment 'C:\Documents and Settings\rameshk\Desktop\test.txt'. at System.Web.Mail.MailAttachment.VerifyFile() at System.Web.Mail.MailAttachment..ctor(String filename) at
|
| Freelance Programmer / Developer | 06 Jul 2007 13:46 GMT | 1 |
I have over 7+ years of experience in software development. I am software developer looking for freelance or Full Time work, do you have any work that need to done.. buzz me at sumeet.leo @ gmail.com
|
| question | 06 Jul 2007 13:39 GMT | 1 |
PRISM Mail Sending Fail's System.Web.HttpException: Invalid mail attachment 'C:\Documents and Settings\rameshk\Desktop\test.txt'. at System.Web.Mail.MailAttachment.VerifyFile() at System.Web.Mail.MailAttachment..ctor(String filename) at
|