| Thread | Last Post | Replies |
|
| WPF user controls interacting with each other | 30 Dec 2007 02:28 GMT | 4 |
I am writing an mp3 player using wpf, I have three user controls (media library, media controls and a playlist). Obviously I need these to interact with each other, I assume the best way to do this is to use events right ?.
|
| Access Violation | 30 Dec 2007 00:49 GMT | 1 |
c#2.0, Msql Server im using Inherited BackgroundWorker Class Hi i have 5 Background threads running they complete somwhere around 100 jobs of 2000
|
| Own exception class - plus in typename??? | 29 Dec 2007 21:49 GMT | 4 |
I've created for one of my classes a exception class derivated from System.Exception. This exception class is public and lies within my class as inner class. When I throw this exception I can't catch it with its name! When I try
|
| how main use in website...... | 29 Dec 2007 20:35 GMT | 3 |
can any body tell me, if we are working on the website in c#. then how will we use main() wih page load
|
| SOS...SOS...SOS | 29 Dec 2007 15:59 GMT | 2 |
I am lost in Vbscript and can not find the proper support group. I hope anyone of you who knows Vbscrip well will help me. I am trying to use GetDataType function to extract recordsets data and return an array of records by calling function GetDataType. My code is listed as ...
|
| uniquely identify a computer -- use which Mac address? | 29 Dec 2007 15:48 GMT | 6 |
If I want to uniquely identify a computer. I can read CPU ID or Mac Address. I heard, but is this true: some BIOS can block CPU ID from being read? (In this case, will I get an exception, null or empty string for method managementObject.Properties["ProcessorId"]?)
|
| Properties - C# vs VB - ?? | 29 Dec 2007 15:36 GMT | 10 |
I was looking over some differences between C# and VB code today and noticed that the set method in properties act completely different. C# values are passed by reference, and VB values are passed by value... Am I right? Why is there such a big difference in implementation of ...
|
| Can I use the standard windows controls? | 29 Dec 2007 15:06 GMT | 1 |
I've not much experience in C# for windows applications(java programmer :-)). But, I want to develop a windowsapplication in C#. The layout of my application should be like this: http://www.bapetc.be/layout.pdf Can I use standard button controls en just use the background images?
|
| Watermark FLV | 29 Dec 2007 15:04 GMT | 1 |
I have loads of video files in flv format.. I want to watermark all those video files now.. Can anyone help me in doing that using a C# code. Please let me know if any free Video libraries for .Net is available.
|
| Showing LogParser Progress | 29 Dec 2007 14:40 GMT | 1 |
Currently using LogParser 2.2 via C# (VS2005 with .NET Framework 2.0) to search for specific errors in very large IISW3C logs. Program is functioning as intended but the size of the logs causes very long processing times and since all results are being written to CSV, there is ...
|
| Refresh Form from Popup with window.opener | 29 Dec 2007 13:58 GMT | 4 |
I'm executing a popup from FunctionalOwners.aspx. On FunctionalOwners.aspx there is a form titled fvFunctionalOwner. When user updates a form on the popup I need to do a databind...or something...on fvFunctionalOwner. I've seen things on window.opener
|
| problem: not valid win32 app | 29 Dec 2007 13:04 GMT | 7 |
im getting this tutorial: http://einfall.blogspot.com/2005/02/using-directx-and-c-sharp-to-create.html and i got some error, i dont know how to fix it. Can someone help?
|
| Webbrowser, htmldocument and documentComplete event | 29 Dec 2007 10:33 GMT | 1 |
Hello, I've a question about a System.Windows.Forms.WebBrowser class that I've instancied into my DLL. I would like to navigate to a page and catch the System.Windows.Forms.HtmlDocument that my WebBrowser Navigated to.
|
| TabControl - First Event | 29 Dec 2007 02:33 GMT | 1 |
I have a tab control which has several tab pages. At run-time, switching between the tab pages can take as long as a few seconds. Any suggestions on what I can get to fire at the instant the user clicks on
|
| Dot net 1.1 in Dot net 2.0 | 28 Dec 2007 22:04 GMT | 4 |
I have a code that is compiled and runs in VS 2003, which i believe runs 1.1 frameworks, I want to know if we can do any of the following 1. I want to compile the code in 1.1 framework but run on 2.0
|