| Thread | Last Post | Replies |
|
| Visual Studio 2005 - Document window, what's with this drop down? | 30 Oct 2006 21:51 GMT | 3 |
In VS 2005 they've replaced (in the main document window) the handly lefty/righty arrows with a hideous drop down list. Anyone know how to change it back to VS 2003 style? Simon
|
| implicit conversion | 30 Oct 2006 21:34 GMT | 4 |
I have an object that manages a kind of Variant type. For comfort reasons I want to have the possibility to do this: MyPropclass prop = new MyPropclass(); string m = "blabla";
|
| is there kinda getOptions available? | 30 Oct 2006 21:19 GMT | 9 |
Really, can't find built-in lib for commandline argument handling. Maybe I'm just missing it? Is it so?!
|
| How to fill a Dataset with case sensitive primary keys using a OleDbDataAdapter | 30 Oct 2006 21:11 GMT | 5 |
Hello; I was wondering if anyone can assist me with this problem. Here are the tools I am using: Language: C#
|
| how to set the hour of a dateTimePicker | 30 Oct 2006 20:52 GMT | 2 |
How do you set a datetimepicker (set to time only) to 00:00 programatically ?
 Signature rgds, Wilfried [MapPoint MVP]
|
| Flicker free drawing on Panel | 30 Oct 2006 20:25 GMT | 4 |
Is there a way to achieve flicker free drawing on a Panel? I know it is possible on a form using the double buffered property. However, I do not know how to achieve the same using a Panel. Please can somebody help.
|
| How do I check to see if a dataset has a DBNull value | 30 Oct 2006 20:08 GMT | 19 |
If Iwant to check if dataset1.SelectQuery1[i].column1 == System.DBNull.Value. How do I do this? What I wrote above will give an error.
 Signature L. A. Jones
|
| Can't Get Sql Connection | 30 Oct 2006 19:39 GMT | 1 |
I have a C# app that has a class called DataAccess that handles the SqlClient based connection to a MSDE instance on my laptop (MSDE Release A). I can access the database that I created from a Foxpro app, but when I try to access it from the C# app, I get an error "Sql
|
| compie error CS0117 | 30 Oct 2006 18:33 GMT | 4 |
Hi I have two projects, one written in MC++, and the other in C#. In MC++ header file, I have: namespace Domain {
|
| Changing binary to PDF | 30 Oct 2006 18:19 GMT | 1 |
I am working on a project where I have to take a binary file and convert it to a PDF file. The binary file is stored in a database as a Varbinary. What is the best way to store the binary file. Like is an object, array, interger,
|
| How to get all the contact information of an msn account? | 30 Oct 2006 17:32 GMT | 3 |
It's there any public API?
|
| Regex: match whole word | 30 Oct 2006 17:06 GMT | 5 |
is there a simple way to make it so your regex only matches whole words? i was thinking simply something like: [^a-zA-Z0-9]*match_string[^a-zA-Z0-9]* but then I think it would fail if the word was at the beginning or end of a
|
| Add Child Node to multinode XML Document | 30 Oct 2006 16:12 GMT | 1 |
I'm trying to add a chile node to a document that looks like the following: <Configuration> <Main>
|
| Reading Zipped data from database record | 30 Oct 2006 15:39 GMT | 9 |
I've got a SQL Server database that contains zipped information stored in (binary) image fields. To complicate things, this zipped data is combined with plain-text data. I've verified the zipped data to be readable by SharpZipLib by writing
|
| BMB.CurrentChanged gets fired just once or twice?! | 30 Oct 2006 15:31 GMT | 1 |
I have installed a hanlder for this event: this.BindingContext[dataSetCurriculumsCourses, "TableInstitutes"].CurrentChanged ....
|