| Thread | Last Post | Replies |
|
| TrackBar Skinning | 21 Jul 2005 21:59 GMT | 2 |
We are working on a project that has a bunch of TrackBars spec'ed as graphic controls. In other words, they are slick looking and green. In the design phase, these controls look great on the printed page, though when I try to get the TrackBar to look the way the concept was ...
|
| FullTrust for calling Process members | 21 Jul 2005 21:56 GMT | 7 |
I have to call the Handle from a process and FullTrust is needed otherwise it happens an exception. currently i am using only this code and the exception occurs. [PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")]
|
| BeginInvoke async callback | 21 Jul 2005 21:03 GMT | 6 |
Is The following Code valid it is like a mini thread pool(a friend at work wrote it)? I have cut down the code a bit but kept the essential parts. The main part that I am would like explainedis when the async callback
|
| BITS Downloader, IIS, retrieve a file named *.DLL | 21 Jul 2005 20:41 GMT | 1 |
I am using the BITS downloader to retrieve a file as part of a self-updating application. The file is called xyz.dll -- and when BITS tries to get it from its location (where it's hosted on a MS IIS Server), IIS sees the request for
|
| Performing a Transaction in 2 systems | 21 Jul 2005 20:32 GMT | 4 |
I have the need to perform an atomic operation in two systems, a database and an ftp site. The process is two step; 1. insert a row into oracle, 2. delete a file from a remote ftp site. I need to make these steps atomic...either they both succeed or both fail. Any suggestions ...
|
| C# Server/Client | 21 Jul 2005 20:09 GMT | 4 |
I am about to take my first crack at C# and would like some suggestions/best practices for approaching the app I am looking to build. Here's a simplified description of the problem : The client application will handle displaying a countdown timer that
|
| GetVersionEx Implementation Problem | 21 Jul 2005 20:04 GMT | 6 |
Hi! I have this method that gets the OS suite and product type, but it is always returning null. Can anyone help me, please? Here is the method and other necessary code: [StructLayout(LayoutKind.Sequential)]
|
| thread synchronization and GUI problem | 21 Jul 2005 18:21 GMT | 2 |
Hello, I am using Visual Studio 2005 .Net, coding in C#. I am working through the threading walkthrough: ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxmclicc/html/7bc03b7b-d680-499b-8179-5f414b2d650c.htm and have been able to get that to work as ...
|
| Pass external delegate to a class constructor. | 21 Jul 2005 18:12 GMT | 6 |
I would like to have my class to execute eventually an outside function. I was thinking to pass to my class constructor a delegate object that would be later used in my class to be triggered. Does a delegate is the correct object to use to do that?
|
| FILES WITH C# (VS 2003) | 21 Jul 2005 18:10 GMT | 6 |
I need to open flat files using C#. I need to work very fast, but when I used StreamReader, This is very slow. Anybody knows how to work FILES very fast using C#. I need to read 3 millions of records at least a minute.
|
| How to get sorted data from .resx file using ResXResourceReader? | 21 Jul 2005 17:43 GMT | 1 |
i have created one .resx file for adding 38 Images............... after creating it when i open it and reads it through IDictionaryEnumerator or by using DictionaryEntry structure i am not getting images in order i have added in resource it means following
|
| Dynamically create COM objects in C# | 21 Jul 2005 16:41 GMT | 4 |
I want to dynamically load DLLs (created from VB) and instantiate a class with a particular name, like "ProcessClass". I am able to load the DLL and confirm there is a class by that name BUT I can't seem to create it or call methods to this newly created
|
| Hiding values in a datagrid | 21 Jul 2005 16:25 GMT | 1 |
I have a datagrid that will display data, and based on the security level of our user's they may not be able to see the data. However, I still want the column to appear in the grid and just mask the data with asterisks, one for each char in the value or a fixed number, but none ...
|
| RegEx problem - literal exclusion should not match | 21 Jul 2005 15:27 GMT | 1 |
I'm having a problem with a reg ex. Essentiall, I'm trying to isolate variable declarations from old vbscript where there was no explicit declaration requirement. This should seem easy enough - just identify by the assignment statement; except for the fact that vb uses a single ...
|
| Visual Studio 2005 stable? | 21 Jul 2005 15:13 GMT | 2 |
I have to implement a application that use Serial COM ports and I was thinking to use VS2005, but I wan to know is that is true that is stable ? I heard that the release date is November 7 2005 and I have to release the app in August 2005, I want to move to 2005 so I can use ths ...
|