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 > march 2004 > threads for thursday march 25

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

.net remoting
Posted by crain at 3/25/2004 10:42:28 PM
hi is dotnet remoting similar to DCOM? ...more >>

Need help! - .net Setup project
Posted by Alice at 3/25/2004 8:06:08 PM
Can anyone help me? I developed vb.net windows application in English and deployed it using bootstrapper installer, and now I'm working on delivering this product in French. How can I provide French wording on the screens during installation, such as Welcome screen etc.? Thanks Alice...more >>

AD Crossover?
Posted by Gary K at 3/25/2004 7:36:05 PM
Hiya all, (one of) my problem is that I have created a web part that allows the current user to change their account password from sharepoint portal 2003 which works fine (sortof), in that it will connect via directory services to the LDAP server that is specified in the connection string. Unfortuna...more >>

Need help creating a file management system in .NET
Posted by helmutscheiss NO[at]SPAM hotmail.com at 3/25/2004 7:34:11 PM
Forum Gurus: Can anyone point a novice .NET programmer (but seasoned DB) programmer in the right direction for the creation of a file management system using .NET? My requirements: Provide upload/download capabilities of Word and .PDF files to/from SQL server. Preferrably ASP.NE...more >>

Change DLL Name Breaks Reference?
Posted by localhost at 3/25/2004 5:25:58 PM
I have a file called one.dll. I changed the name to two.dll and then added a VS.NET 2003 project reference to two.dll. I get IntelliSense fine, but the WinForm won't build into an .exe until I change the name back to one.dll. Why is that? Internally they are the same assembly.... ...more >>

Display resolution of PictureBox
Posted by Steve McLellan at 3/25/2004 5:03:15 PM
Hi, Is there a quick way of telling PitcureBox to display its image at actual pixel resolution, or do I need to write a custom class to do it? I'd like the image to display at the same size as other apps display it. Thanks, Steve ...more >>

"Set as Start Page" doesn't work
Posted by LM at 3/25/2004 4:47:59 PM
Hi there, I updated whole folder and I found out that I couldn't set index.aspx as start page. I tried with other files, but the result was the same. After staring application, pop-up window always asks me to set the start page. Does anyone know how to fix this? Thanks, LM...more >>

ADSI : Errors while creating local user and editing properties
Posted by styx31 at 3/25/2004 4:05:44 PM
I'm trying to create users through ADSI using VB.NET. Using DirectoryServices. I'm using WINNT://ComputerName I've found examples to create user and modify their properties, by using the method InvokeProperty ie. in c#. But this function doesn't exist in VB.NET, and I was unable to find a ...more >>



How to use data of a ".resx" file integrated in a ".exe" with VS ?
Posted by AndreB at 3/25/2004 3:54:19 PM
Hi, I've noticed that values added to a ".resx" file that is integrated in a VS project are included in the final ".exe" (as lines of a ".rc" where included in a ".exe" with C++). How can I read the "value", "comment" and "mimetype" associated with a "name" without readin the original ".resx...more >>

.NET Grid
Posted by Lee at 3/25/2004 3:01:10 PM
I have spent the last couple of days tyring to find a Grid that I can work with; I want an unbound editable grid that can show data in a hierarchy and optionally export to an excel spreadsheet. I do not want to define data sets, data tables or any thing like that. I just want to simple load the grid...more >>

Multiple Projects in one Solution (URGENT PLEASE HELP!!!!!)
Posted by sjain NO[at]SPAM lioninc.com at 3/25/2004 2:43:30 PM
Guys, I have one large application which I want to divide into two projects (say ProjectA and ProjectB). What I want is that every page on ProjectB should go to its immediate root instead of going to the website's root and Project A should go to the websites root. Is there any way in IIS or do...more >>

error using the PageSize property in DirectorySearcher object
Posted by Mario Rodriguez at 3/25/2004 2:02:18 PM
Hi, my current conception is that setting the PageSize property of the DirectorySearcher object to a value greater than 0, the paging is activated and the query returns only the number of entries specified on the PageSize, but in my case the query returns all the expected results at once. This...more >>

problems with < and > operators using DirectorySearcher
Posted by Mario Rodriguez at 3/25/2004 1:55:23 PM
Hi, I'm having big problems trying to include the < and > operator, specifying the Filter property of the DirectorySearcher object. For example, if the filter is : string strFilter = "(&(objectCategory=user)(sAMAccountName<=bortiz))"; The query is executed successfully, but if the quer...more >>

New to application programming... Please HELP!
Posted by Newbie12345 at 3/25/2004 12:51:05 PM
After spending hours at microsoft.com and Borders bookstore, I've come to a dilemma. I have conquered the art of simple web design (html/dreamweaver/php/sql/javascript) but I am interested in application programming - and I am lost in terms of which way to turn My online exploration lead me to b...more >>

GAC
Posted by soosan at 3/25/2004 12:47:10 PM
hi can I put an assembly into the GAC without the assembly having a strong name? also can anyone explain what are Manifest and metadata where assemblies are concerned thanx ...more >>

