| Thread | Last Post | Replies |
|
| Change the standard XML Documentation, /// | 05 Dec 2006 08:08 GMT | 1 |
Is it possible to change the standar XML Documentation which is created when you type ///? For example I want a tag named "CreatedBy" and it would be nice if the logged on user name is preentered. Regards
|
| urgent help!!! | 05 Dec 2006 07:39 GMT | 2 |
I list parameters using a web service method GetReportParameters()... i basically am using this method arond 8 times in my programme which is making my programme work very very slow....is there any way .... i could store the values once and use the same repitively.
|
| how to re-draw controls on a Form at a regular interval? | 05 Dec 2006 07:25 GMT | 5 |
I am using C# on a Pocket PC 2003 project based on .Net Compact Framework of Visual Studio 2005. I want to re-draw some controls of a Form (Window) at a regular interval (for example, change the title of some Label or something similar). The issues I met with are,
|
| any C# GUI samples/tutorials for .Net Compact Framework on WinCE | 05 Dec 2006 07:06 GMT | 4 |
I have some experience of C# development on Windows desktop. Now I am learning how to develop GUI application using C# on WinCE device, based on .NET Compact Framework. Are there any samples/tutorials to make reference for a beginner?
|
| How to test for HttpException | 05 Dec 2006 07:02 GMT | 3 |
I have this code in Global.asax, but it doesn't compile yet. What am i doing wrong? protected void Application_Error(Object sender, EventArgs e) {
|
| Live Update Application guidlines | 05 Dec 2006 06:35 GMT | 3 |
I am trying to do some work like the All antivirus software do. -i-e LIVE UPDATE. for my software, wot is the starting point or any guidelines to start this thing ... I always did the Server side stuff so have no experience in such Windows application ... which will be running ...
|
| can not find System.Data in Compact Framework 1.0 project | 05 Dec 2006 06:31 GMT | 2 |
I have used Visual Studio 2005 to create a C# .Net Compact Framework 1.0 application on Pocket Pc 2003 device. But when building the application, there are some errors dealing with System.Data can not find. I have solved this issue by manually add System.Data from References of
|
| Invoking IJG JPEG LIB from C# | 05 Dec 2006 06:12 GMT | 1 |
We are writing an application wherein we have to display jpeg images, we are thinking of using the IJG JPEG LIB written in C code. Will be greatfull if someone could guide us as to how we can invoke or use the IJG LIB through C#.
|
| Firefox vs IE6 (web display) | 05 Dec 2006 03:42 GMT | 4 |
I have been doing some work on a C#/VWD based application. It looks good in IE6 but when browsed by Firefox has some problems. The display in FF messed up as you can see (pcmfx.com). I did try to validate my code at
|
| Type in text in image | 05 Dec 2006 01:51 GMT | 4 |
I'm coding a website in C# dotNet 2.0, and I need a freeware component for asking the user to type in the text you see in an image. As a security for that is is indeed a real user that's accessing the page and not a robot.
|
| help for xpath with '\' | 05 Dec 2006 01:42 GMT | 2 |
I have an xml with attribute value contains '\'. <Root> <I Attr= "A.B\TEST1INDX\C.L\TEST2INDX\M.N."/> how to do xpath for this attribute
|
| how to exchange 1234(number) -> bytes sequence | 04 Dec 2006 23:21 GMT | 4 |
how to exchange 1234(number) -> bytes sequence in the C#?
|
| advantage of boxing and unboxing | 04 Dec 2006 23:19 GMT | 16 |
hi there,, what is the real advantage of boxing and unboxing operations in csharp? tried looking ard the internet but couldnt find any articles on it. appreciate any help
|
| How to find first XML occurrence of <elementName> via SelectSinglenode? | 04 Dec 2006 23:06 GMT | 5 |
Last question (promise). I want to write out a new XML row, tacked onto the end of everything contained under the first <elementName> section. I can do the write, I'm just not sure what the xpath is to complete the following:
|
| FTP - Files Synch | 04 Dec 2006 22:53 GMT | 2 |
I have an application and when a user clicks on it, it first will check to see if the there is a new version in the server using files synch (ftp). If there is then download the new files to the client machine. Clickonce won't work for me so i have tried to see if files synch ...
|