| Thread | Last Post | Replies |
|
| .NET Applet | 21 Jun 2007 16:05 GMT | 4 |
hello.. I have an applet written in C#(Windows.Forms.UserControl) and I import it into an ASP.NET 2.0 page with <object> tag and the assembly is in the same folder with the aspx page.
|
| FTP Accessing Problem | 21 Jun 2007 15:39 GMT | 2 |
I have one doubt about the following task. My task is download drawings from FTP Server folder. I reach the task successfully, but it will run only in Local Host. If I am publishing the site means it will displays the following error sir. Can you help me how can I rectify the ...
|
| preventing an application from running over a network?? | 21 Jun 2007 14:56 GMT | 2 |
I've heard its possible!? Is it? : preventing an application from running over a network. Or it would even be great if i could know if someone from a networked computer tried to run my program!?? Thanks
|
| Invoke unsigned dll | 21 Jun 2007 14:51 GMT | 2 |
I try to find way call unsigned dll from signed one. how can i do it ? Thanks
|
| Self Generated Warnings? | 21 Jun 2007 14:46 GMT | 2 |
Is it possible in someway to write code, that will flag up a warning at compile time as a kind of reminder? I was thinking something along the lines of Compiler.Warnings.Add("This Method is Incomplete");
|
| Work with Collections in asp.net | 21 Jun 2007 14:40 GMT | 1 |
I have made a collection that holds all article attributes. When I bind this collection to a datagrid, I get this result: TemplateDefinitionName ArticleId Content TemplateDefinitionId
|
| mime types and default applications | 21 Jun 2007 14:18 GMT | 3 |
Using csharp, how would I get the application name that opens any given extension? I'm interoping with Office to provide an in house service to convert office files to pdf.
|
| pulling hair out: issue with client certs using .net to connect to IBM webservice | 21 Jun 2007 13:50 GMT | 1 |
The background: Vendor-supplied CA Cert and client cert, connecting to vendor- published web service. Installing the certs in the browser works (Firefox and Internet Exploder).
|
| CPU usage max'd out in ".NET SystemEvents" thread | 21 Jun 2007 13:34 GMT | 4 |
We have an app which, every now and then, has very high CPU usage. Profiling under perfmon shows it to be thread #3 which is running at >=95%. I took a process dump and looked at thread #3 in WinDbg and it's a thread called ".NET SystemEvents"
|
| Mounting a "virtual drive" | 21 Jun 2007 13:19 GMT | 4 |
Hi - I have very little C# programming experience. I am making a software product which calls for an interface almost identical to Windows Explorer - and I wondered if mounting a "virtual drive" would be feasable for me (someone not good at programming) to implement.
|
| server side PDF Conversion without office?? | 21 Jun 2007 13:01 GMT | 3 |
we are looking for a software that can convert on a server office documents (via web services or other automated means) WITHOUT the use of office itself, (it should handle hebrew documents) as office cannot be used in a muliti-threaded enviorment .
|
| DataTable properties and methods | 21 Jun 2007 12:32 GMT | 3 |
Is there a good primer on DataTables out there? Mainly I am looking for an article that lists the properties and methods (with examples) on the different properties you can use with a DataTable. For example:
|
| How to include directory in ZIP file | 21 Jun 2007 11:47 GMT | 1 |
I am using SharpZipLib example FastZip to compress a directory in ZIP mode. I find only the files are included in the zip file, but the directory was excluded.
|
| Regex, replace and quantifiers | 21 Jun 2007 11:19 GMT | 3 |
Is it possible to modify an expression with quantifiers in this way: ABCD to A!B!C!D! the pattern of the first expression would be something like: [A-Z]*
|
| n00b question about destructors | 21 Jun 2007 07:37 GMT | 9 |
I've got the following situation, simplified example of course. The thread would be deep behind interfaces, classes, etc. Is there any way to automagically exit it without having to add an Exit() call to everywhere? I just want to break that loop when the application is
|