| Thread | Last Post | Replies |
|
| Problem with "Display leading zeros" Windows regional setting formating numeric values | 31 Jul 2004 16:51 GMT | 1 |
I found several problems formatting numeric values. The first problem is that standard numeric format strings "N" or "n" doesn't use "Display leading zeros" Windows regional settings (at the "Numbers" tab), it always uses leading zero regardless Windows settings. I was
|
| <A HREF=JavaScript:showPanel('tab3')> doesn't call the function | 31 Jul 2004 16:07 GMT | 2 |
As a newbie to Java I need a bit of help. I have the line <A HREF=JavaScript:showPanel('tab3')> in the <body> of my pages html which when the page does not call the identified function. I have put alert statements in various places and the
|
| page load User Control | 31 Jul 2004 16:02 GMT | 1 |
I have a user control which I have registered in a webform. In page_load method of user control, I am doing a response.write of some simple text. I donot have any codebehind file for my webform. But when I load the WebForm in my browser, I see the text from response.write written ...
|
| One more time - on delegates and garbage collection. | 31 Jul 2004 12:34 GMT | 8 |
Suppose I have a form FormA, and two objects ObjectB, and ObjectC. ObjectC has an event SomethingChanged. FormA has a reference to ObjectC. FormA also instantiates an ObjectB object, passing it the ObjectC object and
|
| Resource Manager, Error message, {0}... | 31 Jul 2004 09:17 GMT | 1 |
I am trying to put all the error messages for an application in a resource file so that the error messages can be reused and is consistent across the application. Some of the messages need contextual information like
|
| Good .Net Books | 31 Jul 2004 06:17 GMT | 3 |
I'm looking for good ASP.NET and SQL books. I have: Visual Basic .Net and the .Net Platform: An Advanced Guide (Apress). A very good book to use coming from VB 6. Any suggestions?
|
| Utterly confused - web, sql tables what to use for development? | 31 Jul 2004 06:16 GMT | 1 |
I've spent a whole day looking at various walkthroughs and searching for books on amazon and it seems there isn't a simple answer for what I want to do - which is a very simple task entirely (at least in php and mysql it is). I've got and installed and fully configured, Visual ...
|
| What files to upload to webserver? | 31 Jul 2004 06:11 GMT | 1 |
I'm just starting to write my second ASP.NET webpage in C# and want some way of easily splitting out those files that are needed to be uploaded to the webserver - i.e. i create a project on my local machine in VS.NET and it creates the "AssemblyInfo.cs" file,
|
| Hosted WinForm Control in IE with IEAK causes Work Offline? prompt | 30 Jul 2004 19:35 GMT | 1 |
I have created a .Net winforms control (Windows Control Library Project) that I want to host in a web page. There appears to be an interaction with some IEAK settings that cause the browser, after and/or while loading the control to pop up the message stating that 'no connection ...
|
| Removing a Pane from the Output Window of VS.NET | 30 Jul 2004 18:56 GMT | 2 |
From my VB.NET code, I have created a new pane in the Output Window of VS.NET, but for the life of me, I cannot determine how to remove/close/delete the pane.
|
| What's the means of Remote of .Net? | 30 Jul 2004 17:50 GMT | 1 |
What's the means of Remote of .Net? any body help!
|
| FileSystemWatcher and Getting Access to a file | 30 Jul 2004 17:49 GMT | 2 |
http://msdn.microsoft.com/msdnmag/issues/01/07/vbnet/default.aspx Hi, I have created a batch file router using the filesystemwatcher componant. I am facing the exact same issue as the link above. Does anyone have a more
|
| inheriting from windows.forms.datagrid | 30 Jul 2004 13:03 GMT | 1 |
Hi Group, I have a class which inherits from Windows.Forms.DataGrid. Imports System.Drawing Imports System.Windows.Forms
|
| Reg Compilers | 30 Jul 2004 10:25 GMT | 1 |
I would like to know that wether .NET having two compilers And explain me about .NET Framework in the detail way Thanks & Reagrds Antalin
|
| DirectoryServices | 30 Jul 2004 09:03 GMT | 8 |
With the framework 1.1, I tried to read some informations about user accounts in ActiveDirectory. For some accounts, the property "memberOf" is available, and for some others not ... I didn't see any difference (except names) between the accounts ...
|