| Thread | Last Post | Replies |
|
| Datagrid Question | 13 Oct 2006 22:44 GMT | 1 |
Has anyone had experience producing an employee schedule display by way of a datagrid? Creating this isnt hard but I am trying to get changes made in the database to show in the datagrid. For example if someone requests vacation time and it gets approved by a manager I would ...
|
| Transactions and Active Directory | 13 Oct 2006 21:48 GMT | 1 |
I need to create an application that will span its transactions through SQL Server and Active Directory (Insert records in SQL Server and for example set a property for a user in AD2003). Is it possible to wrap this kind of action in a single transactions?
|
| Circular Audio Files | 13 Oct 2006 20:28 GMT | 6 |
I want to save an audio stream into a circular file so that I only keep say the last hour's audio. Can anybody help? Cheers,
|
| Audio Editor Component | 13 Oct 2006 20:17 GMT | 4 |
Is anyone aware of a component that allows visual editting of audio files? I'm basically looking for something that will display a waveform and allow me to highlight portions of it and perform transformations (delete, increase/decrease volume, add silence, etc.) I've yet to find
|
| System Resource Restrictions for CSharp programs | 13 Oct 2006 19:41 GMT | 3 |
are there any system resource restrictions for running a self coded CSharp programm in Visual Studio? If yes, how can I give my program as much RAM and CPU power als possible? Regards,
|
| network range | 13 Oct 2006 19:26 GMT | 1 |
Just a simple question, I would like to define a network address range. How can i code this please? 10.0.0.0 - 10.255.255.255 (10/8 prefix) 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
|
| when casting, receiving: System.InvalidCastException (Specified cast is not valid) | 13 Oct 2006 19:22 GMT | 8 |
I'm trying to inherit subclass from System.Diagnostics.Process, but whenever I cast a "Process" object to it's subclass, I encounter an exception "System.InvalidCastException" ("Specified cast is not valid"). How do I fix it ?
|
| Standards for databases, dates and null value handling | 13 Oct 2006 19:18 GMT | 5 |
Does anyone know of any good publically available set of standards for managing dates when dealing with a database server (in my case SQL Server 2000 and c# VS2005). At the moment, if I create a record in the database for say a job, the
|
| Read mail from the mail server (Pop3) using TCPClient | 13 Oct 2006 19:00 GMT | 1 |
Please cnay one can tell me how to read mail as formatted.... i have made some code using that able to read but not able to serialize..... so am i need to parse the HTML, or is there any class using that i can directly get the full info ablt the mail, like TO,From,Subject,Body ...
|
| designMode | 13 Oct 2006 18:54 GMT | 1 |
How to make an application to recognize if it run in DesignMode? I find in Help something called ISite but I don't understand how to use it. Hrcko
|
| printing contents of EventArgs | 13 Oct 2006 17:25 GMT | 2 |
Is there a way I can list the contents of all the EventArgs passed to a specific method? Thanks, Ben
|
| XslCompiledTransform | 13 Oct 2006 16:14 GMT | 3 |
I am trying to exexute a transform (XslCompiledTransform .Transform), but get this exception: System.Text.EncoderFallbackException: Unable to translate Unicode character \u2013 at index 3637 to specified code page.
|
| E-mail multiple recipients? | 13 Oct 2006 16:06 GMT | 2 |
I am using Visual Studio 2003, coding in C# and using .NET 1.1. I have an application set up to send e-mails, but I need it to send to multiple recpients in the BCC field. I know that if you just use the e-mail addresses you can simply separate them with a semicolon. However I ...
|
| Typed vs untyped datasets | 13 Oct 2006 16:05 GMT | 4 |
I've always used untyped datasets. In a Microsoft course, it walks through creating typed datasets and harps on the benefits. It has you drag all these things around ..wizard, wizard, wizard... code gen, code gen, code gen.
|
| How to create a DLL that can be called from another Win32 appl. | 13 Oct 2006 15:59 GMT | 8 |
I am new to C#, .NET and Visual Studio but I have been coding professionally for more than 10 years, so I am not a complete newbe :-) At my work we are now in the process of switching from Borland Delphi to Visual Studio and C#.
|