| Thread | Last Post | Replies |
|
| Help Required for Help Context Id !!!!!! | 14 Dec 2005 11:48 GMT | 4 |
In VB6 we use the property HELPCONTEXTID in order to assign the help id for a control. Here in .NET we need to use HelpNavigator through which we need to specify the TOPICID (equivalent to HELPCONTEXTID in VB6). But TOPICID will be available only if we have
|
| Problem running a scheduled service | 14 Dec 2005 11:09 GMT | 1 |
Hi NG, I have written a service which should start at certain time in the morning and stop at a certain time in the evening. For this, I added the following to the Main() method of the service:
|
| ExitWindowsEx() of user32.dll Not Functioning | 14 Dec 2005 08:32 GMT | 2 |
Please look at this code, the rebooting/reset does not happen. Waht is wrong with this code? How to fixed this? Code:
|
| webresource.axd produces errors | 14 Dec 2005 03:42 GMT | 1 |
I have a web application running .NET 2.0. In the global.asax we have set up a handler for the ApplicationError event. The handler sends an email with details about the error. The puzzling thing is that we regularly (5-10 times a week) get this error
|
| Remote drives | 13 Dec 2005 22:28 GMT | 2 |
Can a program access the sectors on a remote drive? I'm using VS .NET 2003 in Win 2000.
 Signature http://www.standards.com/; See Howard Kaikow's web site.
|
| 2.0 framework + visual studio 2003 | 13 Dec 2005 21:44 GMT | 1 |
Just downloaded .NET 2.0 framework. However when I then launch MS Visual Studio 2003, it seems like certain libraries from 2.0 are not recognized. More specific, I'm trying the following code. Anyone knows I have to do something else first?
|
| problem using "post" method for upload | 13 Dec 2005 20:45 GMT | 3 |
i am trying to use the "POST" method to upload files to my apache web server. I tried it with the "UploadFile" procedure. the "DownloadFile" forks fine but i can't seem to upoad fiels using the POST method. there is more than one way you could answer my question:
|
| Null socket object on callback | 13 Dec 2005 18:36 GMT | 1 |
Hi. I'm working with asyncronous communication with sockets. I have the following methods: internal void SendData(Channel channel, byte[] buffer, int offset, int count) {
|
| multiline TextBox Control | 13 Dec 2005 18:20 GMT | 1 |
I realy need help! I just started programming with .Net Windows Forms, and i tried to bind a System.String [] to a multiline TextBox to display all elements of the array at once!! I always got the same result. The first element of
|
| Multi process application | 13 Dec 2005 16:27 GMT | 2 |
I'm trying to create an C# from working with e.g. multiple panels or sub-forms. Each of these forms/panels must be updated by different processes. Is that possible and if so, how do I do it ?
|
| when the visual studio 2005 team system will be released? | 13 Dec 2005 15:25 GMT | 3 |
I thought it was released, but I see there is a December CTP. I know this is not the correct news group for this question, but what news group should be better? TIA.
|
| question about SetStyle() | 13 Dec 2005 12:37 GMT | 3 |
Does the setStyle() inlcude all the double buffering of all the child controls, graphics, parent controls? thank you so much!
|
| Same TimeZone on Client as Server on specific data table columns | 13 Dec 2005 10:44 GMT | 4 |
We are sending DataSets over web service. This is a world wide used application, with web service consumers in different TimeZones. The inbuilt .NET functionality that automaticly recalculate (based on TimeZone difference) the values in Date-columns are nice for us in most cases.
|
| MSWord doc into Web App and store them in a SQL database | 13 Dec 2005 08:10 GMT | 3 |
I'm currently working on a ASP.Net / C# / SQL 2000 project that involves the input of keywords and MSWord documents into a web app and storing them in a SQL database.. This information will then be used to perform weighted searches on the keywords and text of the MSWord ...
|
| Another "Server Application Unavailable" tread... | 13 Dec 2005 08:01 GMT | 1 |
I have read all the other "Server Application Unavailable" threads and all are old and for .NET Framework 1. I have Framework 2 running on Windows XP. I have a problem with this big red text:
|