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 2006

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

How to Fax on Demand
Posted by Jordan Richard at 5/31/2006 8:32:00 PM
I'm desigining and building a new system from scratch that will provide its users with the ability to send faxes on demand (amongst many other features). This new system will include a .NET 2.0 Windows Forms client with a SQL Server 2005 database on the back end. I would like to know som...more >>

populating treeview
Posted by Mike at 5/31/2006 7:55:07 PM
Hi all, I have a dataset that contains following records: id ref_id level -------------------------------------- A - 0 A1 A 1 A2 A 1 A3 A 1 A11 A1 2 A12 A1 2 A21...more >>

Why I can't install .NET Framework v1.1 on WindowsXP with SP2
Posted by mmijic at 5/31/2006 7:18:52 PM
First of all my English is not too good so please try to understand me. Thanks I have a major problems with the installation of MS .NET Framework v1.1 on WindowsXP with SP2. Everytime I try to install it I get a popup with the following message: "Application popup: RegSvcs.exe - Common Lang...more >>

Regular expression
Posted by Cylix at 5/31/2006 6:18:45 PM
I am going to write a function that the search engine done. in search engine, we may using double quotation to specify a pharse like "I love you", How can I using regular expression to sperate each pharse? test case: "I love" all "of you" I would like it return: "I love", all, "of you"...more >>

Marshalling Data Question
Posted by PickwickBob3 at 5/31/2006 6:13:01 PM
I am trying to obtain a list of HID devices and am trying to use UINT GetRawInputDeviceList( PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT cbSize); a USER32.dll. but the function fails. Here is the code. I am new to Marshalling. Can anyone suggest my error and...more >>

