| Thread | Last Post | Replies |
|
| Problem moving a file | 05 Feb 2007 15:02 GMT | 1 |
i've a problem, i've a web services where i define a function that start an executable on the server. this Executable must get information from some file then put the data in a DB. after that it should move the original file in a folder called "Storico File". The problem is this:
|
| PropertyGrid dynamic Dropdown List | 05 Feb 2007 14:52 GMT | 4 |
I have a PropertyGrid question. My task is to replace a legacy dialog box presentation with a modern one. The dialog itself allows the user to set [key/value] configuration settings in our application, so it seems to me that a PropertyGrid is a perfect modern replacement. I ...
|
| How to add web user control to cell | 05 Feb 2007 14:04 GMT | 2 |
Using C# in vs2003 to develop web stuff. I created a "Web user control" (.ascx and ascx.cs files), that contains a few simple (for starters) html items. I can place the item on webform at development time and it works ok. What I want to do
|
| Is there any method konw how a mail send successful when use SmtpClient? | 05 Feb 2007 14:03 GMT | 1 |
When use the SmtpClient class,it is easy to send an e-mail,but how to konw that if the mail send successful,such as timeout and so on? can anyone advice me? Thanks
|
| Implement interface for that class, not dervived classes | 05 Feb 2007 13:00 GMT | 5 |
Hi, im trying to do something and just been caught off guard. I want to implement an interface but only for certain class, but of course when i derive from this base class the derived class also inherits the interface.
|
| Confusion over Static class and Static method! | 05 Feb 2007 12:41 GMT | 2 |
Hi Group, I have a little confusion over the use of static class in C#. I have a static method in my static class. This method reads an xml and returns a collection of objects.
|
| very very simple question | 05 Feb 2007 12:27 GMT | 1 |
i was wondering if u can help with the following how can i figure out that a given path, represents a file or folder
|
| Datagrid and relation between two table. | 05 Feb 2007 11:43 GMT | 1 |
I am having application where in i am having datagrid showing 2 tables with relation between them. When i click on relation which set i get records of second table in same datagrid. And to go back i have to click on back buttoon. What i
|
| Trying to use registration-free com, but there's no Isolated property to turn on??? | 05 Feb 2007 10:17 GMT | 5 |
Just like the subject says - I'm deploying to users who (apparently) don't have rights to successfully run regsvr32, so I'm trying to use the tip found here: http://msdn.microsoft.com/msdnmag/issues/05/04/RegFreeCOM/default.aspx?print=tru e&loc=null
|
| Play a Windows Sound | 05 Feb 2007 10:12 GMT | 6 |
How do I play a sound from Windows that get played when a USB device is plug-in or plug out? Many thanks in advance!! Jon
|
| How to handle a property? | 05 Feb 2007 09:57 GMT | 8 |
Contrary to what the title might make you believe; this is not a n00b question. I recently came across a problem with using a property which made me question the way I use/see properties in general. The problem was with
|
| Problema copia file | 05 Feb 2007 09:20 GMT | 2 |
Buongiorno a tutti, mi trovo davanti a un problema, io ho un web services nel quale ho definito una funzione che lancia un eseguibile sul server con lo scopo di prelevare dei file da una cartella, elaborarli ed inserirne il risultato in un
|
| Help regarding runtime host. | 05 Feb 2007 09:00 GMT | 1 |
Can anyone tell me what is runtime host? and what is its use in .net application. I have heard that to start .net application we need runtime host. But where exactly it comes into picture?
|
| Can the status of a printer be checked programtically in c# | 05 Feb 2007 07:42 GMT | 1 |
I have a written an app that checks to see what printers are available to a machine, it then populates a combobox and allows the user to choose any of the printers. Basically I populate a list using PrinterSettings.InstalledPrinters string
|
| how to save a web page using C# windows application | 05 Feb 2007 06:30 GMT | 1 |
I m trying to develop an web browser with all the inbuilt functionalities as are provided with any other exisisting explorer.I am a beginner in this field and would like if anyone can prpose a solution for the same giviing an idea for developing the save as web
|