| Thread | Last Post | Replies |
|
| Problem Inheriting UserControl | 12 Feb 2007 20:52 GMT | 1 |
Consider i have built a UserControl say 'ColorMixer' in proj 'Step1'(Windows Control Proj). Now when create another proj 'Step2' as Windows Control and try adding 'ColorMixer' as inherited ctrl to create new 'ColorMixerX' ,following problem
|
| Update statement won't work | 12 Feb 2007 20:17 GMT | 5 |
I have an update statement that I'm executing against Oracle database from my C# code and it won't work. UPDATE MenuCaptions SET Caption = N@Caption WHERE MenuId = @MenuId AND CultureId = @CultureId
|
| Why property does not appear in TEST Container :-( | 12 Feb 2007 19:34 GMT | 1 |
I have a huge problem... My property does not appear in the "propertyGrid" of "test Container", when i test my custom control. Here is the custom control code :
|
| Property name | 12 Feb 2007 19:27 GMT | 4 |
class Resource // This class is autogenerated by Visual Studio. { internal static string M001 {
|
| Instanz einer Klasse löschen | 12 Feb 2007 19:19 GMT | 2 |
Hallo NG, wie kann ich am einfachsten eine Instanz einer eigenen Klasse löschen? Ich habe ein Klasse, die mir Picture-Boxes in eine Form lädt. Ich möchte nun diese Instanz mit den zugehörigen PictureBoxes löschen.
|
| Main() forced to handle exceptions | 12 Feb 2007 18:38 GMT | 10 |
Hello! I've run into a problem and I can't seem to understand "why" the problem occurs. In my program: using System; using System.IO;
|
| AppendChild of diff document | 12 Feb 2007 18:04 GMT | 1 |
Trying to select a node 'E' from XML document 'ParentXML' and append the same to another xml document 'ChildXML' string MyXMLStr="<R><E A='1'/></R>"; XmlDocument ParentXML= new XmlDocument();
|
| Usage of zip compression in my app | 12 Feb 2007 17:44 GMT | 6 |
My application generates a few text files. I want to use zip compression (built in Windows XP) to compress these files in my application. Is it possible?
|
| How to add a task from my C# app into scheduled tasks? | 12 Feb 2007 17:22 GMT | 2 |
I am developing my app. I want to creat an installation wizard that would be able to add a new entry (for my app) into scheduled tasks applet in control panel. Is it possible?
|
| Windows Service question | 12 Feb 2007 16:44 GMT | 5 |
I wrote a windows service using c#. Is there a way to start the service automatically after it has been installed ? Yoav.
|
| Discarding "Thread has excited... " output | 12 Feb 2007 16:39 GMT | 5 |
I am using threads in my program and getting hundreds of "the thread has exited..." messages. Is there a way to discard the output of these messages? Regards,
|
| Correct way to write etc/hosts | 12 Feb 2007 16:30 GMT | 4 |
I am looking for a way to write etc/hosts file. Is there any APIS for search/delete/insert/update for entries ? or behave hosts as a normal file ? thanks in advance
|
| System.Runtime.Serialization.DataContractAttribute is missing | 12 Feb 2007 16:24 GMT | 5 |
Hi , I want to use some NET 3 class like System.Runtime.Serialization.DataContractAttribute however after installing .net 3 I still can't see this class maybe I missed some installation ?
|
| Adding dll to my project | 12 Feb 2007 15:40 GMT | 2 |
I've no experience with C# infoking functions from external unmanaged dll. I have to do an interface driving a set of hw device using their propetary dll.
|
| How to dock datagrid in a form? | 12 Feb 2007 14:38 GMT | 2 |
I am trying to dock a datagrid in a form and it does dock to fill but I want to extend all the columns I have to fit on the whole screen. But it is showing the columns and then leaving bunch of space empty and it look bad. Could someone help me?
|