| Thread | Last Post | Replies |
|
| Highlighting row in DataGrid | 17 Feb 2005 22:51 GMT | 2 |
have gone through couple of articles and confused now. What is the most efficient way of highlighting row in Windows Forms DataGrid so that it takes into account both mouse click and keyboard up/down arrow keys.
|
| Create controls dynamically: Getting an error | 17 Feb 2005 21:59 GMT | 2 |
Hi together I wish to create an object at runtime in the web. I get many good tips for how to do before two days by using the same Subject. So I got also the following link
|
| Why no C++ in Windows itself? | 17 Feb 2005 21:31 GMT | 13 |
It is a long time now that I am using "Dependency Walker for Win32" and navigating through different Dlls in "System32" folder to find my target API functions. The thing I have noticed is that, 'almost' all system .dll and .exe
|
| .NET Services from pure VS 6.0 C++ DLL? | 17 Feb 2005 21:19 GMT | 1 |
Is it possible to write a C++ DLL in Visual Studio 6.0 that can access .NET services? I'm willing to write some kind of little intermediary layer in .NET C++ that exposes entry points to the 6.0 C++ DLL and then invokes .NET classes/objects, if that is necessary. If this is ...
|
| Html feature? Or am I imagining this? | 17 Feb 2005 20:33 GMT | 3 |
I think about an year ago I saw on some webiste where they had a table and a table title like this: ---------Table Caption--------
| | |
| TSR Windows c# Service | 17 Feb 2005 19:55 GMT | 5 |
How do I set up a program inside of a windows service to run to a point and stop, to allow it to respond to events?
 Signature Texeme Textcasting Technology
|
| How to handle versioning, referencing, building, and deploying assemblies for multiple releases | 17 Feb 2005 19:28 GMT | 1 |
I manage our nightly builds for all of our products. Since we have added our .NET assemblies to our nightly build, it has been a learning process. I have come across a couple of situations that I am not sure how to handle without rebuilding or redeploying some of our common
|
| Obtaining object's version | 17 Feb 2005 18:05 GMT | 2 |
Given an object, does anyone have any sample code for determining the version number of it's assembly? TIA, Richard Rosenheim
|
| Custom Exception | 17 Feb 2005 17:56 GMT | 8 |
I have created a class with the following constructor: Public Sub New(ByVal ID As Integer) 'Use ID to get info from data store and set all properties End Sub
|
| Data Grid Individual Column Width | 17 Feb 2005 17:27 GMT | 2 |
how do you set the default width of an individual column in a data grid at design time? I can only see how to see all columns to the same default width. many thanks
|
| File Management | 17 Feb 2005 17:13 GMT | 2 |
How does microsoft word or excel understand that a document being edited by other user. Can i find document's editor (user who opens document with write access) programatically.
|
| VB.NET and DSOFramer | 17 Feb 2005 15:46 GMT | 3 |
Can anyone point me to any documentation or examples of using the DSOFramer control, provided by Microsoft for automating inplace activation of Office, using VB.NET?
|
| consume web service from client | 17 Feb 2005 15:39 GMT | 4 |
I am working on creating a class library. It contains a reference to a web service that i have built. I want to be able to deploy my new class library (dll) on client computers and have it successfully be able to work with the web service. How do I go about doing this? Can it ...
|
| OT: What newsgroup to use for ADO.Net? | 17 Feb 2005 15:11 GMT | 4 |
I searched Google and could not find any newsgroups dedicated to ADO.NET. Where is the best group to post questions about ADO.Net? Chris
|
| How to Create Excel File(.xls) from VB.Net App | 17 Feb 2005 15:01 GMT | 2 |
Can anyone tell me how to create an Excel (.xls) file from a VB.Net app? I have a SQL Server database that contains a table with the data I want to export. How do I create the file? Any code samples? Thanks for your help!
|