| Thread | Last Post | Replies |
|
| multi user display problem | 25 Jan 2005 11:39 GMT | 3 |
I'm using ASP.NET and creating a web application. In two areas of the app, I am dynamically building pages. One displays data on screen and the other builds reports. Everything works fine when a single user is using the application. When multiple users access these pages at ...
|
| DataGrid | 25 Jan 2005 11:39 GMT | 1 |
How do I embed a combo box in a datagrid column in VB.NET
|
| Responses | 25 Jan 2005 08:36 GMT | 3 |
I submitted a question on January 5. I still have not seen an answer. How long does it usually take to get an answer back?
|
| Find open files on shares (WMI?) | 25 Jan 2005 04:28 GMT | 2 |
Hi, I want to programmatically discover what users are connecting to the shared folders and files on my PC (WinXP and up). I want essentially the same info you get by opening the Computer Managerment console, looking at "Shared Folders" and clicking in the "Sessions" and "Open ...
|
| private field and public property naming conventions | 25 Jan 2005 00:23 GMT | 1 |
Has anyone found any naming convention guidelines for private fields and public properties in Visual Basic .NET and C#. Below is what I currently do in each of the languages. Any comments? I would like to use the same convention in C# as in Visual Basic .NET
|
| Capturing video / stillshots | 25 Jan 2005 00:14 GMT | 2 |
I'd like to play with some video capture. Actually put my work into something used around my own home for a change. We have horses and both me and my wife work out of town a lot. We'd like to keep an eye on things around the house, particularly the horses.
|
| Is there anything in .NET v1.1 for reading/writing my own INI files? | 24 Jan 2005 21:41 GMT | 4 |
I use my own application INI files that do NOT reside in the registry. GetPrivateProfileString("Options"..."MyFile.INI") WritePrivateProfileString ("Options"..."MyFile.INI") I'm trying to remained "managed" and was looking at
|
| What class parses to get Main()'s args? | 24 Jan 2005 21:35 GMT | 2 |
For some test code I am writing, I want to convert a string of characters that I would theoretically enter on the command line into the string array that is passed to my program's Main() method. For example, on the command line I may have:
|
| Usage Value cloaking | 24 Jan 2005 21:21 GMT | 2 |
We are developing an app in .NET 2003 1.1. Our clients pay according the the number of items processed. We need to store a usage counter in the App or SQLServer, but do not want the end user to be able to change this value (and preferably not view it in raw form, only thru our ...
|
| How should I write an app that will allow only one instance? | 24 Jan 2005 21:09 GMT | 6 |
How does one write an app (Console or WinForms) that will detect if an instance of it is already running and not allow itself to run if so?
|
| Detecting redirection of standard ports | 24 Jan 2005 21:01 GMT | 3 |
I often write console programs that need to detect when stdin and stdout are redirected. I found out how to detect this for stdin by using API calls GetStdHandle() and PeekConsoleInput() (from a Dr. GUI article).
|
| Need help | 24 Jan 2005 20:57 GMT | 1 |
I am developing an application in C# for the first time. Inside the application, on one of the pages I am using a data grid control in an editable mode. In an editable mode some of the fields contain drop downs.
|
| sending email through stored procedure | 24 Jan 2005 19:38 GMT | 3 |
Can anyone tell me how can I send email through stored procedure in sql server ? I want to send attachment with this email too. TIA
|
| Visual Studio.NET licensing... | 24 Jan 2005 19:30 GMT | 1 |
Dumb question: What was the name for the kine of MSDN license that allows you to use the IDE within VisualStudio.NET but does not allow you to compile anything? TIA
|
| Ignoring certain SSL errors in WebRequest | 24 Jan 2005 19:28 GMT | 1 |
The WinHTTP object has enormous granularity in ignoring specific SSL errors. SslErrorFlag_UnknownCA = 256, SslErrorFlag_CertWrongUsage = 512, SslErrorFlag_CertCNInvalid = 4096,
|