| Thread | Last Post | Replies |
|
| File Protect | 23 May 2006 18:29 GMT | 2 |
I my project i have 10 files, people can go iview files # 1 to 8 as free. But on file # 9 I just want some certain group of people to get in and same as file # 10 i just want some other group of people to get it. How
|
| Very simple System.MTAThread question | 23 May 2006 18:24 GMT | 1 |
Where is the "MTAThread()" method? I'm writing a service in VB.Net. Being of a curious nature, I looked at the generated code, which has the following:
> <MTAThread()> _ |
| Creating a new session using window.open and server-side code | 23 May 2006 18:07 GMT | 5 |
Ok..this a rather odd question/problem. I haven't really found a straight forward answer to how to handle this scenario, so I hope someone here can help. Here it is:
|
| interface, implementation, and visibility | 23 May 2006 17:37 GMT | 8 |
I'm trying to create a component that will be used from .net clients and COM clients. I've got an object model that looks something like this: ISystem IRuntime
|
| newbie - tiff control | 23 May 2006 17:27 GMT | 3 |
Ok, probly an easy one. All I'm looking for is: is there a control I can use, that comes with .net, that I can display a .tiff image? We have a few million .tiff's that have been scanned from paper forms. I'm looking to build a simple asp.net app where you can dynamically
|
| Imports System.Security.AccessControl | 23 May 2006 16:48 GMT | 2 |
I currently have both .NET framework 1.1 and .NET framework 2.0 installed on my dev machine. When I use the above line in my general declarations - Visual Basic tells me that the namespace or type cannot be found. Under references - in the solutions explorer - the system.dll ...
|
| Simple C# Permission | 23 May 2006 14:05 GMT | 2 |
I have a simple application in C++ that uses a dll I wrote in C#. It works fine when I run it on C: on my local PC, but when I attempt to run it on the i: drive on my LAN, it gets a loading permission error, presumably when loading my c# dll. I gather that I must set an attribute ...
|
| Getting the content of a URL | 23 May 2006 12:02 GMT | 3 |
I need to get the content of a page in my C# code. Can anyone suggest the best way to get it? Thanks in Advance
|
| Update application block deployment problem | 23 May 2006 08:13 GMT | 1 |
I am using Updater Application BLock 2 for .NET 1.1 The problem I am having is running it on client machines. This is the scenario, I used one of the Quick starts Sample App you get when you install
|
| Regular Expressions in C# | 23 May 2006 07:47 GMT | 3 |
I am attempting to create a small scripting application to be used during testing. I extract the commands from the script file I was going to tokenize the each line as one of the requirements is there one command per line. I have always wanted to learn Regular Expressions, so
|
| Why is my resx file loading? | 23 May 2006 05:11 GMT | 1 |
One of my ASPX pages, when viewed on my server, is loading the RESX file for some reason. On localhost, it loads the ASPX file fine. Any reason for this? -Darrel
|
| Desktop Alerts... | 23 May 2006 03:09 GMT | 1 |
Is there an (easy) way to display desktop alerts (I don't know if that is what they are generally called but that is what Outlook appears to call them)? I found an article on the code project web site that appears to do what I need to do. One thing that I have noticed is that the ...
|
| Allow Null Value | 22 May 2006 21:06 GMT | 1 |
A given column of my Report (reporting services 2005) contains clients or null values. I want the user to be able to chose one or more clients for the parameter, and than show only those records of this client. I also want to be able to chose "NULL", which will show the records ...
|
| "Files sniffing" with .NET | 22 May 2006 19:37 GMT | 2 |
Does someone know how can I develop an application that tracks all files and directories activities in my computer? What I mean is that I want to develop a tool that runs in the background and pops-up whenever files or directories are being deleted, renamed, added,
|
| DataSet Xml differences | 22 May 2006 19:26 GMT | 1 |
I'm using in a .NET app : MyDataSet.WriteXml("myFileName.xml", XmlWriteMode.WriteSchema); If I'm opening the xml file in VS2005 I can see only xml, not tabular representation of data. The same xml file opened in VS2003 has its xml and
|