| Thread | Last Post | Replies |
|
| Formatting in C# | 19 Feb 2004 09:50 GMT | 2 |
Like c++, is there any way to apply formatting in c# like println("%c",i) ?
|
| Date Formats in different cultures | 19 Feb 2004 09:33 GMT | 2 |
I am using Arabic-SaudiArabia(ar-sa) culture in my application.For the ar-sa culture the date format as mentioned by Windows2000 OS is dd/MM/yyyy.But, where as in .Net when we use the same culture we get the dates in
|
| Help with a Memory Stream issue | 19 Feb 2004 09:23 GMT | 1 |
I have a funtion that returns a MemroyStream, but the MemroyStream may or may not be return a stream with data if there is an error in the function. What is the proper way to return a MemroyStream to the caller so that they will have no issues? I could return a NULL, but
|
| TabPage.Text property write only? lol | 19 Feb 2004 09:10 GMT | 1 |
// do this in dotnet ... newtabpage = new System.Windows.Forms.TabPage(); newtabpage.Text = "this does not work"; tempstring = newtabpage.Text; // << put breakpoint here
|
| .net framework setup has failed | 19 Feb 2004 06:56 GMT | 4 |
I was trying to install .net framework. I get the same message with both the versions of framework 1.0 and 1.1. Microsoft .NET Framework Setup has failed. If this continues, please contact Product Support. here are some of the contents of the dotnetfx.log [02/18/04,04:29:40] ...
|
| .NET for serious commercial applications? | 19 Feb 2004 06:28 GMT | 10 |
Just a quick question to 'test-the-temperature-of-the-water'. I have to start a new project very soon and I wanted to do this with VS.NET and C#. I have always done previous projects in C++, and (in the last 5 years) Win32.
|
| Regular Expression | 19 Feb 2004 03:01 GMT | 1 |
Give string s = "name=""jim""" I want a regular expression that will take the name value pair of s and return a match on the value Ex
|
| XPath to get a node with a certain attribute value | 19 Feb 2004 02:00 GMT | 3 |
I'm having trouble understanding XPath syntax string pth = "/Settings/Puzzle/something where name is equal to Alpha" node = doc.SelectSingleNode(pth) Obviously I want the <Puzzle> node whose name attribute is "Alpha" but I do not know how to express that with XPath syntax. How do I ...
|
| type.invokemember | 18 Feb 2004 19:01 GMT | 5 |
Can someone help me with this. I am reading the MSDN on this but it is making almost no sense to me. this is what I understand InvokeMember(String, BindingFlags, Binder, Object, Object()) As Object
|
| Seek via Postion in FileStream | 18 Feb 2004 18:25 GMT | 1 |
I would like to know what is the different between FileStream.Position Property and FileStream.Seek Method Thank Percy
|
| hard disk capacity in vb.net | 18 Feb 2004 17:54 GMT | 3 |
I would like to know the capacity of my harddisk thru VB.NET program. Can anyone help me in this regard. thanks suga
|
| Visual Studio .Net Key | 18 Feb 2004 17:41 GMT | 2 |
This is my first time posting any type of message. Does anyone has a Product key for Visual Studio .Net Enterprize please.
|
| Can't get object out of the clipboard | 18 Feb 2004 15:51 GMT | 2 |
I put an instance of a class of mine in the clipboard and when I try to get it back the clipboard reports that it contains the format I am asking for, but then returns null The code is as following // copy IDataObject iData = new DataObject()
|
| Include framework in setup | 18 Feb 2004 12:41 GMT | 1 |
I want to create a setup application including the microsoft .net framework. This is to avoid having to install it separately. How can I do it? Thanks in advance Ricardo Saraiva
|
| using XPath | 18 Feb 2004 12:41 GMT | 2 |
I can't seem to get the right node. here is the code: public Division(string FileName) {
|