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 > may 2004

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

Doubt in Regional Options
Posted by Cesar Ronchese at 5/31/2004 11:39:33 PM
Hello All! I have a .Net project that, in my machine, the dates are showed in this format: dd/mm/yyyy. But, when I install the project in some customer machines, the date is showed in this format: dd/mm/yyyy hh:mm:ss. My doubt is, I can resolve this problem on which form? a) changing the ...more >>


How to assign a value to password field from dataset?
Posted by Varun at 5/31/2004 11:31:02 PM
How to assign a value to password field from dataset Thank yo Varun...more >>

Defining methods for a class that are accessible when declaring arrays of that class???
Posted by Bob Rock at 5/31/2004 7:57:43 PM
Hello, this may seem a strange question, but is there a way of being able to call methods of a class through an array of that class when not referencing a specific object in the array. In other words, defined a class class_A I'd like to be able to do the following: // defining an array of ...more >>

Need part time job
Posted by Tran Van Khoa at 5/31/2004 7:51:02 PM
Dear everybody I'm a Windows developer, I have been programming with both VS 6.0 and .Net. My salary is not enough for my poor family, so I need a part time job to work at night and weekend. Could anybody tell me how to find this kind of job, which I can work at home and get paid via Internet or p...more >>

dotnet suitable for client-server apps ? (migrate from powerbuilder)
Posted by sminni_SPAM_DIVERTER NO[at]SPAM planage.com at 5/31/2004 6:47:14 PM
We have mostly client-server apps with large scale database usages (Oracle / SybaseSQLAnywhere,...). Apps are delivered 1-to-1 specific client as well as some are sold as off the shelf. All have to be maintained Currently we use Powerbuilder. Is the dotnet (C#) environment suitable consider...more >>

stack trace has incorrect information
Posted by Andy Fish at 5/31/2004 4:17:26 PM
Hi, in my c# code I have something like this: try { ... } catch (Exception ex) { ... throw ex; } It seems to catch and re-throw the exception OK, but the stack trace contains the line I re-threw the exception, not the line it was generated on. anyone else seen this bug?...more >>

Ready class to receive email
Posted by Developers NO[at]SPAM Enzigma at 5/31/2004 3:47:31 PM
Is there any ready class in .NET or some website using which we can receive POP3 emails in our ,NET application? ...more >>

Sockets Server / Sockets Client - unable to read data from the transport connection
Posted by m_doolio NO[at]SPAM hotmail.com at 5/31/2004 2:37:04 PM
I'm working on a client - server application based on the 'How to Sockets Server and How to Sockets Client' code from the Visual Basic ..NET Resource Kit. Since I want to be able to send 'big strings' instead of 'one liners' I check the streams for terminators. I'm having problems with the co...more >>



[newbie] Web Service always open source?
Posted by Gordon Knote at 5/31/2004 1:16:02 PM
Hi, just one newbie question: When I connect to a WebService, I specify the *.asmx file as a destination in my client - but this file also contains my source code - does that mean that every web service is basically open source? thanks Gordon...more >>

How to destroy arrays
Posted by Sarfraz Hooda at 5/31/2004 12:00:26 PM
Hi, I have created an array of Objects in a collection. I was wondering is there a way to destroy the array to free up the space in the memory ? or they are automatically destroyed and garbagge collected by .Net framework? Sarfraz ...more >>

General 'marketing' info on dotnet
Posted by gchong NO[at]SPAM laborie.ca at 5/31/2004 9:11:12 AM
Hi, Im looking for some general 'marketing' info on dotnet: how long it has been in use (i.e first release date), how many companies are using it, number of .NET developers in the world, popularity of .NET in different industries, etc. Ive searched on MS .NET homepage and googled it but sur...more >>

General 'marketing' info on dotnet
Posted by GChong at 5/31/2004 8:55:42 AM
Hi, Im looking for some general 'marketing' info on dotnet- how many companies using it, how many dotnet developers are there, how many of internet websites are running on .NET, when was it first released by MS, number of releases it has gone thru, etc. I searched on MS .NET and on Goo...more >>

Process - Know corrupt file before opening
Posted by Vinay at 5/31/2004 4:21:03 AM
Hi I have a corrupt word file. I am able to open it with the code given below tr Dim pInfo As System.Diagnostics.ProcessStartInfo = New System.Diagnostics.ProcessStartInfo( pInfo.UseShellExecute = Tru pInfo.FileName = "c:\corrupt.doc Dim p As Process = System.Diagnostics.Process.S...more >>

.NET and Longhorn
Posted by RW at 5/31/2004 3:06:03 AM
I have heard that your existing applications written in .NET will not work on Longhorn unless you recompile them or retouch them in some matter Is this correct If so, why would anyone start to write application in .NET until Longhorn becomes available Thanks...more >>

Grid Locking
Posted by ajay at 5/31/2004 2:11:02 AM
How can I lock one column in a datagrid in C# windows form....more >>

Trying to create a collectin of objects
Posted by hanaa at 5/31/2004 1:56:02 AM
Hi I'm tyring to create a collection of an object inside an object I have tried to use the code written in the following URL http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vaconcreatingyourowncollectionclass.as its working fine when I test it from VB.net but my applic...more >>

Windows Services
Posted by Jason at 5/31/2004 1:01:02 AM
Does anyone know how to surpress the standard service started message being written into the event log when writing a windows service in .Net? - I need to replace it with a custom one and would prefer to not have 2 eventlog entries for it. Thanks Jason...more >>

applcations in VB.NET
Posted by blue at 5/30/2004 11:56:02 PM
Where can I find more information on the more common applications that are available in Visual Basic.NET?...more >>

DateDiff and Javascript getTime Methods help
Posted by Shane at 5/30/2004 9:41:03 PM
I have this peice of Javascript, im trying to convert in to VB.net. Everything work ok. I almost get the some value, but the last 5 numbers are all Zeros on my VB out put. the Java version has numbers there and makes the out a little different. I want to know if there is a better why in VB i can do ...more >>

Is this a BUG
Posted by Trevor Benedict at 5/30/2004 9:01:04 PM
I accddentally typed a " immediately after the End Sub (End Sub") and this line changed to some junk characters. Has anyone noticed this before and the best part is it does not seem to undo these changes Regards Trevor...more >>

Changing Serialized Objects
Posted by Russ at 5/30/2004 5:52:51 PM
Hi, What's the easiest way of modifying an object which has been serialized to a DB? The previous developer created a complex object hierarchy and binary serialized the whole thing to a single field in SQL server. I need to modify the object hierarchy, but every time I do so, I can no long...more >>

When 10 minutes before midnight is out of range.
Posted by Dennis D. at 5/30/2004 9:09:42 AM
VB.net does not seem to have adequate structure for handling time within it's own code. Subtract 15 minutes from 00:00 AM, and an out of range condition results. Subtract 15 minutes from 12:00 PM, and the result is 11:45 AM, as it should be. Seems one half of the process is missing, and it is...more >>

MDAC 2.8 and Win2003,
Posted by abacnet at 5/30/2004 8:46:08 AM
How do you repair or re-install MDAC 2.8 on a Windows 2003 Server? ...more >>

converting from header files to Win32API declare
Posted by Majed at 5/30/2004 4:04:19 AM
hi, I'm trying to convert some .h files to API Declaration to use the function and structs. one of it is this: NTMS_GUID CurrentLibrary; // the current library NTMS_GUID MediaPool; // media pool that the media belongs to NTMS_GUID Location; // actual location of the media DWORD Location...more >>

VB.Net
Posted by Paul Ilacqua at 5/29/2004 8:12:24 PM
How come My VB.Net environment does not contain the Smart Device Application Template to open the Smart Device Application Wizard. Any Ideas? Thanks Paul ...more >>

Market penetration of ASP versus ASP.NET
Posted by dotnetforfood NO[at]SPAM yahoo.com at 5/29/2004 4:29:53 PM
I surveyed market penetration of various server-side technologies using Google's search facility and posted them to the microsoft.public.inetserver.asp.general newsgroup. Results are in number of occurrences of each file extension: FileExt Occurrences ==================== ..PHP 324M ...more >>

Digital camera
Posted by Benoit at 5/29/2004 12:11:02 PM
Hi! I have a Panasonic digital camera that take videos in quick time version, did someone know if it is pssible to view thems on windows media players If so what did i have to do Thank in advance Benoit...more >>

VS.NET: Edit "recent files" list
Posted by Konrad L. M. Rudolph at 5/29/2004 12:00:26 PM
I hope this is the right NG, please notify me if not. I have got a problem with the "recent files" list of the start page in VS.NET: yesterday I created a new projekt which has the same name as an already existing project stored at another location. Unfortunately, VS.NET doesn't seem to supp...more >>

Books reviewed
Posted by Earl at 5/29/2004 8:58:59 AM
I've been on a mission this past year to move from VB6 to .Net. I'm fortunate(!?) not to have the big catalog of some long-time VB developers, although I have some CE apps that have to be entirely rewritten in CF. A lot of what I develop has to be written for the PPc, so I knew I would be lookin...more >>

[newbie] Converting structures
Posted by Gordon Knote at 5/29/2004 5:51:06 AM
Hi in my project, I make use of two namespaces and each of it uses the same structure (so that the same structure is defined two times). Now, when I try to call a function of the second namespace out of the first one, VB.NET throws a compiler error, saying that I can't convert from Proj1.namespace...more >>

Whidbey and UML
Posted by Mark Goldin at 5/29/2004 5:38:38 AM
What kind of modelling tools will be available in next VS version? ...more >>

How to find product key for Visual Studio .net Enterprise Architect
Posted by Jack Fu at 5/29/2004 5:01:03 AM
I am trying to install Visual Studio .net Enterprise Architect 2003. This is the full version, not academic. At an early point in the installation it asks me for the product ID. However, there is not product ID on the package or on the CDs. The box that contains the CDs says on a label on the back:...more >>

Modal / Parent forms VB.net
Posted by Graham Blandford at 5/28/2004 4:38:26 PM
Hi all, Wonder if anyone can shed any light on this scenario. I have an MDI form, Form1, that opens a child window Form2.. - simple enough. However, from Form2, I would like to open a form Form3 (is a 'search and select' type form) and have it modal to form2 AND be an MDI child... i.e. the ...more >>

referencing the page from a control
Posted by DC Gringo at 5/28/2004 4:17:00 PM
I have an myPage.aspx with a myPage.ascx user control. The user control is the main header of the page. I have some conditional case code in the user control that I use which depends on a public variable "sectionID" set int he myPage.aspx's code-behind. How can I reference that variable in my ...more >>

Getting amount of total physical memory
Posted by Michał Januszczyk at 5/28/2004 3:56:02 PM
Is there any _managed_ way of getting total physical memory installed in the machine Thanks in advanc Michał Januszczyk...more >>

HttpUtility from WinForm?
Posted by kwele at 5/28/2004 3:43:08 PM
I need to use the HttpUtility.UrlEncode method in a winform. However, the HttpUtility class is not available in intellisense from System.Web. What do I need to do to be able to use this method? TIA...more >>

OT: litigation - source code viewer?
Posted by nic at 5/28/2004 2:41:03 PM
Hi Our company is in the process of some litigation. Our president heard of a product (but doesn't know the name) that allows someone to view the source code but not copy it. This way an idependant arbitrator could view our source code but couldn't make an electronic copy of it. I have no idea b...more >>

Deploying assemblies in the GAC
Posted by wesley at 5/28/2004 2:40:14 PM
Hello, I have several assemblies that are strongly named and need to be installed in the GAC. In my dev box I can use gacutil.exe to do it, but not in the users boxes. How do I install these assemblies without gacutil.exe ? Thanks ...more >>

File or assembly name FxMdacPlugIn, or one of its dependencies, was not found
Posted by Goran Djuranovic at 5/28/2004 2:29:18 PM
Hi all, I have a VB.NET solution with one VB.NET project in it. I am trying to add a "Setup" project to the solution, and I am getting this error msgbox "File or assembly name FxMdacPlugIn, or one of its dependencies, was not found". Anyone know why? -- Thanks for your time Goran Djuranovi...more >>

smart client
Posted by .NET Developer at 5/28/2004 2:16:36 PM
Which is the right news group to discuss about the smart client application? Thanks ...more >>

https access?
Posted by kwele at 5/28/2004 1:52:52 PM
I am trying to write a vb form app which needs to copy http pages. It seems appropriate to use HTTPWebRequest for this purpose. However, I need to use HTTPS protocol, passing a username and password. I can't figure out how to force the class to use HTTPS rather than HTTP. Can anyone help? T...more >>

removing default spacebar behaviour form listboxes ( and buttons )
Posted by julio at 5/28/2004 1:19:49 PM
I noticed that pressing spacebar when a listbox has the focus scrolls the listbox to the first selected item. I'm intercepting the spacebar press event at form level for stopping and starting audio playback, so I would like to remove the default behaviour form the listbox, and also from oth...more >>

COM wrapper around a .NET assembly
Posted by Graham Blandford at 5/28/2004 12:11:51 PM
Hi all, Wonder if anyone can point me in the right direction. Due to time-constraints, it looks lie I may have to abandon using VB.NET development in favour of my more familiar VB6 environment. The issue I have is, that I have to use a .NET assembly (DLL) to access data from a database. I...more >>

Database of english words?
Posted by vmb at 5/28/2004 11:51:09 AM
Hello, I am writing a small word game, and I need a way to verify whether a user-entered string is a real English word. I know that on most UNIX systems there is simply a large file of english words that developers use for similar purposes. Is there such a database in the .NET framework? And if n...more >>

Disabling MDI Parent form Scrolling
Posted by Shabeer at 5/28/2004 11:09:34 AM
Hi, Is there any method to prevent the auto scrolling of MDI container form? Autoscroll is not working. Regards Shabeer ...more >>

How start long-running application from a web page
Posted by Marc at 5/28/2004 10:46:06 AM
I want to write a C#/ASP.NET application where a user can go to a web page, start running a job, close their browser, and then come back later and see the results. The purpose for this application is for a user to be able to use a page on our intranet to start running a time-consuming reporting and...more >>

Login failed for user "NT AUTHORITY\ANONYMOUS LOGON"
Posted by VC at 5/28/2004 9:11:04 AM
Hello, I have an issue here. Hope someone can help me. Issue: Developer is using a web application from one server (IIS) (say Server A). A second server (say Server B, which is SQL Server 2000) hosts the stored procedures. The SQL datawarehouse is hosted on a third server (say Server C ...more >>

Textbox and binding DbNull Values
Posted by Juanjo at 5/28/2004 8:44:51 AM
When I bind a textbox to a typed dataset column that allow null values (DataType=Decimal), If I enter nothing in the textbox, it doesn't accept the new value and it goes back to the previous value. Only if the previous value is nothing it accepts enter nothing. I have VS.NET2003. What...more >>

HttpCookie use in a code behind
Posted by chris at 5/28/2004 8:31:02 AM
I'm struggling with using the HttpCookie object on a code behind. Used in the page works great I'm getting a: Type 'HttpCookie' is not define I've tried adding the namespace to the vb form but no luck Imports System.Data.Sqlclien Imports System.Dat Imports Syste Imports System.Web.U Imports...more >>

Please help me!
Posted by Lori at 5/28/2004 8:26:02 AM
About 2 days ago I could no longer chat in chat rooms. I get to the site, log in, but then the chat window comes up blank. I have spoken to many service agents, and tried many things to no avail. Does anyone know what the problem could be??...more >>


DevelopmentNow Blog