| Thread | Last Post | Replies |
|
| Math functions in VB (or even a dll somewhere) Options | 30 Nov 2007 04:00 GMT | 5 |
Hello. If this is the wrong group for this, please let me know. I'll post it somewhere else. I've been doing data imports into MS Excel (ver 2007) and using the
|
| Adding text to a richtext box and keeping vertical scroll bar at the bottom | 30 Nov 2007 03:28 GMT | 5 |
If I add text to a rich text box, when there's too much to display, the vertical scroll bar stays at the top. I'd like it to be at the bottom, so I can see the last item of text added. How do I do this?
|
| foreach, IEnumerable and modifying contents | 30 Nov 2007 01:29 GMT | 14 |
I have a rather complex need. I have a class that parses web pages and extracts all relevant file addresses. It allows me to download every pdf on a web page, for instance. I would like to incorporate threads so that I can download N
|
| injection into Activator.CreateInstance ??? | 30 Nov 2007 01:24 GMT | 3 |
Are there any solution for me to perform dependency injection in Activator.CreateInstance(myType) ??? Please help me.
|
| Problem Accessing Network Drives (Network Authentication) | 30 Nov 2007 01:06 GMT | 2 |
My application should periodically connect to multiple network drives to see if the certain files were created. I would do this to retrieve the list of files in UNC path //server1/backup/: ----------------------------------
|
| Does C# have a built-in way to format numbers like this? | 30 Nov 2007 00:17 GMT | 6 |
I guess the easiest way to describe what I need for output is to give some examples. The biggest rule is the number cannot be larger than 3 digits after the formatting. --examples--
|
| vb/window serivce | 29 Nov 2007 22:45 GMT | 3 |
Hi, I use C# to build a window service, inside it, there is a complex function dosomething() . Now in asp/VB, I need to call the docomething(), is it possible?
|
| events (forms) | 29 Nov 2007 22:21 GMT | 10 |
I want to invoke event in one form which will be sent to other form (both forms has nothing in common) . Could someone plz refer me to good example for doing it? Thank you!
|
| List of common exceptions? | 29 Nov 2007 22:19 GMT | 5 |
Is there a list of commonly used exception types out there and what they are intended to be used for? Thanks!
|
| Adding TableRows | 29 Nov 2007 21:47 GMT | 2 |
I'd like to create a script that adds rows to an existing table, which has a header and footer row. The new row should be added as the last row BEFORE the footer. Here's what I have, though it doesn't work as I require..
|
| Full Screen Application | 29 Nov 2007 21:46 GMT | 4 |
How can I make that my application run in full screen mode? Thanks
|
| Needing info on passing data between applications. Win[C#] | 29 Nov 2007 21:27 GMT | 16 |
Perhaps someone can point me in the right direction in finding code, or finding reading information on how to pass information (ie. ArrayList, string, etc) between two running window applications, that won't neccessarily be on the same machine.
|
| Databinding | 29 Nov 2007 20:50 GMT | 1 |
Scenario: I have a form and two text boxes and one datagrid. I have a dataset composed of two tables Questions (QuestionID, QuestionText)
|
| Toolstrip Exception - bad .NET? | 29 Nov 2007 20:43 GMT | 7 |
I have a program that is crashing on some machines (at a client of ours). I have determined that it goes down on this line of code: ToolStrip x = new ToolStrip(); I created a simple test app that only performs this one line of code.
|
| Menu & ToolBar Inheritance | 29 Nov 2007 19:08 GMT | 3 |
Does anyone know if there are plans to fix the Visual Inheritance problems for controls that use collections in Visual Studio 2008? I have installed Beta 2 and it is still not fixed.
|