| Thread | Last Post | Replies |
|
| Security Error when sharing projects between solutions | 11 May 2004 18:37 GMT | 1 |
I have some class objects each in separate projects that belong to a solution. The projects reference one another within that solution. The 'main' function calls the other procedure/function (different projects) that
|
| Visual Studio 2005 Technology Preview | 11 May 2004 18:32 GMT | 1 |
Could someone point me to the newsgroup in which people are talking about the Visual Studio 2005 Technology Preview? Thanks, -- Rick
|
| How do you set the current row in a dataset | 11 May 2004 17:53 GMT | 13 |
How do you set the current row of a dataset? I want to bind a control to a field from the 5th row in a dataset. I fill the dataset, then I want to set the row to the 5th row and then do the databinding.
|
| Why Are There No 'Killer' Java Apps ? | 11 May 2004 17:52 GMT | 15 |
With all the books and code written in Java, why are there no /killer/ applications? Can you name one Java application that is a must have? I run Suse 9.0 -- I don't see a single Java application on my OS.
|
| Microsoft Caching Application Blocks | 11 May 2004 17:31 GMT | 1 |
If any of you have used Microsoft Caching Application Blocks, please answer the following queries Do I need to run a separate NT Service CacheService which will monitor the cache data and invalidate the cache according to the expiration policy? If not then how the cache expiration ...
|
| Fixed Impersonation vs Current login user | 11 May 2004 16:51 GMT | 1 |
I have a ASp.NET application which performs a http request to another web site on the same server but different virtual directory. when i set impersonate = true and a fixed account, the http request is done with that account. when leave the account blank (current login user)
|
| Distributing an application | 11 May 2004 16:50 GMT | 1 |
I am distributing a Windows application via a Setup.exe file. How do you change the default target folder that comes up in the "Select Installation Folder" dialog box. Any help is greatly appreciated.
|
| Asp.net: can not see design preview | 11 May 2004 16:37 GMT | 1 |
I am using Visual Studio.NET for creating ASP.NET pages. This page has a Repeater control, place holder and some code <%# DataBinder.Eval(Container.DataItem, "Location") %
>. |
| Future of .NET? | 11 May 2004 16:34 GMT | 4 |
any docs on the microsoft site about the future of .net in the long run? I need to know if .net is going to be the main platform and will fade away API? or will there be just 2 platforms win32 and .net? how about mfc libraryin VC++? will there be newer improved mfc LIB with
|
| Open source or dotnet? | 11 May 2004 16:34 GMT | 3 |
we can have win32 platform but arent dot net programs very hacker friendly? any much difference between a dotnet program and an open source program?!
|
| HELP!! Netscape & ASP.NET problem!! | 11 May 2004 16:33 GMT | 2 |
Well I am totally desperate - I can't figure out why Netscape is not able to display the background image for my website. I use a regular html table and inside one of the cells I place an asp.net table BUT I specify the background image in a regular style tag on the HTML TABLE
|
| DataTable | 11 May 2004 15:45 GMT | 1 |
I extract the DataTable changes using GetChanges() , i Want the Datable to be Row wise having original and current versions. can anyone give their valuable suggestion in this regards (1) e.g Row1 -> original Row2 -> Current
|
| Image viewer application problsm... | 11 May 2004 15:19 GMT | 1 |
Folks, I'm trying to write a little VB.NET Web image-essay application. You know the ones - a "next/previous" button etc... However due to the fact that I am new to VB.NET I have bugs.
|
| Convert BitArray to hexadecimal string | 11 May 2004 14:44 GMT | 2 |
Maybe I'm just easily baffled after an all-nighter but I can't seem to figure out how to represent a BitArray as a hexadecimal string. For example: Dim outputBank As New BitArray(8)
|
| Which file do I need to reference for Microsoft Word 11.0 Object Library | 11 May 2004 14:43 GMT | 3 |
I am trying to access the Word Objects from a .NET project. I have some sample from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta /html/WordObject.asp and I have MS Office 2003. However I don't know which file I need to
|