| Thread | Last Post | Replies |
|
| New to C# | 06 Dec 2006 19:26 GMT | 4 |
Well I am somewhat new to programming in c#. And I am having a hard time figuring out how to open up a 2nd form within my program. Here is what I am wanting to do: When I click the "about" option from the menuStrip within my program, I want it to open up a form that I created, and ...
|
| Spontaneous NullReferenceException in System.Windows.Forms | 06 Dec 2006 08:45 GMT | 3 |
In our .NET Framework 1.1 Application that is installed on about 800 PC's we have 5 PC's that has spontaneous NullReference Exceptions (Windows XP & 2000 uptodate) in System.Windows.Forms. We already removed any Crossthread Calls. Reinstalling and replacing the computer
|
| CLR behavior about accessing data during garbage collection working | 06 Dec 2006 06:32 GMT | 5 |
I got a curiosity while using CLR. How can it be done that accessing object data by CLR application is safe even while garbage collector is working? Is the GC thread running in realtime priority for this for example?
|
| Algorithm for multi combination | 05 Dec 2006 21:12 GMT | 10 |
I have a collection of groups: Group1, Group2, ... In each group there are a number of items. I need to produce a list of all possible item combinations where one item is picked from each group.
|
| .NET, Clipboard, and metafiles | 05 Dec 2006 18:25 GMT | 15 |
I'm trying to use .NET and C# to draw a metafile copied to the clipboard by another application (Word 2003 in this case, but it shouldn't matter). I naively thought that I'd be able to use the Clipboard class to get an EnhancedMetafile or MetafilePict object from the Clipboard, ...
|
| retrieving BLOB from Oracle | 05 Dec 2006 17:44 GMT | 2 |
for the first time i have to insert & retrieve files from an Oracle datasource (no need for a discussion on *that*!). i learned first-hand of the somewhat awkward technique for inserting binary data into an Oracle BLOB column via ADO.NET. since the files are
|
| Extracting resources ... | 05 Dec 2006 15:59 GMT | 1 |
I have extracted a ".resources" file form a .net 2.0 application (using ildasm). What i whant now il to export data contained in this .resouces file (xaml files *.baml).
|
| RemotingConfiguration.Configure Fails in SmartClient with System.ArgumentException: URI | 05 Dec 2006 14:42 GMT | 2 |
I have an applciation that uses remoting. When the application is run via a local copy it works. When it is run via an HTTP address RemotingConfiguration.Configure fails. Apparently this method can not
|
| Changing DisplayNames of my properties using PropertyGrid component, how ?? | 05 Dec 2006 11:41 GMT | 3 |
I'm using Delphi 2006 and I have a class defination like this: TPerson = class fPersonName : String; fPersonSurName : String;
|
| Changing DisplayNames of my properties using PropertyGrid component, how ?? | 05 Dec 2006 03:04 GMT | 3 |
I'm using Delphi 2006 and I have a class defination like this: TPerson = class fPersonName : String; fPersonSurName : String;
|
| solitario con .net 3.0 avalon | 04 Dec 2006 17:12 GMT | 2 |
In rete girava un video con un tizio che con poche righe di codice scriveva il classico "solitario" usando avalon. Non trovo piu il link .. lo avete voi ?
|
| Where to buy C++ in this version | 04 Dec 2006 17:08 GMT | 2 |
i want to use "MS Visual C++ .net Version 2003, Patch Level 7.1.3088, .net Framework 1.1, Patch Level 1.1.4322". The question is now where can i get this version? Is it included in a bundle or can i also buy it separate?
|
| RijndaelManaged without padding | 04 Dec 2006 15:37 GMT | 1 |
I'd tried to use the RijndaelManaged-Class to encrypt some data. The size of the encrypted data have to be exactly the same as the original data. Is there a way to do this with RijndaelManaged? I thought I can use the CTS-Mode, but RijndaelManaged doesn't support this.
|
| How to limmit who can call my assembly | 04 Dec 2006 13:04 GMT | 4 |
Very simply, I have two assemblies, A and B where A calls methods on B. I want to set it up so that only assembly A can call assembly B. I am sure I have seen something out there on how to do this but now that I need, to, I can't seem to find anything. All I can remember is I ...
|
| Non English in Web | 04 Dec 2006 08:06 GMT | 3 |
I would like to crate a web appication using .Net framework. I want to make a [my native language eg:- Malayalam] - English dictionary. User should be able to see corresponding malayalam charecter when he/she type english keys on keyboard.He should be able to see english meaning ...
|