| Thread | Last Post | Replies |
|
| how to save/read content of a RichTextBox to/from binary field in Ms.SQL Server ? | 20 Jun 2007 05:12 GMT | 1 |
how to save/read content of a RichTextBox to/from binary field in Ms.SQL Server ? I want to do save and read operation... I couldn't it Thank you
|
| Is there an obfuscator for .NET OpenSource or free? | 20 Jun 2007 04:49 GMT | 3 |
As the post subject, does it exists? Thanks Ken
|
| Panels with titles in their borders? | 20 Jun 2007 04:01 GMT | 2 |
Coming from a Java background I'm used to not having to add extra labels to my windows to inform the user of a group of settings. I can simply set a raised border to a panel and also put some text in the border so the panel basically has a title. Is this possible with C#? Using ...
|
| OrcasBeta1: Why I cannt find the InkAnalyzer class in System.Windows.Ink namespace | 20 Jun 2007 02:42 GMT | 6 |
|
| Data serialization options | 20 Jun 2007 02:28 GMT | 2 |
I've been learning about mechanisms .NET offers to export data. The initial goal is to see what sorts of ways are available to save an application's state (document, internal database, whatever). Not counting storing data in a database (which is obviously suitable for some ...
|
| Why "delete" file hang? | 20 Jun 2007 01:39 GMT | 1 |
The code below hung during execution at "File.Delete(testFile)"... if (File.Exists(testFile)) { Console.WriteLine("Before jumping off the cliff...");
|
| Capture selection from other applications? | 20 Jun 2007 01:32 GMT | 3 |
I am writing a language translation app. It will run minimized to the tray. I want to setup a global hotkey that a user can hit that will capture whatever text is highlighted in the current window and translate it. The current app could be a web browser, Word, Notepad,
|
| using System.Management a faux pas? | 19 Jun 2007 23:59 GMT | 12 |
Is using System.Management in general a faux pas? It seems, after some web searching, that there is a fair amount of resistance to it because of speed and portability. I need to know how many CPU sockets there are. I'm using
|
| Underlying OS architecture | 19 Jun 2007 23:39 GMT | 13 |
There was a thread recently about how to tell if the installed version of Windows is 32-bit or 64-bit, but that seems to have disappeared from my newsreader so apologies for starting a new thread. Anyway, the first suggestion was to use IntPtr.Size. That is clearly wrong,
|
| Bind DataGridView with BindingSource with .net 2.0 | 19 Jun 2007 22:06 GMT | 7 |
i have a small difficulties with BindingSource and dataGridView bind db has properly opened and bind doesn't works. Unfortunately I didn't find any good example how to connect MS Access with dataGridView and BindSource class.
|
| How to use HostCurrentCallback i n TransactionManager? | 19 Jun 2007 21:56 GMT | 4 |
How to use HostCurrentCallback in TransactionManager?Could Anyone show a simple example?thanks!
|
| Import a Table into Access | 19 Jun 2007 21:18 GMT | 2 |
There's a data integration application I have to support that uploads data using Access (oy vey). All of my proprietary data is housed in intermediate SQL Server tables. Currently I perform the uploads by opening up Access, then importing the SQL Server tables using Access
|
| Inheritance?? | 19 Jun 2007 20:27 GMT | 2 |
public interface IFood { } public interface IMonkey { void Eat(IFood food); } public class Bread : IFood { } public class Gorilla : IMonkey
|
| where are partial classes stored? | 19 Jun 2007 19:34 GMT | 2 |
i've converted a 1.1 dot net app to 2.0 which has split all my classes into partials. when i try to build the app, i keep getting an error about "The type 'myClassName.bookingApproval' already contains a definition for 'dgBookingRequest'".
|
| I'm seeking a .jar&SharpZipLib expert | 19 Jun 2007 17:28 GMT | 3 |
Using c# I have to uncompress a .jar file, modify an inner XML file and then build again the .jar file. I did all with SharpZipLib but the built .jar is ruined and cannot be executed.
|