| Thread | Last Post | Replies |
|
| How to ... | 08 Nov 2007 23:00 GMT | 3 |
Reflect an assembly (current dll) and create instance object of every class which base clas is "Module"?
|
| Many instances of the same program | 08 Nov 2007 22:10 GMT | 6 |
I need to run more then 1 instance of the same program but also I need to know which instance is running. In C++ code was: int nInstance = 0;
|
| clock_gettime(CLOCK_MONOTONIC, struct timespec*) equivalent for c# | 08 Nov 2007 21:58 GMT | 4 |
I am new to c# and want to port a c++ library to c#. I need an accurate timesource which has at least millisecond resolution. A clock, which counts the seconds/milliseconds since booting windows would be great. A clock which may jump in time during runtime would lead to false ...
|
| What's wrong with that code? Webbrowser control doesn't launch | 08 Nov 2007 20:13 GMT | 9 |
Hello experts, That's very very simple question but i wonder if you can help: I have form1 and a button which brings user to form2 when button is clicked, and i have a web-browser (.net 2.0 component) control placed
|
| Implementing a Custom Download Manager and Integerating it with IE | 08 Nov 2007 20:06 GMT | 3 |
Hi List, I am trying to create an application which is a Download Manager. I want this to be attached to the IE so if user clicks a link on the page to download something and which basically opens my download
|
| TimeSpan Problem | 08 Nov 2007 19:47 GMT | 5 |
Why is it that: DateTime start = DateTime.Parse("1:00 AM"); DateTime stop = DateTime.Parse("2:30 AM"); TimeSpan ts = stop - start;
|
| Application settings....aaarrrggggghhhh !!!! | 08 Nov 2007 19:38 GMT | 2 |
Sorry for the subject line :) I am having some trouble with persisting the apllication settings although it should be easy and straight forward. From MSDN: ....and persisting the settings between application
|
| Is CSAML a joke? | 08 Nov 2007 19:17 GMT | 6 |
A colleague at work has been talking a bit about XAML. I thought I would look into it. While there are some interesting concepts in WPF, I can't believe anyone is serious about XAML. What an incredibly painful way to write code. Why would anyone want to do that.
|
| Class, Constructor and Property - II | 08 Nov 2007 19:06 GMT | 4 |
Refer to my original post at: http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_t hread/thread/c50a6ec6270a41c0/2b202ff938fed637?lnk=gst&q=Class%2C+Constructor%2C +Property#2b202ff938fed637 I want to know: (1) Is it necessary to define SET property if the ...
|
| I can say I have an object-oriented database. Am I wrong? Please help me. | 08 Nov 2007 19:05 GMT | 2 |
Hi group There are many RELATIONAL databases like MS SQL server. They are not called object oriented database because their base concept is row and not object. But suppose following scenario:
|
| Getting Excel column totals | 08 Nov 2007 18:36 GMT | 4 |
I am exporting certain records to Excel 2007. There are about 15-16 columns and I want to take the print-out of this Excel document (containing exported records) in Landscape mode. I am using A4 page. I want to arrange the Excel document in a way that on first page 15 rows
|
| Visual C# .NET 2005 express problems | 08 Nov 2007 17:17 GMT | 10 |
Visual C#.NET 2005 express has some issues, unlike VB.NET 2005 has none of them: The most annoying one is: For example if there's a coding error, it must be reported at the
|
| import this data into SQL Server | 08 Nov 2007 16:35 GMT | 8 |
Could you please help me in this project. I have aTab delemeted file. It has 20 columns and some data. I have to import this data into SQL Server. I am using sql express edition. I am using Window forms to load the files It doesn’t have import or export wizard. Do you have ...
|
| C# 2005 Express Missing Features | 08 Nov 2007 16:24 GMT | 5 |
What features are missing from the Express version of C# 2005 vs the full enterprise version? Thank you. Kalvin
|
| COM Interop. | 08 Nov 2007 15:53 GMT | 1 |
I have a COM dll that I am consuming from C#, one of the methods is returning an object as void** which gets converted to IntPtr in C#. So the question is how do I convert the IntPtr to myObject wehre myObject is of type IMyIface myObject; (I know that hte void** is of type ...
|