| Thread | Last Post | Replies |
|
| Change of Focus from one control to the other | 20 Jan 2005 18:49 GMT | 3 |
I'm sure this is a simple thing to do, and I should know it...but I don't, so any help would be appreciated. I have two controls on a form, one is a listview, one is a text box. I normally accept the entries into the textbox one keystroke at a time through
|
| .Net winform app with simple user right | 20 Jan 2005 17:38 GMT | 1 |
Is it possible to run a .Net application based on Framework 1.1 for a user that have simple domain user rights (not power user or admin) on a machine running Windows XP SP2? When a simple user try to launch my app, he gets the message that the framework is not installed. I tried
|
| XPe - Process.GetProcessesByName - InvalidOperationException | 20 Jan 2005 16:41 GMT | 3 |
We are receiving the following error on XP Embedded only when calling the C# System.Diagnostics.Process.GetProcessesByName method: D:\_WTA>calc_test_process.exe
|
| Application hang calling System.Diagnostics.Process.GetCurrentProcess() | 20 Jan 2005 03:33 GMT | 1 |
when calling System.Diagnostics.Process.GetCurrentProcess() my application hangs. Not every time, but sometimes. Any suggestions ?
|
| HttpWebRequest lockup while posting to a site 'accepting client certificates' | 20 Jan 2005 02:13 GMT | 4 |
I am having some trouble posting xml to a site that is set up to accept client certificates (as well as requires certificates). My program will just hang forever when I try to add the xml to the request stream (see code below) of the HttpWebRequest object. It hangs regardless of
|
| Inter-process communication | 20 Jan 2005 02:07 GMT | 1 |
I'm having a slight issue with the speed of my inter-process communication at the moment, and was wondering if anyone could either tell me either that I won't get any more speed out of my current approach or how I can improve the performance.
|
| Having trouble running program | 19 Jan 2005 20:32 GMT | 2 |
Hi I am trying to run a program called mp3+g toolz I am getting the following error message. c:\windows\microsoft.net\framework\V11.4322\msxorwks.dll could not be loaded. I made sure net.framework was downloaded first and then installed mp3+g toolz. Can anyone help I am totally ...
|
| .Net Beta 2 not recognised when installing VWD | 19 Jan 2005 20:31 GMT | 2 |
Hi - no-one could help me in the asp.net form for this, and I can't find another forum for .Net Beta 2 - so I hope it's ok to post this here. **** Hi - I'm trying to install Visual Web Developer 2005 Express.
|
| Embedded .NET Control in IE - Policy issue not causing it to work??? | 19 Jan 2005 18:58 GMT | 6 |
I have a .NET control embedded in Internet Explorer. Right now I am loading the control in a Local Intranet Zone, meaning that http://localhost/MyWebPage.htm has the embedded control. I have: 1) Strong Named my control
|
| What's up with DateTime.ToString() and the date separator? | 19 Jan 2005 18:04 GMT | 1 |
Here's a mystery. (Using WinXP Pro) When the date separator in Control Panel
| Regional and Language options | Customize | Date is set to "/" (slash) the following lines produce the expected output, but when the date separator is "-" (hyphen), both statements produce output with ...
|
| Math.Round error? | 19 Jan 2005 18:00 GMT | 6 |
No, not a question about "banker's rounding" or whatever it's called. I want to round a double to the nearest 100th, so I perform the following: // original is a double
|
| Textchanged event fired on every post | 19 Jan 2005 17:03 GMT | 1 |
I used the textchanged event of textbox and set the autopostback property to true. The textchanged event should fire when the content of the textbox is changed and user tab out of the textbox control. However, textchanged event fires whenever there is a postback, even when I ...
|
| Reading command-line arguments | 19 Jan 2005 16:31 GMT | 6 |
I want to read command-line arguments passed into my application. All the examples I have found simply read the args in Main() and write then to the console. I can't seem to make them visible other places in my application. Any help is greatly appreciated.
|
| Compile a c# code at runtime | 19 Jan 2005 16:27 GMT | 3 |
I have read the Microsoft.CSharp.CSharpCodeProvider in MSDN webpage and also a few article according to compile a c# at runtime. But i found that these pages still lack some completeness, such as, how to reference to external DLL(s) from the c# or etc. Therefore, I am here to ask ...
|
| Compilation Error (CS0016) | 19 Jan 2005 15:11 GMT | 3 |
Can anyone help with the following error message I get returned to my browser when I try to run my asp.net app, please? It's written in c# and used to run ok until quite recently. I've checked that the networksystem account has the necessary permissions, tried installing the .net ...
|