| Thread | Last Post | Replies |
|
| Getting CPU Id and MotherBorad Id? | 14 Aug 2006 09:04 GMT | 1 |
How can I get ingormation about hardware in C#?? thanks in advance
|
| How to display wav form | 14 Aug 2006 07:40 GMT | 1 |
I need to View wave form of file in a scrollable area. This permits the user to have a visual aid regarding periods of changes, etc. This visual aid permits the user to jump to a section of interest in the file without scanning through the whole file.
|
| XML newbie | 14 Aug 2006 07:26 GMT | 3 |
Im having problems getting the correct number from System.Xml.XmlNodeList.Count so my loop will process all nodes named <Folder>. What am I doing wrong?
|
| File download help | 14 Aug 2006 07:17 GMT | 4 |
I am wondering how I can create like a dynamic hyperlink using C#. I am working with asp.net 2.0 and iis5 on windows 2000 server. I am creating a file in a program that I have which needs to be downloaded at the end of the program. Like when the program is done running the user ...
|
| DragDrop on treenode | 14 Aug 2006 05:23 GMT | 1 |
How do I know which treenode on a tree view is dragdrop?
|
| C# noob questions - very basic - web scrape example | 14 Aug 2006 05:08 GMT | 5 |
While I wait for my books to arrive.. anticipating the RTFM responses... I am trying to understand the C# code below. The code is suppose to be scraping stoke quote info off the MSN site. To help get me started.
|
| Create a customized DataGridViewColumn | 14 Aug 2006 03:13 GMT | 7 |
I would like to create a customized DataGridViewColumn called DataGridViewCheckedListBoxColumn. I'd like the ability to multi-select items in the list. Does anyone know of an example of how this is done?
|
| c# applet | 14 Aug 2006 02:58 GMT | 2 |
I am writing an "applet" in c#, which mean i am writing a userControl and put it in IE. My control will read write some file on harddisk, so i got a security problem when view it in IE. Can we create something like "certification", like the "signed applet" does?
|
| C# and MSSQL - how to connect? | 13 Aug 2006 23:40 GMT | 2 |
i am a newbie, so please be patient. i am using visual studio 2005 (C#) and ms sql 2000. i need to connect in my application to sql database and modify few rows. please let me know how to do it or where to find help. just tell me what kind of namespaces to use and what methods/data
|
| How read user name of person logged into Windows | 13 Aug 2006 22:32 GMT | 1 |
In my .NET Windows app, I'm needing to read the user name of the person logged into Windows. How can I do this? Thanks, Ron
|
| My C# Tutorials! | 13 Aug 2006 21:28 GMT | 2 |
I'm writing a few (moderate to advanced) C# tutorials (as well as many other tutorial categories) I'm looking for constructive criticism as well as volunteers to help write articles and tutorials.
|
| Datagrid or repeater with pager | 13 Aug 2006 20:49 GMT | 2 |
I have a list up to 100 records. I can use the datagrid with the pager functionality. But I can also use a repeater with a self made pager control. What is the best and why? I think the repeater is faster and at the moment I don't see any reason to
|
| How to Read SMS in C#?! | 13 Aug 2006 18:53 GMT | 7 |
Dear Professionals, I'm a beginner in C#.net and also PPC Programming. I try to develop a PPC 2003 Software that show me the content of arrived SMS into a TEXTBOX. I will appreciate you If you give me the code or show me a sample. (Please
|
| ??? | 13 Aug 2006 16:53 GMT | 11 |
does any body know what going on? float f1 = 0.1f; float f2 = 0.2f; f2 - f1 = 0.100000098
|
| trace declaration name | 13 Aug 2006 16:53 GMT | 5 |
Is there any way to get the declaration name of a parameter either through reflection, StackFrame, or something else? Thanks, Mark
|