Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Formatting in C#19 Feb 2004 09:50 GMT2
Like c++, is there any way to apply formatting in c# like println("%c",i) ?
Date Formats in different cultures19 Feb 2004 09:33 GMT2
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 issue19 Feb 2004 09:23 GMT1
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? lol19 Feb 2004 09:10 GMT1
// 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 failed19 Feb 2004 06:56 GMT4
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 GMT10
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 Expression19 Feb 2004 03:01 GMT1
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 value19 Feb 2004 02:00 GMT3
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.invokemember18 Feb 2004 19:01 GMT5
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 FileStream18 Feb 2004 18:25 GMT1
I would like to know what is the different between FileStream.Position Property and FileStream.Seek Method
Thank
Percy
hard disk capacity in vb.net18 Feb 2004 17:54 GMT3
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 Key18 Feb 2004 17:41 GMT2
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 clipboard18 Feb 2004 15:51 GMT2
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 setup18 Feb 2004 12:41 GMT1
  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 XPath18 Feb 2004 12:41 GMT2
I can't seem to get the right node.
here is the code:
        public Division(string FileName)
        {
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.