| Thread | Last Post | Replies |
|
| unexplained partial classes compiler error between 2005 and 2008 | 02 May 2008 09:28 GMT | 2 |
im moving a project from vs2005 to vs 2008. is doing so i have come across a compiler error regarding partial classes that i dont understand if anyone can explain it to me please the orig defintion that compiles and runs fine in vs2005 is
|
| Implement an interface method with a return value | 02 May 2008 06:22 GMT | 1 |
And thanks in advance for taking the time to read this. I was given an interface definition to a COM object. Now I'd like to be able to compile the interface into it's own assembly and just reference the assembly from my project so that I'm more decoupled from the
|
| Why C# (Visual studio) development is more troublesome | 02 May 2008 01:02 GMT | 3 |
I am trying to learning C# visual studio 2005 Win form (desktop program) by development a new project. As I am working on this project, I found using C# in Visual Studio 2005 is not as easy as Delphi 5, 6, 7 or VB (before .Net version). It has to make a lot of code and some ...
|
| reading, writing xml and encoding question | 01 May 2008 22:42 GMT | 17 |
I am researching for an upcoming c# .net 2.0 project that may require reading and writing xml files. I don't want to use xmltextreader/ xmltextwriter as I prefer to have lower level file access and more control, and a smaller memory footprint, and I wont need most of their
|
| Validate XML data before DataSet.Read - httpRequest | 01 May 2008 20:18 GMT | 4 |
I posted an issue on the .vb group that is related to the .Net Framework 2.0. Posting here for a larger abrangence: i'm developing a windows application that gets data from an Mysql
|
| Form SetDesktopLocation | 01 May 2008 20:01 GMT | 2 |
I created the program below in VS2005. Form2 opens just fine, but it ignores the call to SetDesktopLocation(). Any ideas why? It seems like a should be trivial to specify a screen location where a Form2 would open. Thanks...
|
| WPF component for 2D plots | 01 May 2008 19:10 GMT | 1 |
do you know any WPF component for 2D line plots? I would like something to plot 2D data using lines, like Matlab 'plot' command (example of Matlab plot:
|
| Dynamic Parameters Sql | 01 May 2008 17:06 GMT | 2 |
I want to build Dynamic Paramers for a Sql Insert below is what i have so far but...determinthe column type and length im having Problems with Tks
|
| Quick way to convert int to array of numbers | 01 May 2008 16:54 GMT | 10 |
Say I have the int 123456789 What would be the quickest/best way to convert it to int[]{1,2,3,4,5,6,7,8,9} What I came up with was to determine the largest factor of 10 (100M)
|
| Collect user answers | 01 May 2008 16:07 GMT | 3 |
In my visual C# window application I have a set of questions and answers and the users should select one answer clicking the Radio Button. How I can collect the user’s answer each time he/she select an answer and transfer it to an xml file?
|
| Same color gridview | 01 May 2008 15:29 GMT | 1 |
Say when firstname, lastname is same for the data in gridview is it possible to have the same background color for that row.
|
| Dataset class in VS2008 | 01 May 2008 15:18 GMT | 1 |
I click on Add Data Source and go through all the dialog boxes and what I get is a class with a bunch of partial classes. I get that. What I dont understand is why much of the code shows up many times. I have included a snippet below. You dont have to read it...but this
|
| Reading Spool File Text Data | 01 May 2008 15:13 GMT | 1 |
I want to read the spool file's contents not pages but Text Data. Can any body plz help me in this regards Thanks in advance Best Regards
|
| C# validating event problem for a super genius | 01 May 2008 14:50 GMT | 8 |
I have an amazing problem which i think i have no hope of solving Im working with a c# dot net module that is hosted by and runs under a delphi form envrioment. Dont ask me how this insanity has prevailed it just is :)
|
| public declaration question | 01 May 2008 14:16 GMT | 2 |
hey all, public myconstructor():this(object) what is the colon and everything to the right of it for? thanks,
|