| Thread | Last Post | Replies |
|
| Framework SDK version | 22 May 2004 14:30 GMT | 3 |
Can anyone tell me if the .NET Framework version 1.1 SDK will work with Visual Studio .NET 2002 (as opposed to 2003). Or at least tell me where I can find information on which versions of the SDK are compatible with which versions of Visual Studio.
|
| Application Architecture Design -- Exception Management | 22 May 2004 11:27 GMT | 3 |
The question I'm asking applies to any general application design. I'm just using the project I'm working on as an example. I'm writing an application with a C# wrapper of DDEML, and I created an exception dmlException for the DDEML
|
| Non-modal Status Form | 22 May 2004 07:36 GMT | 1 |
Hi -- I'm trying to write a modeless status form that other classes can call and display information to the user while they're working. The problem is that the controls aren't showing up correctly in the
|
| Select a Specific Row in DataGrid at Form Load Time | 22 May 2004 06:31 GMT | 1 |
I have a DataGrid control in a Windows Form. At the time the form is displayed, I would like to have a specific row (record) being selected and highlighted. At form load time I can populate the data source of DataGrid control. At what time (handler of which event) should I go ...
|
| DirectoryInfo / FileInfo | 22 May 2004 03:48 GMT | 1 |
I am writing a file manager that uses DirectoryInfo / FileInfo to obtain details about files and folders that are then shown in a ListView. During testing I have found that I can't delete some files or
|
| Passing a Collection object to a COM+ Server application. | 22 May 2004 03:23 GMT | 1 |
From: "Naveed Anwar Kharadi" <n-anwar@corrtec.com> Subject: Passing a Collection object to a COM+ Server application. Date: Thursday, May 20, 2004 12:43 PM Hi,
|
| pass VBA class module to c# objects | 22 May 2004 03:22 GMT | 3 |
I have an object in c# that oppens msAccess and run a function from a module. The function has one parameter, a c# object. In Vba, the c# object is used to create another c# object, and after that, a function is called on the last created c# object.
|
| Synchronizing project files work and home. How? | 22 May 2004 03:18 GMT | 1 |
I have a project I work on at work on my workstation in Visual Studio. When I open the project at home (VPN) the latest files are only copied down the first time I open up the project. The next time I open up the project, the older files from home copy over the
|
| Statics and threading | 22 May 2004 03:08 GMT | 2 |
I am writing a fairly simple desktop app which will not be subject to great loads. Therefore this question is more for academic purposes I have implemented a class that declares only static members and functions. I use this class to control my connections. There are just 2 methods ...
|
| Reading string into byte[] problem... | 22 May 2004 02:59 GMT | 1 |
im having a problem and i would like some help. I ll try describe my situation. I have a database table with two fields, one is a varchar and the other is an image field. the image field is used to store documents in byte stream format. What i need to do is export all data from ...
|
| Display Algebra equations | 22 May 2004 02:56 GMT | 2 |
I am trying to write a program which is a practice exam. I can manage the forms and mechanics with keeping score and providing help as needed. My question is how to display algebra problems correctly. I do not need to do any calculations just allow the enduser to read and ...
|
| The "code" for "<br>" in plain text | 22 May 2004 02:56 GMT | 2 |
I am developing a weblog. I have a textfield where you write the blog (content). Then i send the text via a WebService method I have created. The problem is: How do I make the text show exactly the same way as the user wrote the blog? My only problem is that the paragraphs and ...
|
| checking/unchecking while enabling/disabling checkboxes | 22 May 2004 02:47 GMT | 1 |
I am updating a page which has a table with four checkboxes that receives data from a db. The results are sent to a database, but only two of the four checkbox values are stored into two fields in the db. Critical The user can not select more than two of the four checkboxes at ...
|
| XML | 22 May 2004 02:44 GMT | 1 |
How to hash DataSet than write XML to file?
|
| How to fill dataset with just one row at a time? | 22 May 2004 02:38 GMT | 1 |
I want to select specific row from Database in Select Query. Can any one adivse? E.g., in selection criteria I want to mention row to retrieve. Are there any alternatives. I donot want to use postion property.
|