| Thread | Last Post | Replies |
|
| What level does a user need to be to write to event log? | 23 Aug 2006 20:33 GMT | 4 |
I have a .NET Win app that writes to the event log. I'm finding that certain user's laptops errors when trying. I'm thinking its because they're not admin on their PC (or maybe at least "power" use). Anybody know for sure?
|
| Simply reading a filename | 23 Aug 2006 20:23 GMT | 5 |
May I ask what built-in functions available out there in C# to search for a particular filename input from the user at runtime ? I am completely new to system thingies, so please help beginner. I appreciate any answers from you.
|
| ArrayList and indexOf | 23 Aug 2006 20:18 GMT | 2 |
Assume I have created several object of a class called Test and then used add all these Test object to an ArrayList. Assume also that in this class Test I have a field with a property called name.
|
| hWnd and Redrawing a Window | 23 Aug 2006 20:17 GMT | 3 |
I'm currently developing an add in for Microsoft Word. The problem that I'm running into is that when I use a custom Modal Dialog and drag the Dialog around the screen, the Micrsoft Word window will be painted over and not refresh until the dialog has been closed. Microsoft Word
|
| Understanding HttpWebRequest CookieContainer? | 23 Aug 2006 20:12 GMT | 5 |
I am totally confused. Can someone please illuminate what is going on under the hood in this piece of code from John Lewis. My main confusion is how the cookieContainer can be passed to the subsequent request if it is not assigned anywhere?
|
| Flush Paint messages? | 23 Aug 2006 20:03 GMT | 3 |
I have a simple dialog in C#. When the user presses a button, a long process occurs. As it goes on, I update some values in the controls on the dialog. However, nothing happens until the whole process is done. I tried
|
| Importing CSV File - Text is losing its value | 23 Aug 2006 19:38 GMT | 5 |
I am importing an Excel / CSV file. The problem I am having is: the columns are being defined for me as int32 (able to determine by using the .GetFieldType method). As a result: when a row has a character, we are losing this data, because it is being interprested as "". How ...
|
| Question on System.Net.Dns (used with SSL and proxy) | 23 Aug 2006 19:12 GMT | 1 |
I have a web application written in C# that needs to track the machine name, ip, and the user name of the accessor. the application is hosted on a web server using SSL. i got the user's IP by doing a request.UserHostAddress and then pass the
|
| Simulating Windows Threds As new Users | 23 Aug 2006 18:56 GMT | 4 |
I have a problem right now where im trying to spawn new threads as different Windows login sessions. From what i have found that it is as easy as setting a property however every place that talks about it does not name the property by name. So does any one know exactly how to
|
| Application.Run() error | 23 Aug 2006 18:52 GMT | 3 |
I have a error that often appears. When I execute my windows program in debug mode, often appears an error in the Program.cs module, in sentence Application.Run. When I'm looking for the problem that could be, I have seen that the "currentHelpInfo" has not any value, and the ...
|
| finding the best way to... | 23 Aug 2006 18:34 GMT | 2 |
This is the situation I have. I have to read 8 registry values and assign them to variables. The value held in each of those variables corresponds to a different flag. So, for example, one set of registry values can have 0,1 or 2 as their value and each of those corresponds to a ...
|
| C++ mft to c# | 23 Aug 2006 18:32 GMT | 3 |
translating a project from c++ to c#. BeginWaitCursor and EndWaitCursor is lock a good equivalent? thanks
|
| edit wav-file | 23 Aug 2006 18:23 GMT | 2 |
i currently develop an app under c#. i want to play the last x seconds of a previously recorded and saved wav-file. there is a simple way to achieve this? If not, is there any way to edit the previously recorded wav-file in a way, that the last x seconds are kept so that i can ...
|
| C# Guide | 23 Aug 2006 18:14 GMT | 1 |
someone has a C# guide, to investigate topics and learn C#. for your advices thanks.
|
| WinForm Design | 23 Aug 2006 18:08 GMT | 1 |
Greetings... When I am opening my application the main form is very heavy... has lots of controls... The problem is that I can see it designing the controls... and it flicks a
|