| Thread | Last Post | Replies |
|
| Resources files | 30 Sep 2005 22:12 GMT | 3 |
I have a Windows application running well. Today, after I changed something on one form, when I start run I recevied an error message "Unable to open resources files in location". I checked location there were not requested files there. Where are they gone? It is on my local ...
|
| IPAddress | 30 Sep 2005 21:54 GMT | 4 |
Hi Is there a class with a method in the .NET Framework that will verify if a string is in the correct dotted format to be an IPAddress. Similar to inet_addr
|
| How to compare objects | 30 Sep 2005 21:51 GMT | 6 |
I've a function that returns a System.Data.SqlClient.SqlException or System.Int32 depending on the function's result. If occurs an error it returns SQLException; if executes with no problem, it returns the @@IDENTITY of the row which is an Int32 type.
|
| Why must <configSections> be 1st element of <configuration> ? | 30 Sep 2005 20:49 GMT | 2 |
Parser Error Message: Only one <configSections> element allowed. It must be the first child element of the root <configuration> element. OK, fine, easy enough to fix, I just need to copy and paste this block to
|
| A solution to "WaitAll for multiple handles on an STA thread is not supported." | 30 Sep 2005 19:58 GMT | 5 |
Seems like a lot of people have trouble with this error. Here's my solution. I give it to the future. Because I love you. private void WaitAll(WaitHandle[] waitHandles) { if (Thread.CurrentThread.ApartmentState == ApartmentState.STA) {
|
| How does FileSystemWatcher work? | 30 Sep 2005 16:19 GMT | 3 |
Does anyone know how this class works "under the covers"? I want this exact functionality, but do not have the luxury of writing in .net. I need to access the api functions directly. TIA,
|
| Removing the title bar | 30 Sep 2005 15:38 GMT | 1 |
I am developing an SDI application, based CFormView. I would like to prevent the user from moving the window around. How do I do that? Eitan
|
| Windows Service and shutdown/restart of server... | 30 Sep 2005 15:29 GMT | 5 |
I've written a Windows Service using VB.NET, which does a connection to a database and then runs a timer to periodically process some data. It is running pretty well; However, I have noticed one issue: Whenever the
|
| Error during start of Windows Service... | 30 Sep 2005 15:26 GMT | 1 |
Got another question on my Windows Service which I coded in VB.NET. During the OnStart event (when the service is started) I set up a database connection that my service uses. Let's say something occurs during the middle of this
|
| Help! How do I Specify .config Information if my Assembly Client is a VB6 Application? | 30 Sep 2005 15:23 GMT | 1 |
I need to download a greater than 4 megabyte attachment via WSE / DIME. The only way I know how to configure this is via a .config file. Normally, the .config file is the same name as the base application. I built a .NET driver program to test this, NetBrokerDriver and provided a ...
|
| System.Web.Mail Vs. System.Net.Mail | 30 Sep 2005 14:27 GMT | 2 |
I have a simple question which i am not fully understanding. In the new event of adding the System.Net.Mail many people were happy with the changes, except me. When i use the new reference, i cant athenticate with smtp e-mail server. I
|
| Printer settings | 30 Sep 2005 14:18 GMT | 1 |
I would like to change the default printer setting: Orientation, to landscape. I would like to open some file: Process.Start(document.htm) (or som Office-file) ...and when the user chooses the print-command from the associated program
|
| programatically how to set the steps involved in enabling the ASP. | 30 Sep 2005 14:16 GMT | 1 |
I am facing one problem while generating the entries in the EventLog in ASP.NET. That error is " registry access is not allowed". So i found some code in the google regarding registry access. So i followed it and finally working
|
| reduce thumbnal size | 30 Sep 2005 14:08 GMT | 1 |
I have an Internal image gallery site. When user upload an image, system will create a thumbnail automatically. This thumbnail is 100 X 100. I though it should be very small in terms of size, however this 100 x 100 thumbnail is about 22 kb file size, which I think it is really too ...
|
| BLOB Error | 30 Sep 2005 09:51 GMT | 2 |
Can someone explain why I get an error saving a document with pictures as a BLOB? I can save Word, Text, RTF, CSV files that don't have any pictures embedded without any problems. Any clues or suggestions will be highly appreciated.
|