| Thread | Last Post | Replies |
|
| Class, Constructor and Property | 12 Nov 2007 07:33 GMT | 9 |
I found a code in a book of a class: ===================================================== Class Products {
|
| reading a file into c# | 12 Nov 2007 06:30 GMT | 4 |
Hoi, I have a problem/question. I own a weather station (a davis pro 2) with datalogger. I like to make my own program as a learning tool for the c# language. The question i have is: how do i read the file with the structure
|
| How to caculate the numbers of pages | 12 Nov 2007 06:28 GMT | 2 |
There are some uses in my windows 2003 domain. The can print with a printer in a pc. How can I caculate the numbers of pages of a users?
|
| Clear IE7 browser history on Vista _ Clear address bar history of Firefox - 081107 | 12 Nov 2007 04:44 GMT | 2 |
Please let me know is there any way to clear the address bar history ( Typed URLs) of Firefox browser programmatically. Deleting 'index.dat' under profiles folder of firefox will delete both ( history and Typed URLs ). Here I need to clear only the address bar history of firefox.
|
| C# EXE and website integration? | 12 Nov 2007 04:29 GMT | 2 |
hey all, I have developed a flash game. I am trying to prevent cheaters from submitting fake high scores. To do this, I record ever action they make in the game, and when the game is over I send all these actions
|
| How to let user select a database connection? | 12 Nov 2007 01:58 GMT | 5 |
I'm using VS2005 with an ODBC database. I am trying to add a Dialog to an existing Database application to allow the user to select the database. We have 2 different databases with the same schema so this is a very desirable function.
|
| VS Upgrade ? | 11 Nov 2007 23:56 GMT | 2 |
Does anyone know if I will be able to upgrade from Visual Studio Pro 2003 to 2008 and will VS 2008 run OK on Windows XP Home SP2? Regards,
|
| Nullable parameter type name | 11 Nov 2007 23:53 GMT | 2 |
My type contains constructor with nullable parameter like public class Iandmed { public Iandmed(DateTime? miskuup) {} }
|
| C# question: How do you delete a Grid object | 11 Nov 2007 23:12 GMT | 11 |
I'm building an application (WPF) and I have a Panel in the application which will be populated dynamically with objects of the type Grid, TextBox, etc. For simplicity, let's say I'm just adding and deleting Grid objects. I can add the objects easily by creating Grid
|
| Passing an array of structs to unmanaged dll | 11 Nov 2007 20:23 GMT | 6 |
Hi, I have a C# program that uses an unmanaged dll that has a function similar to the signature below : void f(out MyStruct[] arr, out int num); // num = actual array length returned The array must be allocated (with known max length = 10) before the call to
|
| Download file with maximum timeout | 11 Nov 2007 18:04 GMT | 3 |
My question is: What is the best way to download file giving it maximum timeout ( for example 30 minutes ). After this time the operation should be terminated ( maybe exception ? ). I was thinking about simplest
|
| Getting directory | 11 Nov 2007 16:46 GMT | 1 |
I have a problem to get the directory. I've tryed: public void WriteWeb(DirectoryInfo directory) {
|
| Bezier curve | 11 Nov 2007 14:23 GMT | 2 |
I want to draw a line as if it were being drawn in real-time by a person. To save lots of data I think that storing 4 points in memory and drawing a bezier curve would be efficient. What I need to know is, how can I determine each of the required pixel positions so that I may ...
|
| WPF grid sample | 11 Nov 2007 13:58 GMT | 3 |
In VCSE 2008 B2 I created WPF form, added grid an ran it. Form does not show grid. Where to find sample which allows to edit object collection returned by Linq-SQL in WPF grid ?
|
| Exposing C# functions as COM interface | 11 Nov 2007 13:13 GMT | 1 |
Hello Gurus, I need to expose some function to accessed via COM interface. I know the .NET/C# but I don't know enough about COM. How do I expose some C# functions as COM interface?
|