| Thread | Last Post | Replies |
|
| Help with SqlOleDB | 11 Mar 2004 08:36 GMT | 1 |
I am feeding a connection string and a query (stored procedure that uses a temp table) to a MS Office Pivot Table control. I have read the article listed below http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/s upport/kb/articles/q235/3/40 ...
|
| the wait() and pulse() of monitor | 11 Mar 2004 08:05 GMT | 7 |
hello, all I am puzzled by monitor.wait() and monitor.pulse(). Currently, my understanding is if a thread calls wait(), it must be pulsed first before it can wake up. What is the benifit
|
| System.Type.GetType problem | 11 Mar 2004 08:02 GMT | 3 |
Anyone Please Help, Why does this statement work: Type objType = System.Type.GetType("System.String"); And this one does not work:
|
| Objects and code just disappearing! | 11 Mar 2004 07:56 GMT | 2 |
This is an extremely frustrating issue. I have a datagrid that is populated with three different custom datagridtextboxcolumns that I inherited they all work perfectly, while the code exist! The problem is that every now and then, when I switch between the design view and
|
| Question About oledb | 11 Mar 2004 04:16 GMT | 1 |
I am creating an application in .NET (Visual .NET) and I need to connect a PC to a AS/400. I wrote my code and compile, but when I am executing the programs I have problems trying to reach the data stored in my oledbdatadapter da.fill(dataset). If I use a recordset it says ...
|
| Follow-up page | 11 Mar 2004 02:41 GMT | 1 |
Hi Please will somebody help with the following When I put the HTML code in required by ihug(server) which is the mailto, my form created is submitted and mailed to me but the page it goes to next is the mailto and unknown I need to write in a command that prevents this and ...
|
| InvalidOperationException error on GetProcessesByName | 11 Mar 2004 01:48 GMT | 16 |
I am using dotNet 2003 to develop my application I prevent my app should run only one instance per time by using GetProcessesByName() function to check instance. But I found problem with Win2K Chinese Version when running the app that has checked instance before normally run the ...
|
| Basic OO Question that I need to solve! | 11 Mar 2004 00:56 GMT | 1 |
We are adopting .NET and specifically c# I want to ensure future development gets off on the right foot by adhering to good object oriented principles. It would help if you could assist with one issue thats on my mind.
|
| GetProcessesByName will load so much DLLs but never UNLOAD | 10 Mar 2004 23:32 GMT | 1 |
I am searching for a special process. When I call GetProcessesByName( name_of_searched_process ) a lot of DLLs ( over 30) will be loaded, but NEVER unloaded. I can see this in the output window of the debugger .
|
| Controlling ThreadPool Threads | 10 Mar 2004 22:44 GMT | 1 |
Is there a recommended way to safely shutdown ThreadPool Threads I am creating a windows serivce that uses the ThreadPool class. When I receive a Stop command from the service control manager I want identify which ThreadPool threads are running and either stop them or at least ...
|
| What the......? | 10 Mar 2004 22:35 GMT | 2 |
I am absolutely baffled as to why I can't add an internet shortcut as a file to a setup project, to be placed on the desktop! Not even in a Favourites folder! I really would like to
|
| logging application block | 10 Mar 2004 22:14 GMT | 1 |
I am looking for any information on logging application block ... An Exemple or Information. I already took the file of Microsoft with the basic class, but I would like a sample to test and see. Thank you .
|
| WebBrowser Component | 10 Mar 2004 21:55 GMT | 2 |
I have added a Microsoft Web Browser Component to my toolbax using 'Cusomize Toolbox'. The component has been included into the General section of toolbox but it is grayed out. Anybody knows why?
|
| Inputbox ? | 10 Mar 2004 16:52 GMT | 2 |
Is there something like an inputbox that I can use in ASP. Thank's
|
| How to Loop IEnumerable .. | 10 Mar 2004 16:29 GMT | 1 |
I am creating a custom dropdownList control. The control exposes a property named "DataSource". Now the DataSource can be anything like a DataTable, ArrayList, Array etc. While adding the Items to the
|