| Thread | Last Post | Replies |
|
| DateTime.ParseExact mit Wildcards | 10 Jul 2007 12:17 GMT | 3 |
gibt es mit DateTime.ParseExact eine Möglichkeit Wildcards zu verwenden? Beispiel: "20071007abcd123100" soll geparst werden, wobei "abcd" beliebige andere 4 Zeichen seien können.
|
| Limit of C# versus languages like Java? | 10 Jul 2007 12:08 GMT | 12 |
There's tons of articles on the net that say that java works on solaris, windows, mac etc. Does this mean Microsoft's C# is limited to Windows? But if not, what limits does it have? Would everyone need the .NET Redist. to run WEB applications? Is it any faster?
|
| Windows Forms App as Console App | 10 Jul 2007 08:23 GMT | 3 |
I want to start a Visual Basic Windows Form app from the console by specifying parameters (this is possible in C#), is i add the following method i get a error Public Sub Main(ByVal args As String())
|
| Should be simple C++ managed header include question | 10 Jul 2007 07:19 GMT | 2 |
I have a split container on my form, from within one of them I wish to reach the main from of the app. I'm having problems with the headers and namespaces.
|
| save web page as ppt | 10 Jul 2007 03:05 GMT | 1 |
hi i need to allow a user to save a web page as a ppt file. i built the site. this site shows a schematic of a vehicle. i want to put a button on the page that will allow the user to save the page as a power point slide.
|
| broken wireless internet connection | 10 Jul 2007 00:40 GMT | 1 |
Please help anybody! I have laptop wich was connected to the internet via wireless router " NETGEAR". Since I took my laptop to the different town, my wireless connection is
|
| Windows Server 2003 | 10 Jul 2007 00:38 GMT | 1 |
Firstly, can't find the right discussion group for this - so sorry. The problem is simple - I am using an evaluation copy of MS Server 2003 - but it appears that remote installation services in not available as an option on this CD. Does anyone know where I can get a copy of this ...
|
| Terminate a child process when parent process is killed | 09 Jul 2007 22:29 GMT | 3 |
I'm using a C# application to create a process "A" to execute an .exe file. The problem is that when the application is killed (for example from task manager) the child process keeps on running. The question is how can i run the "A" process so that when my application is
|
| .NET Framework 2.0 for Windows XP SP1 | 09 Jul 2007 16:39 GMT | 1 |
I noticed on the Microsoft .NET Framework 2.0 download page that Windows XP SP1 is not a supported environment. Does this mean that the 2.0 Framework will not work on an XP system with only SP1 installed? The reason I ask is because I know someone who attempted to install the 2.0
|
| Windowsservice an Mapped Drive | 09 Jul 2007 13:24 GMT | 3 |
My service runs under a Domain Account mydomain\myuser. If I log into my system under this mydomain\myuser I have acces to a mapped drive x:\ which is mapped to \\mydomain\mymachine\myfolder. The service can acces \\mydomain\mymachine\myfolder but not x:\.
|
| Control.Invoke() blocking forever if form closed whilst background task running | 09 Jul 2007 09:40 GMT | 2 |
In part of the system I am working on I have a background task (started with a call to BeginInvoke() on a delegate), which at some point needs to read a property from one of the controls on a form. Normally this all works great. The problem I am having is if the user closes
|
| .NET class hierarchy | 09 Jul 2007 07:45 GMT | 7 |
is there any app which can show the class hierarchy of all classes/ interfaces in .NET? I need this to find all classes that implement the IListSource interface?
|
| Machine locks up running app off network | 09 Jul 2007 07:07 GMT | 1 |
I have a .NET application that is run off of a shared network drive. About 5 users (out of 100) periodically have their entire machines deadlock when they try to run the application. I was able to reproduce the issue a couple times on one of the user's machines. One
|
| Is this thread safe? | 09 Jul 2007 06:24 GMT | 2 |
public void WriteToLog(string message) { StringBuilder bld = new StringBuilder(); bld.AppendFormat(null,"{0} {1}", DateTime.Now.ToString("yy-
|
| Help With SEnding Email on Vista windows mail | 09 Jul 2007 06:20 GMT | 4 |
I am new to Vista Windows mail. I went to add my comcast account and added it successfully. I made sure to double check the incoming/outgoing server info I entered. The problem I am having is that I can receive email, but I can not send it.
|