A multi-users applications prob!!
Posted by Kam at 3/25/2004 12:06:34 PM
How would you go about developing multi-users applications? The situation is as the following: We have an existing application that allow the users to lock records (i.e. prevent anyone else using the same application from selecting the same record in order to modify it - Note: the user i...more >>

hashes
Posted by soosan at 3/25/2004 11:53:57 AM
according to their defination a hash is=20 A mathematical formula that converts a message of any length into a = unique fixed-length string of digits (typically 160 bits) known as = "message digest" that represents the original message. A hash is a = one-way function - that is, it is infeasibl...more >>

Forms Designer not available for some forms
Posted by Justin Marshall at 3/25/2004 11:08:59 AM
Greetings, I have just opened up a Compact Framework project that I was working on a couple of days ago and I now can't edit the screen design of SOME of the forms in the project (5 out of 12). The icon in the solution explorer for the forms that I can't design has now changed to the standard...more >>

Looking for .NET/C# Gurus
Posted by DotNetJunkies User at 3/25/2004 11:03:47 AM
Hi Guys, I am looking for 3 .NET, C# Guys ASAP. 1. .NET Architect with strong C# Programming Skills. Fluid concepts of designing applications from Scratch. 10-12 years of SDLC experience. Proven application development or architectural skills. 2. .NET, C# with VC++ w...more >>

The 'Microsoft.Jet.OLDDB.4.0' provider is not registered on the local machine.
Posted by auhagen at 3/25/2004 8:46:09 AM
How can I register what ever I need?...more >>

Box object and rounding corners problem
Posted by Tim at 3/25/2004 7:50:46 AM
Hi all, Does anyone know why the corners of a box object do not appear to be rounded (when a report is run) even if they are on the design of the report. I am using Crystal reports with Dot Net. TIA Tim ...more >>

User Error Catching
Posted by Travis at 3/25/2004 7:42:08 AM
I am trying to make sure that a user enters either a yes or no in a text box so I tried this statement if (answer1 = = "" | | answer1 != "yes" | | answer1 != "no") { give error message for answer 1 } else if (answer2 = = "" | | answer2 != "yes" | | answer2...more >>

How to disable textbox but allow select & copy of text
Posted by rgilmore at 3/25/2004 7:36:06 AM
I'm sure there is an easy answer to this, but I just can't find it. Instead of totally disabling a textbox, I want to lock it so the user cannot change the value, but still allow them to copy the contents by selecting and ctrl-c, etc. I'm looking for the equivalent to the old "locked" property f...more >>

Sending SMTP mail
Posted by Jim at 3/25/2004 7:31:06 AM
I posed the question the other day, that I am having trouble trying to send an email message from my .NET application. I was using System.Web.Mail.SmtpMail, and it was suggested that I try Waldorf PixMail instead. I did this, and I'm still having the same issues.. 1. My SMPT server IS correctly...more >>

Deserialize from MemoryStream cause Exception
Posted by pogaz NO[at]SPAM hypernet.cl at 3/25/2004 7:00:50 AM
Hi: I try serielaze/deserialize a object using a MemoryStream in C#, but this cause the exception "The root element its missing", when I try do it whit a FileStream the exception not occur. I need serialize in memory with XML (no write to a file), store this information in a database and re...more >>

dataset grief, addnew row issues
Posted by Kenny-E at 3/25/2004 5:21:05 AM
I have a dataset which contains a employee table (similar to that in the nwind db) I use the NewRow method of the table to get a datarow object then fill this with my new data At this point the 'EmployeeID field of the datarow is 0 I then add this new row to tables row collection I then call the...more >>

How to capture a page state in ASP.NET?
Posted by Maziar Aflatoun at 3/25/2004 3:55:50 AM
Hi everyone, I'm interested to know if it's possible to capture a web page state in ASP.NET so that you can come back to it. For example, I have a Datagrid with sort turned on individual columns. This Datagrid displays Company Addresses. Now lets say the user click on Sort Datagrid by Conta...more >>

=?ISO-8859-1?Q?string_with_EURO_currency_symbol_=80?=
Posted by gelei2001 NO[at]SPAM hotmail.com at 3/25/2004 2:33:05 AM
How can i fill a string with the EURO currency symbol €?...more >>

Restrictions accessing MDB (through OLEDB) within .NET applications?
Posted by spamsucks NO[at]SPAM ya.com at 3/25/2004 1:38:09 AM
Hello, I am a newbie in .NET and Visual Studio, I come from the Java environment. I am developing my first .NET app and have found a big stopper, I hope you can help me out of it. I have defined an MS Access database with a test table (MS Access 2002 version). From a .NET application I can ...more >>

Outlook 2002 Add In!!! Help!!
Posted by darran_d at 3/25/2004 1:22:49 AM
Hi All I have been given the task by my boss to create an outlook 2002 add i that comprises most of the following for a shared mail account, use within our team of 20 people. It is to somehow programmatically force the inputting of someone' username,flagging of tickets in the mailbox when ...more >>

Deploy in Win2000Pro Platform
Posted by Curtis Kam at 3/25/2004 12:29:39 AM
Hi, I've one simple question on the deployment of my software. If my target OS platform is Win2k Pro, does the end-user is necessary to install the .NET framework? Is it a must to install this framework, any other easy way to acheive this? Thanks. Regards, Curtis Kam ...more >>


DevelopmentNow Blog