| Thread | Last Post | Replies |
|
| How to rebuild SQL connection | 15 Dec 2005 03:44 GMT | 3 |
I have a program that runs without user intervention. As it monitors data, it must request a single query from a SQL 2000 box. The problem is that the SQL 2000 box either keeps getting rebooted or the network link goes down. I have written the entire ...
|
| New ASP.NET Web Application | 15 Dec 2005 03:07 GMT | 2 |
Using VS-2003... When I go to create a New ASP.NET Web Application, the Name is not enabled... Why ? How may I change it ?
|
| Linked Listboxs | 15 Dec 2005 02:20 GMT | 4 |
I want to have two Listboxes side by side in a windows form. Listbox1 will have a list of Programs I want Listbox2 to show a list of all projects belonging to the selected program and for listbox2 to update when each program is selected in
|
| extract text from html | 15 Dec 2005 01:46 GMT | 4 |
I've got some text with a few HTML tags, such as the following <Bold>Hello</Bold>There buddy<p>please ..... I need to be able to extract just the text, which would be Hello there buddy please....
|
| Detecting runtime host | 15 Dec 2005 01:24 GMT | 2 |
What ways do you recommend for detecting CLR runtime host? (ASP.NET, win forms app...) I'm considering extending some classes (CLR 1.1) to operate under different runtime hosts.
|
| .net 2.0 Register DragDrop Failed - STAThreadAttribute | 15 Dec 2005 00:00 GMT | 5 |
When I am attempting to start a form (with DragDrop enabled) within a new thread, I get the following exception. This is ONLY the case with .NET 2.0 and did not occur in 1.1. I ABSOLUTELY MUST start this form in a new thread. There is no getting around this. The fact that it
|
| VB.Net MS Excel Question | 14 Dec 2005 22:44 GMT | 1 |
I have a question...I am attempting to write the values of multiple textboxes to an MS Excel spreadsheet. I would like to be able to write the values to let say a1,b1,c1,d1...ect and then click on a button to write new values to the next row a2,b2,c2,d1...ect...This is what I ...
|
| serious bug with resource => need help | 14 Dec 2005 22:21 GMT | 2 |
Ok i give my customer only a .exe of my application for an update... and for a lot of form i have this error : (it's translate from french) We can't find the resource for this culture of your assembly. Make sure
|
| question about a class person | 14 Dec 2005 21:14 GMT | 6 |
If u have a class person, do u add a property adress, phoneNumber in this class or is it better to add for exemple a class home with in adress, phoneNumber, etc...
|
| When renaming a form... | 14 Dec 2005 21:07 GMT | 6 |
When renaming a form... looks like you should probably rename it in 2 places... the logical (Name) property of the form as well as the physical file name... (this could become confusing ). Is there an easy way to keep them both in synch ? Any reason not to that I am overlooking ...
|
| No exception object | 14 Dec 2005 20:48 GMT | 3 |
I don't know what's going on...but I have a function within a class that loads a crystal report. The report fails to load for some reason, but the odd thing is that when the debugger goes into the catch statement, ex = Nothing...what could be happening? This is in VS 2005 with ...
|
| How to rewind a file | 14 Dec 2005 17:59 GMT | 4 |
Assume that the first line of a file is read with: InputLine = LineInput(FileNum) I believe a file can be rewound as follows: (So that the first line can be reread)
|
| AllowNavigation in new DataGridView control for VS 2005 | 14 Dec 2005 14:51 GMT | 1 |
Alright, I am having issues. I have a program that I want to display a grid of information and in this grid, each row will have children. It is telling me that there are children, but I have no idea how to display them. In the past, I used a dataGrid and set the
|
| Reading into a rectangular array | 14 Dec 2005 14:50 GMT | 1 |
I have a "SqlDataReader" that I know has 2 columns in it with around 361 rows of data like: columnA columnB value1 value3
|
| Control arrays | 14 Dec 2005 13:58 GMT | 2 |
I tried to create a set of controls at runtime and ran into these problems: 1. I created 1 row containing several controls (textboxes) as placeholders. I set these control .visible = false. The controls are palced within a groupbox called gbDetail
|