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 > july 2005 > threads for wednesday july 6

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 do I NOT include .NET Framework in my Setup package?
Posted by skbergam NO[at]SPAM gmail.com at 7/6/2005 11:00:58 PM
I decided I needed to have my setup project include the .NET Framework so I installed the "Microsoft Visual Studio .NET 2003 Bootstrapper Plug-in". So it works great and all but now I don't know how to have my Setup project NOT include the .NET Framework. How do I turn it off??? The only way ...more >>


error using ICallbackEventHandler in ASP.Net 2.0
Posted by Mike at 7/6/2005 7:09:02 PM
When trying to compile (using Visual Web Developer 2005 Express Beta; frameworkv2.0.50215 ) the source code below I get errors (listed below due to the use of ICallBackEventHandler. Ultimately I want to use a callback from the client side to update webcontrols based on user input without using...more >>

Error using ICallbackEventHandler in ASP.Net 2.0
Posted by Mike at 7/6/2005 6:58:01 PM
When trying to compile in Visual Web Developer 2005 express beta (framework version )the source code using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : ICallback...more >>

Scrolling problems in datagrid with invisible columns
Posted by Igor Mendizabal at 7/6/2005 2:28:40 PM
Hello, We're doing our own datagrid based on the System.windows.forms.datagrid control, and are having some problems with horizontal scrolling. In general, we construct our datagrid adding a tablestyle and gridcolumnstyles to that tablestyle. If we have invisible columns, we add the gridcol...more >>

How to lock radio buttons on tab control once user click "Complete
Posted by Frank Xia at 7/6/2005 2:18:08 PM
I have a lot of grouped radio buttons on 7 tab pages (in one tab control). What I want to achieve is once user click "Complete" button all radio buttons get locked and user could not change any grouped radio button settings. Many thanks in advance for any feedback! have a nice day!...more >>

NotifyFilters.LastWrite - throws 2 events ?!
Posted by Iddo at 7/6/2005 1:44:14 PM
Hi I'm using the FileSystemWatcher for notification when a file was Last write. When using the Filter : NotifyFilter.LastWrite I get 2 events. My code looks like this: Private FileSystemWatcher watcher; watcher = new FileSystemWatcher(); watcher.Path = "c:\Temp"; watcher.Filter = "test.txt"...more >>

really daring subject! DataGrid MyBase.OnPaint -> content
Posted by DraguVaso at 7/6/2005 1:34:37 PM
Hi, I want to override the MyBase.OnPaint(ByVal pe As System.Windows.Forms.PaintEventArgs) of the DataGrid, to have some custom property's designed (other column headers etc). The problem is that I don't know the content of the original MyBase.OnPaint, so I don't know what I need to put in ...more >>

New functions in .NET 2.0 ???
Posted by Federico G. Babelis at 7/6/2005 1:33:31 PM
Hi All: I have this line of code, but the syntax check in VB.NET 2003 and also in VB.NET 2005 Beta 2 shows as unknown: Dim local4 As Byte Fixed(local4 = AddressOf dest(offset)) CType(local4, Short) = CType(src, Short) Return End Fixed What is the "FIXED and END FIXED" ...more >>



How to change TCP/IP settings in VB.Net
Posted by Abel Chan at 7/6/2005 12:07:05 PM
Hi there, I have a very similar question like the link below. Basically, I am tired of entering IP address, subnet mask, DNS and etc on the TCP/IP General Properties tab. So, I am looking for a sample project that allows me to load different config files (XML or whatever) with different...more >>

Barcode Scanner Integration
Posted by Dean at 7/6/2005 11:56:09 AM
I want to integrate a simple USB POS barcode reader into my VB .NET app. Only need a scan a few products per minute, nothing major. I'm not really sure where to start, is there an SDK I need, does .NET already have an interface for Barcode readers. If someone could point me in the right di...more >>

accessing properties of remote objects
Posted by Joel Lyons at 7/6/2005 11:28:46 AM
I have a remote object with a public property (see code below). A client can use this property to receive a ref to another remote object and use it's properties. This works great over a LAN, but over the internet, when the client tries to use this second object by calling a property or metho...more >>

c# concept question
Posted by RobKinney1 at 7/6/2005 11:05:05 AM
Hello, I am a beginner C# programmer for our company. I am rewriting some of our software written in C++ to C#. With our new software we are developing, my boss is under the impression that you can actaully just "change" the .exe file on our servers and everyone who logs into our webpag...more >>

TAPI application
Posted by helpfulsql at 7/6/2005 10:36:06 AM
Hi all, I am developing a Phone Dialer application for Cisco CallManager server. Cisco provides a .tsp file. But I can't reference this file from my C#/VB.Net application because the extension of the file is .tsp not .dll. So I was wondering how to make calls from my application? Any id...more >>

Source Code Rights Question
Posted by fuchs.markus NO[at]SPAM gmail.com at 7/6/2005 9:46:46 AM
Hello, I have a question regarding the copyrights of .NET Framework-Source Code and hope, that sb. can help me. Suppose, I want to extend the functionality of a ASP.NET server control by deriving from it. Through the design process I get to a point, where I would have to inherit a class that ...more >>

Web Service To No Where...
Posted by jabailo NO[at]SPAM texeme.com at 7/6/2005 9:28:17 AM
I wrote a program that loops through a file of records. It parses each line in the file and sends them to a web service that inserts them into an AS400DB2 database using Asynch calls. This is the wierd part. Say their are 500 records in the file. If I run the process once, maybe 250...more >>

A question of when to instantiate
Posted by thechaosengine at 7/6/2005 9:26:41 AM
Hi everyone, I've been looking at the various ways to create a data access layer recently. There was one thing in particular that occured to me and I was hoping to garner some experienced insight into the matter. Some people create a DA component that requires instantiation before use. F...more >>

Form2 adds items to listview in Form1?
Posted by lastusernameleft at 7/6/2005 9:16:06 AM
What is the standard way to take value(s) from Form2 and use them as criteria to fill a listview with items in Form1? ...more >>

Event handling
Posted by kdbarrett at 7/6/2005 5:41:36 AM
I have code that dynamically creates checkboxes at runtime. How can I capture events from those checkboxes? Thanks ...more >>

.net
Posted by AV at 7/6/2005 5:20:05 AM
What is ".net"? ...more >>


DevelopmentNow Blog