DirectoryServices Property Update
Posted by Davie at 5/31/2006 2:46:07 PM
I have the following code for updating the secretary field in AD using VB.NET 2005. However, I get a rather unhelpful 'Unspecified error' when i try to set the property. Any help would be greatly appreciated. Dim usr As New DirectoryEntry(personDistinguisedName, adminUserName, adminP...more >>

Edit and Insert With Single Template
Posted by Metal2You at 5/31/2006 2:07:23 PM
I have a FormView control that I'm using to edit and insert records in a table called Members in a Sybase database. The short story is that there are a LOT of controls, and the controls are exactly the same in both the EditItemTemplate and the InsertItemTemplate. Is there any way to use the s...more >>

Serial Communications in ASP.NET
Posted by Franklin M. Gauer III at 5/31/2006 11:52:02 AM
Hi All, I've written an ASP.NET application (webservice) that does simple serial communications via the .NET 2.0 SerialComm object. The application runs fine on my development machine. The problem is when we try to deploy it to another machine we receive: ACCESS IS DENIED TO COM1 PORT....more >>



Reflection issue
Posted by SalamElias at 5/31/2006 11:19:02 AM
I am trying to create a generic routine to create dynamically either Radio buttons or CheckBoxes. The RadioButton has the event "CheckedChanged" which doesn't exist in the CheckBox control. I tried to create the controls through reflection, then check if it has this property as follows to add...more >>

Plataform Agnostic
Posted by Max André Bündchen at 5/31/2006 11:02:36 AM
Hi, I'm starting a project that will work in many clients and a requiriment is a plataform agnostic system. The idea behind the project is a winform client based interface with a webservice communication middle tier. In .Net 2.0, it's very easy to develop and deploy for Windows. My question ...more >>

Newbie-best way to pass around data
Posted by Ronj at 5/31/2006 10:24:03 AM
I would like to pass around data between aspx pages. I understand Session vars should be minimized and may not scale without extra work. I thnk my options are: - Server.transfer -Response.redirect -Session variable -POST or Get with a form -new postback to others page in v2 -Hidden field? ...more >>

Extract Project from SourceSafe
Posted by Rick B at 5/31/2006 8:05:03 AM
After checking a project into sourcesafe how can i remove it from sourcesafe and use it outside as it's own independent project?...more >>

Creating Classes
Posted by Herman Jones at 5/31/2006 6:31:02 AM
Using Visual Studio 2005, I'm trying to create a simple unmanaged C++ class that will be called from a VB application. I've got the class working using basic functions, but I'd like to overload the "=" operator so the VB app can assign values directly to the class. When I use "operator=", VB...more >>

<<< State of the art web solution Online>>>
Posted by mae2x at 5/31/2006 3:37:50 AM
<<< State of the art web solution Online>>> WickedInnovations has an extensive working experience in E-commerce solutions, web site design , website development , graphic design , search engine optimization , database integration, multimedia presentations, corporate Identity and a lot more. ...more >>

venkatratnam(interiors) asking money
Posted by shun at 5/30/2006 11:19:54 PM
Hello sir, Interior decors(venkatratnam ) is asking money. His balance amount is 12,291.00 Waiting for your reply. -- Gaffar Gaian Solutions India Pvt Ltd Gaffar.Syed@GaianSolutions.com www.GaianSolutions.com ...more >>

Seeking report component....
Posted by ljh at 5/30/2006 11:00:41 PM
Wasn't there a report component that you could use in a VB/VB.Net app that would allow end users to create thier own reports to save and run? I swear I remember seeing such a thing....but I can't remember the name..... ...more >>

Open word doc from asp.net app?
Posted by CK at 5/30/2006 9:19:10 PM
Sorry for x-posting. I am really not sure where to post this question. Is it possible to open a Word document from a asp.net page? I need to pass parameters from a web form to a word document. Then inside Word I would need to use those parameters. Also I want to make a new document from an exis...more >>

distributing Windows app
Posted by Scott at 5/30/2006 8:16:01 PM
Hi Everyone, I created a basic winforms app whose only purpose in life is to launch an HTML page on an installation CD. The winform app is launch.exe and is specified in the autorun.inf so it autoplays when the CD is inserted. Everything was working fine... until my partner pointed out the ...more >>

problem with dropdown box
Posted by shun at 5/30/2006 4:56:22 PM
Hello, I am using a combo box/drop down box, in which i have 50 values, when i am clicking that combo box the values occupies horizontally whole screen and it looks odd, so, i want, when i click the combo box only 5 has to be displayed and remaining must be viewed by scrolling. Thanks ...more >>

New class defaults
Posted by Eric at 5/30/2006 4:24:24 PM
When I create a new class in a project, I would like to have some additional using directives added by default. Also, I would like to have 'class' preceded with 'public' by default. I modified, what I thought were, the templates but no luck. If someone could explain how to do this, I would...more >>

Why choose SQL Express over Access?
Posted by ljh at 5/30/2006 4:22:23 PM
Why would you choose SQL Express (which requires an installed application to work) over the simplicity of an Access database which has no dependencies? ...more >>

reporting services - query from stored procedure returns one recor
Posted by andres at 5/30/2006 4:19:01 PM
hi all, thanks for everyone for your support! i have a report being built in studio 2005. It calls a stored procedure. The SP runs a query and gets a data set which then loops through to get other data. At the end the stored procedure cursor returns several data sets. my problem is that t...more >>

Regular expression in Infinite Loop
Posted by Bob at 5/30/2006 3:34:18 PM
The below regular express can sometimes cause an infinite loop. Anyone know what could cause this? string RegexSig = @"To:*\s*(?<address>\S+@\S+)*(\s|\S)*did not reach the following recipient"; Also shouldn't the framework have some type of loop protection? This will run forever. Bob ...more >>

selectednode in Treeview lost when accessed by spawned Thread
Posted by Dean Hinson at 5/30/2006 1:03:01 PM
Hello, I am trying to spawn a sunroutine in a worker thread for populating a trreeview. I set the selectednode and then start the thread. However, the thread errors because the selectednode was found to equal "Nothing". Is there some kind of trick to get the threaded subroutine to see th...more >>

Creating ACCESS database
Posted by dave at 5/30/2006 10:21:02 AM
Hello: In Visual Studio 6.0 there is "VisData" to create Access database files. (file.MDB". Q: Does Visual Studio 2005 have tool(s) that create Access database files (file.MDB) ? thank you, dave ...more >>

Is an inherited base object called an object's parent?
Posted by Stick at 5/30/2006 10:03:02 AM
In the .NET docs about implementing a Dispose() method to avoid costly finalization, the following confuses me: <Quote> Implementing a Dispose Method A type's Dispose method should release all the resources that it owns. It should also release all resources owned by its base types by callin...more >>

How do I configure an ASP dot net app to restart every time it's run in debug mode?
Posted by newjazzharmony NO[at]SPAM hotmail.com at 5/30/2006 8:41:26 AM
I have noticed that when I run my ASP dot net application in debug mode and set a breakpoint in the Application_Start event, this event is not raised every time I run the project. Is there a way to configure the project so that the application restarts every time I run it in debug mode? ...more >>

How can I write C# code that can pick up the custom events that occur in it's Access server?
Posted by keithgell NO[at]SPAM yahoo.com at 5/30/2006 7:18:59 AM
I needed to import large CSV files into Access, when requested by a command in a .Net interface. Because Access does not have a bulk insert command, and I already have vba macros in Access that do the import, I simply called the vba macro from .Net using COM. Each time a csv file is success...more >>

Can't create setup!
Posted by chook.harel NO[at]SPAM gmail.com at 5/30/2006 7:04:44 AM
I've build a project using cs and VS2005, using a custom DLL and a project for the CRYSTALREPORT.. I can't build the setup to test it on another computer i've tried the .NET setup wizard, and even tried the trial of INSTALLSHILED both of them didn't help me Is there an easy tool or maybe...more >>

How to catch this error
Posted by Howard at 5/30/2006 1:56:27 AM
A non-integer value is entered as student id /grades.aspx?studentid=1283128sdf Input string was not in a correct format. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where...more >>

The most basic SQL Server questions....
Posted by ljh at 5/30/2006 12:39:32 AM
(sorry if this posts twice....I waited several hours and didn;t see it - so here it is again.....) Perhaps I am somewhat dense.....but, I still need to know..... What do you need to do in order to ship a SQL server Express or Developer edition database with your Visual Studio .Net 2005 appl...more >>

inherite toolstrip problem
Posted by jincheng at 5/30/2006 12:00:00 AM
I add a toolstrip control on a windows form, set it's modifiers as protected. Then I add another form which inherited from the first one. But the property of the toolstrip on the second form is readonly. Why? ...more >>

How to add user control as treenode to a treeview
Posted by Carol at 5/29/2006 11:52:02 PM
Hi, I am working in C#, windows application.I want to know, How can i add a user control as a treenode to a TreeView control using C#. What are all the steps that i need to take in order to accomplish the above task? Any examples or links will be helpful. Thanking You, Carol ...more >>

Questions on cryptography
Posted by Nerd at 5/29/2006 9:13:22 PM
I am trying cryptography in dotnet using the System.Security.Cryptography namespaces. I have a couple of questions 1. If I use SymmetricalAlgorithm RijndaelManaged as the algorithm and if I share the Key that I use with other applications that wants to decrypt this. will they be able to decr...more >>

It seems to be the most basic questions that I don't see answered.....
Posted by ljh at 5/29/2006 7:30:03 PM
Perhaps I am somewhat dense.....but, I still need to know..... What do you need to do in order to ship a SQL server Express or Developer edition database with your Visual Studio .Net 2005 application? Does SQL Server Express need to be installed on the target machines? Or, can the database ...more >>

appl: sample source code
Posted by shun at 5/29/2006 4:45:17 PM
Hello, I am going to design employee attendance regiter using ASP.NET, to track the employees login time, logout time with date, i.e user when access the site it asks for login details (user name and password). if it is correct user enter the second screen and clicks the button, after click...more >>

Get name of current property by reflection
Posted by Guido Kraus at 5/29/2006 4:24:01 PM
Hi, I wonder how to get the name of the currently executing property by using reflection in .Net 2.0 If I use System.Reflection.MethodInfo.GetCurrentMethod().Name from within a property I get something like "set_MyProperty" instead of "MyProperty". Is there a way to get the current prope...more >>

Deleting non readable attribute from eDirectory - LDAP through ADSI/System.DirectoryServices
Posted by chat_devil NO[at]SPAM hotmail.com at 5/29/2006 3:41:33 PM
hi, does anyone know if it is possible to remove an attribute that can not be read into the ADSI property cache/collection. i'm trying to do an eDirectory password change from .net directory services. eDirectory uses the "userPassword" property to change the password and for a normal user, th...more >>

VS2005 Reference problem updating bin directory
Posted by Coder at 5/29/2006 2:21:12 PM
After updating to VS2005 we noticed that references are not always updating our bin directory in the case of indirect references. For example: PROJECT 1 PROJECT 2 (ref project1) PROJECT 3 (ref project2) PROJECT4 (ref project 3) When compiling project4, I should see the DLLs of all...more >>

Sitemap and Response.Redirect
Posted by Gerhard at 5/29/2006 12:43:01 PM
I have an application that uses a navigation control based upon a sitemap. One of the nodes in the sitemap is <siteMapNode url="~/MyPages/Tasks.aspx" title="My Work" description="My Work" /> The application path is http://localhost/ScherzerPhase1 When I navigate using the control it all ...more >>

OpenFileDialog throws "Illegal characters in path"
Posted by Shilpa at 5/29/2006 3:27:30 AM
Hi, I have a OpenFileDialog on my windows form whose filter is *.*. I want the users to be able to further filter the files by giving *.doc or *.zip etc in the "file name" field of the dialog (Just like it happens in the open file dialog of MS Word) Currently, if the user enters a wild card c...more >>

Cannot install window service in C#
Posted by Saravana Raj at 5/29/2006 3:22:40 AM
I am using C# with Visual Studio 2005 and have created a Windows Service. This service can be installed using the command line utility 'installutil' and the service appears and runs correctly in the services control panel. Hower if I create a setup and deployment package in Visual Studio for the...more >>

Shape and Line
Posted by John at 5/29/2006 12:00:00 AM
Hi, I am beginner in .NET I can't find Shape and Line control in controls toolbar (that was in VB6). What am I missing? Thanks, John ...more >>

Need C# coding for MD5 Algorithm.........
Posted by Charles at 5/28/2006 11:31:40 PM
Hi all, I need C# code for Implementing MD5 Algorithm.. Hope all would have heard of MD5 Algorith... Does any one have the C# coding for that Algorithm.. please Send... ITs URgent..... Thanks In Advance to all....................... With Regards, Sanjay.C ...more >>

Need C# coding for MD5 Algorithm
Posted by Charles at 5/28/2006 11:30:18 PM
Hi all, I need C# code for Implementing MD5 Algorithm.. Hope all would have heard of MD5 Algorith... Does any one have the C# coding for that Algorithm.. please Send... ITs URgent..... Thanks In Advance to all....................... With Regards, Sanjay.C ...more >>

Can you embed a SQL database?
Posted by ljh at 5/28/2006 11:17:15 PM
If I am using VB.Net 2005 with SQL Express or Developer edition and want to embed the db into my project, how do I do that? I can't find anything on embedding the db into a VB.Net 2005 app anywhere..... ...more >>

CheckedChanged event - how do I make it work?
Posted by jonefer at 5/28/2006 6:46:01 PM
It seems that the following code should work - (if not why is the event there?) (Do I need some sort of client side script to awaken it?) Private Sub chkRefresh_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkRefresh.CheckedChanged If chkRefresh.C...more >>

Creating a Session Expiring Warning?
Posted by Fabuloussites at 5/28/2006 1:48:01 PM
Greetings All, i would like to create a popup that warns users that their session is about to expire. I've seen this used a lot on financial websites. Can someone point me towards some good codes samples or ideas? thanks,...more >>

Beginner's Question. Re: which .NET software to purchase
Posted by chrisalvin2005 at 5/28/2006 1:26:01 AM
Hi All, i am very new to programming and totally confused with different types of .NET software out on the market. I am currently studying VB6 and afterwards i will study .NET (hopefully by August 06) I have two question two ask, all replies appreciated. 1) Which .NET software to buy in order...more >>

Listview and subclassing
Posted by Steamboat at 5/27/2006 4:28:02 PM
I have read two excellent articles on how to subclass .NET controls so that you can hook into the control’s WndProc, which is very helpful since you cannot access the WndProc directly for .NET Compact Framework controls. The links are: http://blog.opennetcf.org/ayakhnin/CategoryView.aspx...more >>


DevelopmentNow Blog