Forum: Windows NT / 2000 / XP Aug 8th, 2009 |
| Replies: 5 Views: 386 If it does not helps then you may try after replacing CMOS battery. |
Forum: C# Jul 18th, 2009 |
| Replies: 6 Views: 859 Thread t = new Thread(new ThreadStart(this.YourFunction));
t.Start();
Above code will start the execution of function YourFunction(). You can consider that function as the entry point of a new... |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 3 Views: 349 As the error message itself suggests, a web page can have only one run at server form tag.
Please check your markup, you must have more than one form tags written there. |
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2009 |
| Replies: 11 Views: 25,143 It is very easy to play wav/midi file using the Microsoft Multimedia Control. You can add this component to your tool box by rightcliking the toolbox. |
Forum: C# Jun 11th, 2009 |
| Replies: 3 Views: 436 There is nothing to do with https and SSL. in C#. All these are server side stuffs. If any domain is installed with SSL certification then that domain can be accessed by https. You need to have... |