| Thread | Last Post | Replies |
|
| Help files | 15 Jun 2007 14:00 GMT | 3 |
This might be a little off-topic here but can some simply tell me what the current standard is for creating context sensitive help for my app (presumably using the "Help" class). Should I be researching ".chm" files for instance and what tools for authoring the help should I ...
|
| Program checksum | 15 Jun 2007 13:56 GMT | 1 |
I do some verification of the yields from a program. In my verification documentation I would like to relate these verified data to a build. Of cause I maintain a revison history of the program, but this is manual. I would like not to be able so change a single letter in the code ...
|
| giving info on form while doing process long time | 15 Jun 2007 12:43 GMT | 5 |
My application is processing a database(selecting data using execute reader) It takes much time. I want to show user the application is running, showing some
|
| Thread sincronization using lock. | 15 Jun 2007 12:05 GMT | 3 |
I have tested that using locks for sinchronize calls to a web service does not work correctly. Surely I am doing something wrong. I have a "global" object for the "semaphore": public object oLockOfWebService = new object();
|
| Error trapping for web service asynchronous calls | 15 Jun 2007 11:59 GMT | 1 |
I'm developing WinForms application in .NET 2.0 that talks to web service. The automatically generated proxy (reference class) has got methods for both synchronous and asynchronous invocations of the web service methods. What I like about the asynchronous calls that they
|
| Replace To " " does not wat i expected | 15 Jun 2007 11:42 GMT | 5 |
Okee, the story goes like this: I have a string that can not contain spaces (It is retrieved from a externat application...) At first they replaced the spaces by '_' so somthing like "ABC DEF"
|
| Geospatial Annotation Project | 15 Jun 2007 11:25 GMT | 4 |
This is my first post to this ng, please bare with me if the topic is not germaine. I represent a group of investors seeking input, developer participation and open source collaboration on a geospatial annotation social bookmarking
|
| save a excel file as a tab delimited text file | 15 Jun 2007 11:20 GMT | 7 |
i am trying to save a excel file as a tab delimited text file. can i do it some how? i using the code _sheet1.SaveAs(@"C:\PRP
|
| ToolTip only shows once | 15 Jun 2007 09:00 GMT | 3 |
Hi NG, working on a project in VS2005 I started to add ToolTips. My problem now is, that each ToolTip only shows once. mouving the mouse over a button shows its tooltip, moving to the next button
|
| BindingSource | 15 Jun 2007 08:33 GMT | 2 |
Does BindingSource have any information about column which is being edited (i.e. editing editing data in grid)? Thx Shark
|
| OOP in ASP .Net Pages | 15 Jun 2007 07:45 GMT | 7 |
I am struggling with a concept I'm not really finding a lot of in depth articles on but Im sure others have had similar issues. What is the best practice when it comes to persisting custom created objects during a user's session?
|
| WebServices exception | 15 Jun 2007 06:55 GMT | 3 |
When i execute the desktop application that creates a webservice obj and connects to a db, it gives the following exception: Server was unable to process request---> An error occured while establishing connection to the server. When connecting SQL Server
|
| Reading csv file into datatable. | 15 Jun 2007 06:15 GMT | 4 |
I want to read csv file into datatable. Is there any csv reader and writer available for freeware. I am reading csv file using schema.ini file. I don't want this dependency. The problem while reading csv is that datatype depend on
|
| WPF and WCF books | 15 Jun 2007 06:02 GMT | 6 |
Hey Guys, Can anyone please recommend good books about regarding WPF and WCF (and of course .NET 3.0). Please do not recommend the web. I need books :)
|
| Insert Help | 15 Jun 2007 04:52 GMT | 1 |
I'm receiving this error from the code below. Unclosed quotation mark before the character string '+1)'. Line 1: Incorrect syntax near ' + 1)'.). string InsertDeptType = "INSERT INTO Department(Department_Id,
|