Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > december 2003 > threads for monday december 8

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

IFrame Control
Posted by Jim M at 12/8/2003 11:38:24 PM
There does not seem to be a way to add an iFrame control to an ASPX page. I get the error that iframe is not allowed in the scema. Is there another control that will allow me to display an HTML page inside an ASPX page? Maybe a work around? Thanks in advance. ...more >>

ListView in detailed view problem.
Posted by Ronny at 12/8/2003 11:15:53 PM
Hi. I am having a problem where the ListView will not display any data when using the "detailed" view, the data displays fine when using icons or list. Even the columns will look like a grey bar at the top of the listview. I am not using any images and the same data will display just fine when...more >>

RE ::::::::::::::::User Events
Posted by Sneha at 12/8/2003 11:05:59 PM
Can we u define the user events in C# ? If so can u snd me few code snippets? My requirement is i want to fire a event when an item in the datagrid is changed checking its validations and the same event must fire when i click the tab key in the datagrid ? How can i make that ? Also ot...more >>

inet component
Posted by Yusuf at 12/8/2003 10:23:51 PM
ý m using visual basic.net but inet(internet transfer control) comp. don't have in my dot.net ý have to inet comp. because I must send data a web pages with post method.. and. I don' t have webbrowser in my dot.net. where can I find? and how is send data a web pages with post method.. ...more >>

Mapping a network share to a drive-letter at system-level
Posted by Leo R at 12/8/2003 8:22:09 PM
Hi, Is it possible to create a network-drive at the SYSTEM-level? E.g.: map X: to \\server1\share so a windows service can reach X: without having to log on? I want a Windows .NET service to collect files from a UNIX-share (mapped to X:) that is exposed to windows using Hummingbird-software. ...more >>

Calling C++ DLL from VB.NET
Posted by Michael at 12/8/2003 6:52:50 PM
Ok this is driving me crazy. I have a simple DLL written in VC ++ version 6.0. Lets take this for example.. long _stdcall Login() { return 123; } I aslo have the EXPORTS call in the DEF file like so EXPORTS Login @1 Now If I call this function from a VB version 6 app I...more >>

Before I start - can this be done? (easily)
Posted by Jonathan Smith at 12/8/2003 6:26:01 PM
I am thinking about attempting a program to help my colleagues at school to write their pupil reports. Each report has two sections: a list of skills with a seies of tick boxes to show the level reached, and an area to write a comment underneath. Each subject is slightly different in the number ...more >>

Installing shared assembly into the GAC
Posted by Dan at 12/8/2003 5:58:04 PM
Hi when installing a shared assembly into the GAC, do I have to check whether the GAC already have the assembly with the same strong name(name,version,publickeytoken and culture) before installing it using gacutil.exe? when there is another copy already installed do I need to take special ste...more >>



Removing .Net Framework v 1.0.3705
Posted by fripper at 12/8/2003 5:21:39 PM
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 ...more >>

Adding a XML Attribute for an Exiting Node
Posted by Peter at 12/8/2003 3:03:57 PM
Hi, If I use the following code, there is a attribute. XmlDocument doc = new XmlDocument(); doc.LoadXml("<item id='301'>Pink Ale Beer</item>"); If I code the 2nd line as below: doc.LoadXml("<item>Pink Ale Beer</item>"); My question is how to add the attribute after t...more >>

How can I invoke a Postback() by code?
Posted by Frank Lehmann at 12/8/2003 2:37:47 PM
Hello newsgroup, I hope somebody can help a .NET newbie like me with this: How can I programmatically invoke a Postback() so that it re-enters the Page_Load() event of the Web Form? Any help highly appreciated. Regards Frank Lehmann ...more >>

Html auto formating
Posted by Seth at 12/8/2003 11:46:04 AM
How can I completely turn off the auto formatting of Html in Visual Studio 7? I have tried all possible combinations (at least I think I have) of the Tools / Options / Text Editor / HTML XML / Formatting. This is a big annoyance because with a rather large page it can be very time consum...more >>

Writing a Coverage Tool for C#
Posted by tjmii NO[at]SPAM rocketmail.com at 12/8/2003 11:15:12 AM
Pure coverage from Rational is the only coverage tool I've been able to find for C#, and I don't really want to pay what Rational charges for something as simple as a coverage tool. So, I'd like to try to write my own, but I'm having trouble getting started. The way I see it, I need to do the ...more >>

ASP.Net writing to files on a different server
Posted by Helen at 12/8/2003 7:12:18 AM
How can I write a file to a mapped drive on a different server, from an ASP.Net application? Thanks Helen...more >>

Visual Slick Editor in .Net
Posted by gunaselvas NO[at]SPAM indiatimes.com at 12/8/2003 6:36:24 AM
Can u help me. How to use .Net in Visual Slick Editor, Any guide is available. let me know ...more >>

running a simple C# form
Posted by me at 12/8/2003 5:59:48 AM
After creating a new project, I add a siple form code in the skeleton of the project, but for some reason I get syntax errors to the effect that I am missing reference ...etc. But the skeleton comes with the form reference. I don't know what is the problem but i cannot run any form or exce...more >>

invoking child window keyup event in an mdi application
Posted by shazalmay NO[at]SPAM hotmail.com at 12/8/2003 3:57:11 AM
hy, I have an mdi application, i create a child form and I want to know when a button is pressed while that child form is loaded. I have this code: private void frmTestBaby_KeyUp(object sender, System.EventArgs e) { MessageBox.Show("keyboard button pressed!")...more >>

.NET ...... .NET 2003 ????
Posted by Andy at 12/8/2003 1:26:14 AM
ok small problem, after reorganising the office I threw out all our old MSDN CD's and started afresh with the new shipment. After installing InstallShield at the weekend I have all sorts of ASP.NET errors, hence I thought, I know I'll re-install. I removed the old version of .NET and c...more >>

PropertyDescriptorCollection.Remove()
Posted by frank.sembowski NO[at]SPAM yellowmap.de at 12/8/2003 1:15:32 AM
Hi all, I have a general question concerning the capability of the PropertyDescriptorCollection. It seems to be impossible to remove a PropertyDescriptor savely using Remove or RemoveAt. I use framework 1.1. Why does the following code always crash resulting in the error message "Source array...more >>

how to get the number of processors available?
Posted by AA at 12/8/2003 1:00:21 AM
Do you know how can i get that? Thanks a lot ...more >>


DevelopmentNow Blog