| Thread | Last Post | Replies |
|
| System.Windows.Forms.Timer on Windows Services | 21 Aug 2006 10:59 GMT | 4 |
I use System.Windows.Forms.Timer with a Windows service but nothing happens after given interval elapsed. It seems timer event does not occur. How can I use timers with Windows Services? Thanks in advance.
|
| Setup File | 21 Aug 2006 09:51 GMT | 1 |
As you know any .Net application when installed need .net framework to be installed on the target machine to run the application, I want to make a setup file for my application with the following two options: -- the setup file include the .net framework setup file, So my setup file
|
| How to write client-Server programming using Web request and web response | 21 Aug 2006 09:18 GMT | 1 |
How to write client-Server programming using Web request and web response.I want to send a request to server by giving url and my server will pick up that url and will give a response to client .Please give cooding.
|
| Class array | 21 Aug 2006 08:56 GMT | 6 |
Hi, something I imagine would be simple but... How can you create a class array? e.g. MyClass[] mc = new MyClass[2](); ????????? This obviously doesn't work, but how is it done?
|
| Structs in C# | 21 Aug 2006 08:43 GMT | 12 |
Can anyone tell me how C# allocates memory for structs in C#? I am having problems figuring out how much memory will be allocated. Consider the following snippet struct S1
|
| Mutex, lock, Monitor | 21 Aug 2006 06:42 GMT | 1 |
Cane someone compare Mutex, lock, Monitor, and when to use which one? And the concept of waiting query, ready query, Pulse, PulseAll, can someone explain a little bit? Thanks a lot!
|
| getter/setter with no body | 21 Aug 2006 02:37 GMT | 5 |
Can anyone confirm that the code public string Name { get;
|
| Hide a componet? | 21 Aug 2006 02:25 GMT | 4 |
Is it possible to hide a component that is used as a base class for other components? I have two components that perform the same job. Their only difference is that one works with objects, and the other works with data rows. So, I
|
| DataSet.XmlReader hangs when & is in string within XML file | 21 Aug 2006 02:09 GMT | 4 |
I am trying to create a dataset from an XML file. When calling myDataSet.ReadXml("sample.xml") the code produces an exception error. The XML file has many strings that identify pnp ids on a system. These string values contain multiple "&" signs within them (e.g.
|
| Disadvantages of using calling methods asynchronously using C# | 21 Aug 2006 01:03 GMT | 11 |
Can anyone guide me when asynchronous method calls will be benificial? Are there any disadvantages of using asynchronous calls? Thanks,
|
| How to start the Default WebSite of my IIS | 20 Aug 2006 23:23 GMT | 5 |
How can I start the default web site of my IIS with C#.
|
| Class hierachy and methods | 20 Aug 2006 21:43 GMT | 3 |
I am working on a project and have become a little confused on how to call methods from another class. Before I explain, here is an example: class 0 {
|
| Global Assembly Cache - Installation | 20 Aug 2006 20:59 GMT | 1 |
We don't use the Microsoft Windows Installer 2.0 for our setup packages. Instead, we use InnoSetup which is much easier to use and learn and more flexible (that I have found). The only part that is making me frustrated is I can't seem to write an installer that will (a) install ...
|
| WMI support! | 20 Aug 2006 20:07 GMT | 4 |
Does a list of supported hardware for WMI exist? (CPU, motherboards, disk drives ect). thanks in advance lee
|
| How to take a particular word from a line in asp.net | 20 Aug 2006 18:45 GMT | 2 |
I have added image in aspx page in asp.net like this <asp:image image id="image1" imageurl="C:/Images/Picture.jpg" runat="server" </asp:image> Now I want to take id(image1) of image from this line.Please
|