| Thread | Last Post | Replies |
|
| notifyicon.text only holds 64 characters... | 15 Dec 2007 03:35 GMT | 2 |
... I need somewhat more to show when I hover over the icon - are there any straightforward ways to do this? Thanks for any ideas, cdj
|
| How to use +, -, *, / etc in C# Generic | 15 Dec 2007 00:29 GMT | 3 |
Question is how to make the following class compile? class foo<T> { private T a, b;
|
| How remove rows from DataTable where column=value? | 14 Dec 2007 23:50 GMT | 1 |
I have a DataTable like Id Code Value 1 TAB Inventory 2 TAB Marketing
|
| Modifying Graphics object from separate threads | 14 Dec 2007 23:29 GMT | 13 |
I hope you guys can help me make this simple application work. I'm trying to create a form displaying 3 circles, which independently change colors 3 times after a random time period has passed. I'm struggling with making the delegate/invoke thing work, as I know
|
| XPath and XmlNodeList, the horror, the horror! | 14 Dec 2007 23:23 GMT | 13 |
Thanks all for the previous help btw. What is going on here? It works yet it doesn't want to work in a loop. XmlNodeList nodeList = root.SelectNodes(String.Format("/cars/
|
| Cannot click when using HTTPS | 14 Dec 2007 22:45 GMT | 4 |
I have written an application that reads third party web pages. If I am using HTTP everything works fine. I create an AxSHDocVw.AxWebBrowser object and then Navigate2 to the page. I then populate some form fields, browse to the appropriate button on the page
|
| System.DirectoryServices.Protocols StartTransportLayerSecurity Pro | 14 Dec 2007 21:39 GMT | 4 |
There is a problem in 'System.Directory.Protocols' using the LDAPSessionOptions function StartTransportSecurityLayer when using it with an openLDAP server. The call works fine with Active Direcotory on port 389 were the call
|
| Re: Inserting elements dynamically into the StackPanel in WPF | 14 Dec 2007 20:34 GMT | 1 |
Is it possible to insert elements dynamically in between existing elements in a StackPanel in WPF?? Thanks, Sundar
|
| convert generic string list to one string | 14 Dec 2007 20:27 GMT | 9 |
is there any built in function or dotnet framework(version 2) to merge a generic list of string into one string with each element delimited by specified delimiting string? or do I have to roll my own/ IT is not hard to roil my own but hate to
|
| 'There is no row at position 0' | 14 Dec 2007 20:05 GMT | 2 |
I have a DataGrid and am attempting to have in-grid data editing. At the moment I'm working with a single DropDownList: public void roleList_Update(Object sender, DataGridCommandEventArgs e)
|
| import and use class in dll | 14 Dec 2007 20:04 GMT | 2 |
I've got a dll written in c++ with header like this: class __declspec (dllexport) CPrnDrv { private:
|
| thread scheduling, how?? | 14 Dec 2007 20:01 GMT | 5 |
.NET 2.0 I'm working on a winservice created in .NET 2.0. Now I want to do some modications to this winservice. I want this winservice at every start of a new month to start a thread which pulls data from several webservices and
|
| ThreadPool Deadlocks with SQL - suggestions and workaround? | 14 Dec 2007 20:00 GMT | 3 |
All the talking about deadlocking the threadpool recently got me thinking. I'm just throwing this out there to promote some discussion on the topic, and hopefully see if some good ideas pop up... When I first encountered the Threadpool deadlock issues, it was due to
|
| How to close socket properly? | 14 Dec 2007 19:37 GMT | 1 |
When you close a socket (.e.g. .Shutdown, .Dispose, etc...), the socket goes into TIME_WAIT mode for about 4 minutes, then gets killed by the OS. However, during this time, the socket is not available. Is there a way to close a socket, so that it actually closes and is ...
|
| DIV contents not updated in Firefox when using DIV.innerHTML | 14 Dec 2007 19:19 GMT | 1 |
Task to be Accomplished: I want to copy the contents of dvAArea (after i change a value in the dropdown or a textbox) into the new dvBArea Problem: In Internet explorer this code works fine but Firefox gives the unchanged content of dvAArea (and not the current content). I want
|