| Thread | Last Post | Replies |
|
| string formatting | 27 Mar 2006 16:56 GMT | 4 |
I am attempting to populate a listbox from a text file. I would like my result to get everything after that last "/" character. This code gets everything before. Do While objReader.Peek() <> -1
|
| ASP.NET 2.0 Crystal reports failing on server | 27 Mar 2006 15:26 GMT | 4 |
We are developing an ASP.NET 2.0 application and using the in built Crystal report system that it comes with. We have everything running fine on our development server but when we publish the site to our production server - as soon as we visit the site to test it we get a horrible ...
|
| Nesting XSLT template and/or For-each to accomplish 3 levels | 27 Mar 2006 14:36 GMT | 6 |
I used an article on XSLT and XML and creating a TOC written on the MSDN CodeCorner. ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dncodecorn/html/corner042699.htm However, it did'nt quite answer all my questions.
|
| Where can I download free VS.NET 2005 ? | 27 Mar 2006 13:29 GMT | 1 |
Where can I download free VS.NET 2005 ? If you know where pls email for me at : natuan@tma.com.vn hqtien@tma.com.vn
|
| regular expression question | 27 Mar 2006 09:16 GMT | 6 |
Hi, i'm using the regular expression \b\w to find the beginning of a word, in my C# application. If the word is 'public', for example, it works. However, if the word is '<public', it does not work: it seems that <
|
| Regional settings affects how a UTF-8 web page is displayed | 27 Mar 2006 08:54 GMT | 1 |
I am developing a .net (2003) website, I am using a UTF-8 encoding, most of the website is in Hebrew. Hebrew is properly displayed ONLY when I set the "Language for non-Unicode programs" in the regional settings of my computer to Hebrew, otherwise I see
|
| ToolStripItem Keys... | 27 Mar 2006 07:06 GMT | 1 |
Hopefully there is an easy answer to this question since it has been bothering me all afternoon. What are the keys that are associated with ToolStripItem objects? Are they keys that allow access to individual items in the ToolStripItemCollection
|
| Using C#.NET to talk to a non-windows device via IrDA | 27 Mar 2006 04:33 GMT | 3 |
I need to write a C#.NET PC application that can talk to a non-windows device using a USB-IrDA adapter. I have been searching for information about how to do this, and the bext info I have found is at this link: http://msdn.microsoft.com/library/default ...
|
| Using managed extensions with C++ - link problems | 27 Mar 2006 03:53 GMT | 3 |
I'm currently developing a DLL that makes use of C++ and .net (mixed) using Visual Studio 2003. Now, as I wanted to move to the new Visual Studio 2005, I converted this project into the new format (compiling with /clr:OldSyntax): everything works
|
| Please Help Me! RetreiveVirtualItem & ImageList | 27 Mar 2006 00:08 GMT | 2 |
private void RetreiveVirtualItem( object sender, RetrieveVirtualItemEventArgs e ) { e.Item = new ListViewItem( e.ItemIndex.ToString() );
|
| Need advice about using ASP.NET Profile Provider | 26 Mar 2006 23:49 GMT | 4 |
I realize that ASP.NET profile provider is used to create a strongly typed storage of data that can be used like Session variables but can survive beyond sessions. In my ASP.NET 2.0 application, I am thinking of using the ASP.NET profile
|
| Regular Expressions | 26 Mar 2006 18:15 GMT | 2 |
I can't seem to find a thorough and easy to understand tutorial on Regular Expressions. Any suggestions? Thank You!
|
| Methodology | 26 Mar 2006 17:48 GMT | 3 |
Thanks to members of this fourm, I was able to get this method to work to write a record to an Access DB from the fields on a webform. I'd like to know if this is current practice or is there something better to use, and where can I find examples.
|
| Running .NET 2.0 Debug builds | 26 Mar 2006 11:48 GMT | 4 |
after experimenting a bit with VS2005 and .NET forms, I learned that .NET applications that are compiled as debug build don't run on machines that don't have VS (or at least the .NET SDK) installed... (even if the framework is installed). Is this correct?
|
| Perform action from Parsed content | 26 Mar 2006 05:28 GMT | 2 |
I am looking to see if there is an example or pseudo code for how to have a C# application read a text file and perform an action that is parsed from the text file. For example TestDoc.txt
|